update dwcv
This commit is contained in:
parent
aefeacae74
commit
2fa5940ba7
|
@ -518,6 +518,7 @@ $endif$
|
|||
%---------------------------------------------------------------------------------------
|
||||
% META IMAGE
|
||||
%----------------------------------------------------------------------------------------
|
||||
\begin{center}
|
||||
|
||||
$if(lang)$
|
||||
\ifnum\pdfstrcmp{$lang$}{en}=0
|
||||
|
@ -534,10 +535,12 @@ $endif$
|
|||
\includegraphics[width=\linewidth]{$sidebar.image$}
|
||||
$endif$
|
||||
\fcolorbox{white}{white}{\begin{minipage}[c][1.5cm][c]{1\mpwidth}
|
||||
\Large{\textbf{\textcolor{maincol}{$author$ ($jobtitle$)}}} \\[2pt]
|
||||
\Large{ \textbf{\textcolor{maincol}{$institute$}}}
|
||||
\centering\Large{\textbf{\textcolor{maincol}{$author$ ($jobtitle$)}}} \\[2pt]
|
||||
\normalsize{ \textbf{\textcolor{maincol}{$institute$}}}
|
||||
\end{minipage}}\\[4pt]
|
||||
|
||||
\end{center}
|
||||
|
||||
|
||||
$if(sidebar.area)$
|
||||
\cvsection{Research Area}
|
||||
|
@ -577,12 +580,18 @@ $endif$
|
|||
\textcolor{maincol}{$sidebar.recruitmentad$}\\[6pt]
|
||||
$endif$
|
||||
|
||||
|
||||
|
||||
$if(sidebar.contact)$
|
||||
\begin{center}
|
||||
\includegraphics[width=0.9\linewidth]{$sidebar.contact$}
|
||||
\end{center}
|
||||
$endif$
|
||||
|
||||
$if(sidebar.wechat)$
|
||||
\begin{center}
|
||||
\includegraphics[width=0.9\linewidth]{$sidebar.wechat$}
|
||||
\end{center}
|
||||
$endif$
|
||||
|
||||
|
||||
|
|
Loading…
Reference in New Issue