Curricula Vitae / Résumés ⇒ Limiting asidebar to one page.
-
- Posts: 1
- Joined: Sun Aug 30, 2015 9:55 am
Limiting asidebar to one page.
Learn LaTeX easily with newest books:
The LaTeX Beginner's Guide: 2nd edition and perfect for students writing a thesis
The LaTeX Cookbook: 2nd edition full of practical examples for mathematics, physics, chemistry, and more
LaTeX Graphics with TikZ: the first book about TikZ for perfect drawings in your LaTeX thesis
Limiting asidebar to one page.
A general rule is not to make changes to class files. Could you post aanandmoghan wrote:What changes should I make in the latex class file

Regards
- Johannes_B
- Site Moderator
- Posts: 4182
- Joined: Thu Nov 01, 2012 4:08 pm
Limiting asidebar to one page.
\newgeometry{left=1cm}
to start a new page with a new geometry. The documentation of package geometry will have detailed information.