Tagged Questions
3
votes
2answers
208 views
How do I get letter sized paper when I am using the res.cls margin option
Here is the first part of my code sorry I'm new to TeX but this is really annoying me
also using the geometry package doesn't work and neither does
\documentclass[margin, letterpaper]{res}
...
...
% ...
2
votes
3answers
4k views
Edit margins in res.cls (How to pass through correct value for “margin”?)
I'm creating a resumé using the res.cls package and need to make the left and bottom margins smaller. I know I can use e.g. \topmargin=-0.5in to decrease the space at the top of the page, but neither ...