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 236 times

Recommended reading 2024:

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

NEW: TikZ book now 40% off at Amazon.com for a short time.

And: Currently, Packt sells ebooks for $4.99 each if you buy 5 of their over 1000 ebooks. If you choose only a single one, $9.99. How about combining 3 LaTeX books with Python, gnuplot, mathplotlib, Matlab, ChatGPT or other AI books? Epub and PDF. Bundle (3 books, add more for higher discount): https://packt.link/MDH5p

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