Curricula Vitae / Résumés ⇒ Replace the entire gray header with a picture
-
- Posts: 679
- Joined: Tue Mar 03, 2015 4:01 pm
Replace the entire gray header with a picture
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
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
Replace the entire gray header with a picture
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
-
- Posts: 679
- Joined: Tue Mar 03, 2015 4:01 pm
Re: Replace the entire gray header with a picture
You are a LaTeX wizard!!
All the best
QP