广博吧

位置:首页 > 简历 > 英文简历

latex中的moderncv英文简历模板

documentclass[11pt,a4paper]{moderncv}

latex中的moderncv英文简历模板

% moderncv themes
moderncvtheme[blue]{casual}                 % optional argument are 'blue' (default), 'orange', 'red', 'green', 'grey' and 'roman' (for roman fonts, instead of sans serif fonts)
%moderncvtheme[green]{classic}      % 删掉此语句前的%,并在上一语句前加%,则变成另一模版

% character encoding
usepackage[utf8]{inputenc}                   % replace by the encoding you are using

% adjust the page margins
usepackage[scale=0.8]{geometry}
%setlength{hintscolumnwidth}{3cm}                     % if you want to change the width of the column with the dates
%AtBeginDocument{setlength{maketitlenamewidth}{6cm}} % only for the classic theme, if you want to change the width of your name placeholder (to leave more space for your address details
%AtBeginDocument{recomputelengths}                     % required when changes are made to page layout lengths

% personal data

firstname{John} familyname{Doe}
title{Resum茅 title (optional)}               % optional, remove the line if not wanted
address{street and number}{postcode city}    % optional, remove the line if not wanted
mobile{mobile (optional)}                    % optional, remove the line if not wanted
phone{phone (optional)}                      % optional, remove the line if not wanted
fax{fax (optional)}                          % optional, remove the line if not wanted
email{email (optional)}                      % optional, remove the line if not wanted
extrainfo{additional information (optional)} % optional, remove the line if not wanted
photo[64pt]{{listitemsymbol}{-} % change the symbol for lists

section{Extra 1}
cvlistitem{Item 1}
cvlistitem{Item 2}
cvlistitem[+]{Item 3}            % optional other symbol

section{Extra 2}
cvlistdoubleitem[Neutral]{Item 1}{Item 4}
cvlistdoubleitem[Neutral]{Item 2}{Item 5}
cvlistdoubleitem[Neutral]{Item 3}{}


end{document}


%% end of file `template_'.