Text Formatting ⇒ Column Width in Template for CV
Column Width in Template for CV
I am trying to use a CV template, but I would like to increase the width of the leftmost column, the one starting with "Lehman Brothers" in italics (see the attached code and PDF output). How can I do that? I'd be very grateful for any help.
Last edited by localghost on Sun Jun 09, 2013 8:10 pm, edited 1 time in total.
Reason: Complete Files are better uploaded as attachment to the forum server instead of being posted as code.
Reason: Complete Files are better uploaded as attachment to the forum server instead of being posted as code.
NEW: TikZ book now 40% off at Amazon.com for a short time.
Column Width in Template for CV
Hey,
From the code, you can see the "company" is typeset in the outer margin. So what you would have to do is change the page layout. The package classicthesis sets the layout and you can modify it using geometry. Make sure you load the package after classicthesis. I picked some random values that you might have to adapt for your CV. showframe is pretty handy for testing purposes.
From the code, you can see the "company" is typeset in the outer margin. So what you would have to do is change the page layout. The package classicthesis sets the layout and you can modify it using geometry. Make sure you load the package after classicthesis. I picked some random values that you might have to adapt for your CV. showframe is pretty handy for testing purposes.
Code: Select all
\usepackage{showframe} % makes margins visible
\usepackage[top=33pt, bottom=60pt, left=150pt, right=100pt]{geometry}