mirror of
https://github.com/moderncv/moderncv.git
synced 2026-02-06 10:05:19 +01:00
Add an optional argument to control the thickness of \photo
This commit is contained in:
parent
63669b90c6
commit
698e722b82
5 changed files with 20 additions and 8 deletions
|
|
@ -175,7 +175,10 @@
|
|||
{%
|
||||
\hspace*{\separatorcolumnwidth}%
|
||||
\begin{minipage}[b]{\maketitlepicturewidth}%
|
||||
\raggedleft{}\addressfont\color{addresscolor}% required to correctly align content
|
||||
\raggedleft{}\addressfont\color{addresscolor}% required to correctly align content
|
||||
\setlength\fboxrule{\@photoframewidth}%
|
||||
\ifdim\@photoframewidth=0pt%
|
||||
\setlength{\fboxsep}{0pt}\fi%
|
||||
\framebox{\includegraphics[width=\maketitlepicturewidth]{\@photo}}%
|
||||
\end{minipage}}\\[3em]%
|
||||
% optional quote
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue