Page LayoutOverleaf resume

Information and discussion about page layout specific issues (e.g. header and footer lines, page formats, page numbers).
Post Reply
FrancescoFantuzzo
Posts: 1
Joined: Thu Feb 17, 2022 6:45 pm

Overleaf resume

Post by FrancescoFantuzzo »

Hello,
I have a problem with a template in Overleaf.
I would like to write my CV in latex of 2 or more pages, but the template allows only one page and crash if I add more sections. Can you help me?

Code: Select all

Code, edit and compile here:
\documentclass[a4paper,10pt]{article}
\usepackage[vmargin=1.5cm, hmargin=1.5cm]{geometry}
\usepackage[utf8]{inputenc}
\input{MySetup}
%-------------------------------------------------------------------------------------------------------
\begin{document}
%-------------------------------------------------------------------------------------------------------
% Left column
%-------------------------------------------------------------------------------------------------------
\begin{adjustbox}{valign=t}
\begin{minipage}{0.3\textwidth} % Adapt width to your convenience
%----------------------------------------------------
% Please add a photo in 1x1 format
\begin{center}
\begin{tikzpicture}
\clip (0,0) circle (2cm) node {\includegraphics[width=4cm]{Simple-CV/francesco_fantuzzo.jpg}};
\end{tikzpicture}
\MySkip % See MySetup.tex file
%----------------------------------------------------
{\LARGE \bfseries Francesco Fantuzzo}
\MySkip % See MySetup.tex file
Nato il 11 Febbraio 1999\\
Lignano Sabbiadoro -- Italia\\
Domicilio a Padova\\
\MySkip % See MySetup.tex file
\textcolor{ColorTwo}{\faEnvelopeO}
\myhref{mailto:fantuzzo.francesco@gmail.com}{fantuzzo.francesco@gmail.com} \\
\textcolor{ColorTwo}{\faChain}
\myhref{https://www.linkedin.com/in/francesco-fantuzzo-ba67b01a6/}{linkedin}
 
הההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההה
XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX

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

Ijon Tichy
Posts: 640
Joined: Mon Dec 24, 2018 10:12 am

Overleaf resume

Post by Ijon Tichy »

The example is not working, because it uses files we do not have. Please test yourself using the "Run LaTeX here" button.

However: The templates uses minipage and adjustbox for making a smaller left and a wider right column. But a both environments are boxes and page breaks inside boxes are not possible. So you have to break them yourself, finishing the environments at the end of every page and adding the same or a similar contruct to every new page.

I would recommend to use something completely different. There are a lot of CV classes and packages on CTAN. And often a list or longtable or xltabular is good enough or even the better choice for a cv.
Sorry, but I can no longer participate here as the administrator is trampling on my wishes on one of his other platforms. :cry:
Post Reply