Skip to main content

You are not logged in. Your edit will be placed in a queue until it is peer reviewed.

We welcome edits that make the post easier to understand and more valuable for readers. Because community members review edits, please try to make the post substantially better than how you found it, for example, by fixing grammar or adding additional resources and hyperlinks.

Required fields*

4
  • $\begingroup$ Great explanation ... thank you $\endgroup$ Commented Dec 12, 2016 at 11:42
  • 1
    $\begingroup$ @MichaelE2 Of course, thank you! $\endgroup$ Commented Dec 12, 2016 at 11:56
  • 3
    $\begingroup$ To be accurate, Mathematica, like nearly all software, uses Postscript point. TeX, which predates most desktop publishing software, uses printer's points, which are 0.9963 times smaller. I had to correct for this in MaTeX to match the two up. $\endgroup$ Commented Dec 12, 2016 at 12:01
  • 1
    $\begingroup$ You may also use the builtin unit functions. Define cmToDpp = QuantityMagnitude@UnitConvert[Quantity[#, "Centimeters"], "DesktopPublishingPoints"] &. Then cmToDpp@8 and so on. (+1) $\endgroup$ Commented Dec 12, 2016 at 21:49