Curricula Vitae / RésumésWenneker CV - left column

ModernCV, Friggeri, Plasmati, Classicthesis-CV, and more
Post Reply
christinefa
Posts: 2
Joined: Mon Jul 12, 2021 10:18 am

Wenneker CV - left column

Post by christinefa »

Hello
I am using the Wenneker resume CV (the modified version) and I would like to know how I can have a change the content of the left column on the second page.
I would like to add my photo on the left column of the first page of the CV but I would like that the photo does not appear on the left column of the second page. More generally, how can we do to have a different text on the left column on each page with this template ?
Thanks in advance

Christine

Recommended reading 2024:

LaTeXguide.org • LaTeX-Cookbook.net • TikZ.org
LaTeX Beginner's Guide LaTeX Cookbook LaTeX TikZ graphics TikZによるLaTeXグラフィックス
Bartman
Posts: 366
Joined: Fri Jan 03, 2020 2:39 pm

Wenneker CV - left column

Post by Bartman »

Please link the template you are talking about, even if it can be found with your information.

Try

Code: Select all

% flowfram in structure.tex loads the etoolbox package.
\ifnumequal{\value{page}}{1}
  {\includegraphics[width=0.6\columnwidth]{photo.jpg}\\[\baselineskip]}{}
or

Code: Select all

\ifnum\value{page}=1
  \includegraphics[width=0.6\columnwidth]{photo.jpg}\\[\baselineskip]
\fi
christinefa
Posts: 2
Joined: Mon Jul 12, 2021 10:18 am

Wenneker CV - left column

Post by christinefa »

Thanks a lot !! Perfect suggestion
Post Reply