Curricula Vitae / Résumés ⇒ How do I decrease the size of the left margin?
-
- Posts: 679
- Joined: Tue Mar 03, 2015 4:01 pm
How do I decrease the size of the left margin?
Thanks
Aditya
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
How do I decrease the size of the left margin?
In the
res.cls
file you need to find the \oddsidemargin 0pt
and \evensidemargin 0pt
lines and make those values negative. This will reduce the margin on the left. Cheers,
Vel