我正在使用模板“中篇专业简历”撰写简历https://www.latextemplates.com/template/medium-length-professional-cv。我想将我的头像 linkedin_pb.jpg 添加到我的简历中,放在姓名、地址等标题信息的旁边。我需要做哪些修改?
答案1
将此代码添加到您的序言中:
%**************************************** added <<<<<<<<<<<<
\usepackage{graphicx}
\makeatletter
\renewcommand{\document}{%
\ori@document
\begin{minipage}{0.25\linewidth}{%
\includegraphics[scale=0.2]{example-image}} %your photo <<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<
\end{minipage}\hfill
\begin{minipage}{0.5\linewidth}{%
\printname % Print the name specified with \name
\@ifundefined{@addressone}{}{ % Print the first address if specified
\printaddress{\@addressone}}
\@ifundefined{@addresstwo}{}{ % Print the second address if specified
\printaddress{\@addresstwo}}
\@ifundefined{@addressthree}{}{ % Print the third address if specified
\printaddress{\@addressthree}}}
\end{minipage}\hspace*{0.25\linewidth}
}
\makeatother
% ****************************************************************
使用以下方式调整图片大小\scale=...
用于\hspace*{1.5em }\includegraphics[scale=0.2]{example-image} }%your photo <<<<
将照片缩进部分内的项目。