unitrc 1.1 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455
  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 the gimp.
  7. (unit-info "centimeters"
  8. (factor 2.540000)
  9. (digits 2)
  10. (symbol "cm")
  11. (abbreviation "cm")
  12. (singular "centimeter")
  13. (plural "centimeters"))
  14. (unit-info "meters"
  15. (factor 0.025400)
  16. (digits 4)
  17. (symbol "m")
  18. (abbreviation "m")
  19. (singular "meter")
  20. (plural "meters"))
  21. (unit-info "feet"
  22. (factor 0.083333)
  23. (digits 4)
  24. (symbol "'")
  25. (abbreviation "ft")
  26. (singular "foot")
  27. (plural "feet"))
  28. (unit-info "yards"
  29. (factor 0.027778)
  30. (digits 4)
  31. (symbol "yd")
  32. (abbreviation "yd")
  33. (singular "yard")
  34. (plural "yards"))
  35. (unit-info "typogr. points"
  36. (factor 72.270000)
  37. (digits 0)
  38. (symbol "tpt")
  39. (abbreviation "tpt")
  40. (singular "typogr. point")
  41. (plural "typogr. points"))
  42. (unit-info "typogr. picas"
  43. (factor 6.022500)
  44. (digits 1)
  45. (symbol "tpc")
  46. (abbreviation "tpc")
  47. (singular "typogr. pica")
  48. (plural "typogr. picas"))