how can I put this length with the geometry package?
geometry
\setlength{\evensidemargin}{92.58438pt}% \setlength{\oddsidemargin}{24.38356pt}%
Please note the twoside option and the values in \geometry in this MWE.
twoside
\geometry
\documentclass[twoside]{article} \usepackage{lipsum} \usepackage{geometry} \geometry{verbose, tmargin=90pt, bmargin=90pt, lmargin=164.85437pt, rmargin=96.65355pt } \usepackage{layout} \begin{document} {\Large Test: The oddsidemargin is now = \the\oddsidemargin The evensidemargin is now = \the\evensidemargin \\ } \layout \section*{Lore ipsum} \lipsum[1-10] \end{document}
Sign up using Google
Sign up using Facebook
Sign up using Stack Exchange
By posting your answer, you agree to the privacy policy and terms of service.
tagged
asked
9 months ago
viewed
712 times
active
Get the weekly newsletter!
see an example newsletter
geometryuses a very different model. What are you trying to achieve? – egreg Aug 20 '12 at 19:45