update dwcv

This commit is contained in:
Ming Su 2025-08-12 22:36:56 +08:00
parent aefeacae74
commit 2fa5940ba7
1 changed files with 190 additions and 181 deletions

View File

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