title : fix extra margin when photo is disabled.
This commit is contained in:
parent
fdce29c41e
commit
88f1eaecaf
|
@ -1,10 +1,9 @@
|
||||||
\hspace{-8mm}
|
\hspace{-8mm}
|
||||||
|
\ifphoto
|
||||||
\begin{minipage}{0.2\textwidth}
|
\begin{minipage}{0.2\textwidth}
|
||||||
% photo.
|
\includegraphics[width=3cm]{photo} % photo.
|
||||||
\ifphoto
|
|
||||||
\includegraphics[width=3cm]{photo}
|
|
||||||
\fi
|
|
||||||
\end{minipage}
|
\end{minipage}
|
||||||
|
\fi
|
||||||
\begin{minipage}{0.8\textwidth}
|
\begin{minipage}{0.8\textwidth}
|
||||||
% name with required fix for montserrat font.
|
% name with required fix for montserrat font.
|
||||||
% \hspace{-3mm}
|
% \hspace{-3mm}
|
||||||
|
|
Loading…
Reference in a new issue