Curricula Vitae / RésumésLimiting asidebar to one page.

ModernCV, Friggeri, Plasmati, Classicthesis-CV, and more
Post Reply
anandmoghan
Posts: 1
Joined: Sun Aug 30, 2015 9:55 am

Limiting asidebar to one page.

Post by anandmoghan »

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.

Recommended reading 2024:

LaTeXguide.org • LaTeX-Cookbook.net • TikZ.org

NEW: TikZ book now 40% off at Amazon.com for a short time.

And: Currently, Packt sells ebooks for $4.99 each if you buy 5 of their over 1000 ebooks. If you choose only a single one, $9.99. How about combining 3 LaTeX books with Python, gnuplot, mathplotlib, Matlab, ChatGPT or other AI books? Epub and PDF. Bundle (3 books, add more for higher discount): https://packt.link/MDH5p

cgnieder
Site Moderator
Posts: 2000
Joined: Sat Apr 16, 2011 7:27 pm

Limiting asidebar to one page.

Post by cgnieder »

Welcome to the LaTeX community!
anandmoghan wrote:What changes should I make in the latex class file
A general rule is not to make changes to class files. Could you post a Infominimal working example and provide a bit more context for us?

Regards
site moderator & package author
User avatar
Johannes_B
Site Moderator
Posts: 4182
Joined: Thu Nov 01, 2012 4:08 pm

Limiting asidebar to one page.

Post by Johannes_B »

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.
Post Reply