Generalminipage usage in two column CV

LaTeX specific issues not fitting into one of the other forums of this category.
Post Reply
jaisley
Posts: 2
Joined: Thu Aug 06, 2015 2:46 am

minipage usage in two column CV

Post by jaisley »

Hi, I was trying to modify Nicola Fontana's two column CV template (found at http://dev.entidi.com/p/tccv/. I added

Code: Select all

\begin{minipage}{0.4\textwidth}
and

Code: Select all

\begin{minipage}{0.6\textwidth}
and removed the needspace. However, it still makes the second column start a second page and I'm not sure why. I've attached the modified version. I'd appreciate any help!
Attachments
Two-columnCV-modified.zip
(4.4 KiB) Downloaded 248 times

Recommended reading 2024:

LaTeXguide.org • LaTeX-Cookbook.net • TikZ.org

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

User avatar
Johannes_B
Site Moderator
Posts: 4182
Joined: Thu Nov 01, 2012 4:08 pm

Re: minipage usage in two column CV

Post by Johannes_B »

Welcome, the class file is licended under the LPPL version 1.3. Please read, what that means and what you have to do to actually modify the files.

On a difernt note, you are using a very old version o the file. The recent version can always be found on github. Old font commands where fixed quite a while back. On a current TeX Live with up to date packages, the example does not compile.
The smart way: Calm down and take a deep breath, read posts and provided links attentively, try to understand and ask if necessary.
Post Reply