Subversion Repositories configs

Rev

Details | Last modification | View Log | RSS feed

Rev Author Line No. Line
4 - 1
# GIMP unitrc
2
# This file contains your user unit database. You can
3
# modify this list with the unit editor. You are not
4
# supposed to edit it manually, but of course you can do.
5
# This file will be entirely rewritten every time
6
# you quit GIMP.
7
 
8
(unit-info "centimeters"
9
   (factor 2.540000)
10
   (digits 2)
11
   (symbol "cm")
12
   (abbreviation "cm")
13
   (singular "centimeter")
14
   (plural "centimeters"))
15
 
16
(unit-info "meters"
17
   (factor 0.025400)
18
   (digits 4)
19
   (symbol "m")
20
   (abbreviation "m")
21
   (singular "meter")
22
   (plural "meters"))
23
 
24
(unit-info "feet"
25
   (factor 0.083333)
26
   (digits 4)
27
   (symbol "'")
28
   (abbreviation "ft")
29
   (singular "foot")
30
   (plural "feet"))
31
 
32
(unit-info "yards"
33
   (factor 0.027778)
34
   (digits 4)
35
   (symbol "yd")
36
   (abbreviation "yd")
37
   (singular "yard")
38
   (plural "yards"))
39
 
40
(unit-info "typogr. points"
41
   (factor 72.270000)
42
   (digits 0)
43
   (symbol "tpt")
44
   (abbreviation "tpt")
45
   (singular "typogr. point")
46
   (plural "typogr. points"))
47
 
48
(unit-info "typogr. picas"
49
   (factor 6.022500)
50
   (digits 1)
51
   (symbol "tpc")
52
   (abbreviation "tpc")
53
   (singular "typogr. pica")
54
   (plural "typogr. picas"))