I want to format my document so as to fit its contents as I would like, but not keep this format for the front page and the index; as I need large margins for notes & equations but this particular layout make the cover and index look very weird, everything being put on the side.
I use this code to custom its format:
\setlength{\oddsidemargin}{0cm}
\setlength{\evensidemargin}{0cm}
\setlength{\marginparwidth}{5cm}
\setlength{\textwidth}{13cm}
\setlength{\textheight}{23cm}
and want to know if it is possible to either:
- reset it locally while being true on global
- set it on locally while being off on global
If this problem has no solution in LaTeX, I will simply save two documents, one unformatted and one formated and use pdf to merge the front page and index of the unformatted and the content of the formated.
\documentclass...to\end{document) that we can compile to see the structure of your document and what you have tried. – Peter Wilson Jan 14 '21 at 20:01