File: unitrc

package info (click to toggle)
gimp 3.2.0-1
  • links: PTS, VCS
  • area: main
  • in suites: sid
  • size: 222,880 kB
  • sloc: ansic: 870,914; python: 10,965; lisp: 10,857; cpp: 7,355; perl: 4,536; sh: 1,753; xml: 972; yacc: 609; lex: 348; javascript: 150; makefile: 42
file content (42 lines) | stat: -rw-r--r-- 847 bytes parent folder | download | duplicates (3)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
# GIMP unitrc
# This file contains your user unit database. You can
# modify this list with the unit editor. You are not
# supposed to edit it manually, but of course you can do.
# This file will be entirely rewritten every time
# you quit GIMP.

(unit-info "centimeters"
   (factor 2.540000)
   (digits 2)
   (symbol "cm")
   (abbreviation "cm"))

(unit-info "meters"
   (factor 0.025400)
   (digits 4)
   (symbol "m")
   (abbreviation "m"))

(unit-info "feet"
   (factor 0.083333)
   (digits 4)
   (symbol "'")
   (abbreviation "ft"))

(unit-info "yards"
   (factor 0.027778)
   (digits 4)
   (symbol "yd")
   (abbreviation "yd"))

(unit-info "typogr. points"
   (factor 72.270000)
   (digits 0)
   (symbol "tpt")
   (abbreviation "tpt"))

(unit-info "typogr. picas"
   (factor 6.022500)
   (digits 1)
   (symbol "tpc")
   (abbreviation "tpc"))