latex moderncv使用

官网压缩包下载

官网网址

各组成部分

格式设置

\moderncvstyle{classic}                             % style options are 'casual' (default), 'classic', 'banking', 'oldstyle' and 'fancy'
\moderncvcolor{blue}                               % color options 'black', 'blue' (default), 'burgundy', 'green', 'grey', 'orange', 'purple' and 'red'

个人信息设置

\name{John}{Doe}
\title{Résumé title}                               % optional, remove / comment the line if not wanted
\born{4 July 1776}                                 % optional, remove / comment the line if not wanted
\address{street and number}{postcode city}{country}% optional, remove / comment the line if not wanted; the "postcode city" and "country" arguments can be omitted or provided empty
\phone[mobile]{+1~(234)~567~890}                   % optional, remove / comment the line if not wanted; the optional "type" of the phone can be "mobile" (default), "fixed" or "fax"
\phone[fixed]{+2~(345)~678~901}
\phone[fax]{+3~(456)~789~012}
\email{john@doe.org}                               % optional, remove / comment the line if not wanted
\homepage{www.johndoe.com}                         % optional, remove / comment the line if not wanted

% Social icons
\social[linkedin]{john.doe}                        % optional, remove / comment the line if not wanted
\social[xing]{john\_doe}                           % optional, remove / comment the line if not wanted
\social[twitter]{ji\_doe}                             % optional, remove / comment the line if not wanted
\social[github]{jdoe}                              % optional, remove / comment the line if not wanted
\social[gitlab]{jdoe}                              % optional, remove / comment the line if not wanted
\social[stackoverflow]{0000000/johndoe}            % optional, remove / comment the line if not wanted
\social[bitbucket]{jdoe}                           % optional, remove / comment the line if not wanted
\social[skype]{jdoe}                               % optional, remove / comment the line if not wanted
\social[orcid]{0000-0000-000-000}                  % optional, remove / comment the line if not wanted
\social[researchgate]{jdoe}                        % optional, remove / comment the line if not wanted
\social[researcherid]{jdoe}                        % optional, remove / comment the line if not wanted
\social[telegram]{jdoe}                            % optional, remove / comment the line if not wanted
\social[whatsapp]{12345678901}                     % optional, remove / comment the line if not wanted
\social[signal]{12345678901}                       % optional, remove / comment the line if not wanted
\social[matrix]{@johndoe:matrix.org}               % optional, remove / comment the line if not wanted
\social[googlescholar]{googlescholarid}            % optional, remove / comment the line if not wanted
\extrainfo{additional information}                 % optional, remove / comment the line if not wanted
\photo[64pt][0.4pt]{picture}                       % optional, remove / comment the line if not wanted; '64pt' is the height the picture must be resized to, 0.4pt is the thickness of the frame around it (put it to 0pt for no frame) and 'picture' is the name of the picture file
\quote{Some quote}                                 % optional, remove / comment the line if not wanted

cventry

\section{Education}
\cventry{year--year}{Degree}{Institution}{City}{\textit{Grade}}{dsafh}  % arguments 3 to 6 can be left empty
\cventry{year--year}{Degree}{Institution}{City}{\textit{Grade}}{Description}

效果如下:

所有参数的括号不能少,如果想忽略哪个部分,直接{},例如:\cventry{year--year}{Degree}{Institution}{City}{\textit{Grade}}{}
其中第二个参数使用{}会多出一个逗号,不推荐使用。

cvitem

\section{Master thesis}
\cvitem{title}{\emph{Title}}
\cvitem{supervisors}{hello}
\cvitem{description}{Short thesis abstract}

对应

cvwithcomment

\cvitemwithcomment{Language 1}{Skill level}{Comment}
\cvitemwithcomment{Language 2}{Skill level}{Comment}
\cvitemwithcomment{Language 3}{Skill level}{Comment}
\cvitemwithcomment{Language 4}{Skill level}{Comment}

cvdoubleitem

\cvdoubleitem{category 1}{XXX, YYY, ZZZ}{category 4}{XXX, YYY, ZZZ}

cvlistitem

\cvlistitem{Item 1}
\cvlistitem{Item 2}
\cvlistitem{Item 3}

cvlistdoubleitem

\cvlistdoubleitem{Item 1}{Item 4}
\cvlistdoubleitem{Item 2}{Item 5\cite{book2}}
\cvlistdoubleitem{Item 3}{Item 6. Like item 3 in the single column list before, this item is particularly long to wrap over several lines.}

cvcolums

\begin{cvcolumns}
  \cvcolumn{Category 1}{\begin{itemize}\item Person 1\item Person 2\item Person 3\end{itemize}}
  \cvcolumn{Category 2}{Amongst others:\begin{itemize}\item Person 1, and\item Person 2\end{itemize}(more upon request)}
  \cvcolumn[0.5]{All the rest \& some more}{\textit{That} person, and \textbf{those} also (all available upon request).}
\end{cvcolumns}

\cvcolumn必须在cvcolumns包裹下才会显示。

cvskill

cvskilllegend

\cvskilllegend*[10em]{hello}
添加能力说明,10em表示留白长度,hello表示这个表的名称,可以为空。

cvskillhead

\cvskillhead[10em]表示表格留出的空白大小。

cvskillentry

\cvskillentry*{Language:}{3}{Python}{2}{I'm so experienced in Python and have realised a million projects. At least.}
\cvskillentry{}{2}{Lilypond}{14}{So much sheet music! Man, I'm the best!}
\cvskillentry{}{3}{\LaTeX}{14}{Clearly I rock at \LaTeX}
\cvskillentry*{OS:}{3}{Linux}{2}{I only use Archlinux btw}% notice the use of the starred command and the optional 
\cvskillentry*[1em]{Methods}{4}{SCRUM}{8}{SCRUM master for 5 years}

其中*表示虚线,去掉星号后虚线相应消失。

posted @ 2023-04-26 09:57  心比天高xzh  阅读(183)  评论(0编辑  收藏  举报