In examples found around the web, some people specify lengths such as width=5truecm with \includegraphics or the geometry package. How is this different from regular 5cm?
|
|
|
TeX has an internal integer register called If one sets
all dimensions will be increased by 20%. More precisely they are multiplied by Thus setting
will give exactly 5 centimeters when used, independent of the value of In the olden days when Plain TeX and AMS-TeX were the only formats available for serious mathematical typesetting (LaTeX wasn't, because it only provided the faulty
or
(that set LaTeX uses a different model, where different font sizes for the document (the So using
then the scaling factor will be multiplied by |
||||
|
|
|
TeX has a magnification feature (which is used in plain Tex mostly as the format only loads 10pt fonts by default) it is not really supported or used in LaTeX. If you apply magnification then most lengths are scaled by the appropriate amount, however for referring to physical lengths such as the page size you need to refer to unmagnified lengths, so you can double the font size and re-set the document on the same (say A4) page size. Any length using units may be prefixed with |
||||
|
|