Hi there!
I have modified the original template a reasonable amount, but there is one thing i can't figure out!
I simply want to replace the entire gray header with a jpg, I have tried a couple of things but it just turns the gray header black.
Any suggestions would be appreciated.
Many thanks to the author of this template!
All the best
QP
Curricula Vitae / Résumés ⇒ Replace the entire gray header with a picture
-
- Posts: 679
- Joined: Tue Mar 03, 2015 4:01 pm
NEW: TikZ book now 40% off at Amazon.com for a short time.
Replace the entire gray header with a picture
Hey QP,
It's actually quite easy to do
Just go to
All you have to do is add your image into the curly brackets like so:
Cheers,
Vel
It's actually quite easy to do

friggeri-cv.cls
and find the line:Code: Select all
\node [rectangle, fill=fillheader, anchor=north, minimum width=\paperwidth,
minimum height=4cm] (box) at (current page.north){};
Code: Select all
\node [rectangle, fill=fillheader, anchor=north, minimum width=\paperwidth,
minimum height=4cm] (box) at (current page.north){\includegraphics[width=\paperwidth]
{placeholder.jpg};
Vel
Founder and administrator of LaTeXTemplates.com and LaTeXTypesetting.com
-
- Posts: 679
- Joined: Tue Mar 03, 2015 4:01 pm
Re: Replace the entire gray header with a picture
Thanks Vel!
You are a LaTeX wizard!!
All the best
QP
You are a LaTeX wizard!!
All the best
QP
Re: Replace the entire gray header with a picture
No problem!
Founder and administrator of LaTeXTemplates.com and LaTeXTypesetting.com