mirror of
https://github.com/posquit0/Awesome-CV.git
synced 2024-11-21 21:58:28 +00:00
allow multiple \makecvheader in documents
This commit is contained in:
parent
725fe4e3ef
commit
7aef19de22
1 changed files with 5 additions and 4 deletions
|
@ -401,7 +401,8 @@
|
|||
% Define a header for CV
|
||||
% Usage: \makecvheader
|
||||
\newcommand*{\makecvheader}[1][C]{%
|
||||
\newcommand*{\drawphoto}{%
|
||||
\ifthenelse{\isundefined{\drawphoto}}{
|
||||
\newcommand*{\drawphoto}{%
|
||||
\ifthenelse{\isundefined{\@photo}}{}{%
|
||||
\newlength{\photodim}
|
||||
\ifthenelse{\equal{\@photoshape}{circle}}%
|
||||
|
@ -414,9 +415,9 @@
|
|||
\node[\@photoshape, draw=\@photoborder, line width=0.3mm, inner sep=\photodim, fill overzoom image=\@photo] () {};
|
||||
\end{tikzpicture}
|
||||
}%
|
||||
}
|
||||
\newlength{\headertextwidth}
|
||||
\newlength{\headerphotowidth}
|
||||
}}{}
|
||||
\ifthenelse{\isundefined{\headertextwidth}}{\newlength{\headertextwidth}}{}
|
||||
\ifthenelse{\isundefined{\headerphotowidth}}{\newlength{\headerphotowidth}}{}
|
||||
\ifthenelse{\isundefined{\@photo}}{
|
||||
\setlength{\headertextwidth}{\textwidth}
|
||||
\setlength{\headerphotowidth}{0cm}
|
||||
|
|
Loading…
Reference in a new issue