Curricula Vitae / Résumés ⇒ geometry in Classicthesis-Styled CV
geometry in Classicthesis-Styled CV
I like your template the most so I would like to use it, but also, I would like to change one thing, and that is geometry. In my opinion, there is too big space to the right and left, so what should I do to have less free space and more space for writing text?
Thanks for reply
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
- Johannes_B
- Site Moderator
- Posts: 4182
- Joined: Thu Nov 01, 2012 4:08 pm
geometry in Classicthesis-Styled CV
Code: Select all
\usepackage{geometry}
\geometry{margin=1cm}
Re: geometry in Classicthesis-Styled CV
I tried some combinations like:
\usepackage[top=1in, bottom=1.25in, left=1.25in, right=1.25in]{geometry}
or
\usepackage[margin=1cm]{geometry}
or
\usepackage{geometry}
\geometry{margin=1cm}
but any change. I dont know why
- Johannes_B
- Site Moderator
- Posts: 4182
- Joined: Thu Nov 01, 2012 4:08 pm
geometry in Classicthesis-Styled CV
Code: Select all
\usepackage{geometry}
\geometry{outer=12cm,textwidth=6cm}
\begin{document}
(that is after loading classicthesis) works fine.If it doesn't for you, please share a minimal working example.