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.
What changes should I make in the latex class file so that I can limit the side bar to first page only? I want my second page to be a normal shaped one with all formatting enabled except the sidebar.
NEW: TikZ book now 40% off at Amazon.com for a short time.

Limiting asidebar to one page.
Welcome to the LaTeX community!
minimal working example and provide a bit more context for us?
Regards
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
site moderator & package author
- Johannes_B
- Site Moderator
- Posts: 4182
- Joined: Thu Nov 01, 2012 4:08 pm
Limiting asidebar to one page.
You can use
\newgeometry{left=1cm}
to start a new page with a new geometry. The documentation of package geometry will have detailed information.The smart way: Calm down and take a deep breath, read posts and provided links attentively, try to understand and ask if necessary.