unitrc 1.2 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152
  1. # GIMP units
  2. #
  3. # This file contains the user unit database. You can edit this list with the
  4. # unit editor. You are not supposed to edit it manually, but of course you
  5. # can do.
  6. # This file will be entirely rewritten each time you exit.
  7. (unit-info "centimeters"
  8. (factor 2.54)
  9. (digits 2)
  10. (symbol "cm")
  11. (abbreviation "cm")
  12. (singular "centimeter")
  13. (plural "centimeters"))
  14. (unit-info "meters"
  15. (factor 0.025399999999999999)
  16. (digits 4)
  17. (symbol "m")
  18. (abbreviation "m")
  19. (singular "meter")
  20. (plural "meters"))
  21. (unit-info "feet"
  22. (factor 0.083333000000000004)
  23. (digits 4)
  24. (symbol "'")
  25. (abbreviation "ft")
  26. (singular "foot")
  27. (plural "feet"))
  28. (unit-info "yards"
  29. (factor 0.027778000000000001)
  30. (digits 4)
  31. (symbol "yd")
  32. (abbreviation "yd")
  33. (singular "yard")
  34. (plural "yards"))
  35. (unit-info "typogr. points"
  36. (factor 72.269999999999996)
  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.0225)
  44. (digits 1)
  45. (symbol "tpc")
  46. (abbreviation "tpc")
  47. (singular "typogr. pica")
  48. (plural "typogr. picas"))
  49. # end of units