Tag: geometry
-
latex landscape
There are several additional packages that can be used for landscape pages. Besides geometry the packages lscape and pdflscape can be used. The last two packages contain an additional environment. Pdflscape supports the correct display of PDFs in viewers. More information and examples can be found here:https://www.sascha-frank.com/landscape.html
-
latex set margins
In the past, page margins (and other margins) in LaTeX were set manually using special commands. Nowadays the additional package geometry is used to set the margins. More information and examples can be found here: https://www.sascha-frank.com/Faq/margins.html