Text Formatting ⇒ Column Width in Template for CV
Column Width in Template for CV
Reason: Complete Files are better uploaded as attachment to the forum server instead of being posted as code.
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
Column Width in Template for CV
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}