用moderncv制作精美的Latex中英文简历

以下latex代码摘自网络,如有侵犯版权,请告知本人。


===============================英文简历=====================================


%% start of file `template_en.tex'.
%% Copyright 2006-1008 Xavier Danaux (xdanaux@gmail.com).
%
% This work may be distributed and/or modified under the
% conditions of the LaTeX Project Public License version 1.3c,
% available at http://www.latex-project.org/lppl/.


\documentclass[11pt,a4paper]{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}                % idem

% 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]{picture}                         % '64pt' is the height the picture must be resized to and 'picture' is the name of the picture file; optional, remove the line if not wanted
\quote{Some quote (optional)}                 % optional, remove the line if not wanted

%\nopagenumbers{}                             % uncomment to suppress automatic page numbering for CVs longer than one page


%----------------------------------------------------------------------------------
%            content
%----------------------------------------------------------------------------------
\begin{document}
\maketitle

\section{Education}
\cventry{year--year}{Degree}{Institution}{City}{\textit{Grade}}{Description}  % arguments 3 to 6 are optional
\cventry{year--year}{Degree}{Institution}{City}{\textit{Grade}}{Description}  % arguments 3 to 6 are optional

\section{Master thesis}
\cvline{title}{\emph{Title}}
\cvline{supervisors}{Supervisors}
\cvline{description}{\small Short thesis abstract}

\section{Experience}
\subsection{Vocational}
\cventry{year--year}{Job title}{Employer}{City}{}{Description}                % arguments 3 to 6 are optional
\cventry{year--year}{Job title}{Employer}{City}{}{Description}                % arguments 3 to 6 are optional
\subsection{Miscellaneous}
\cventry{year--year}{Job title}{Employer}{City}{}{Description line 1\newline{}Description line 2}% arguments 3 to 6 are optional

\section{Languages}
\cvlanguage{language 1}{Skill level}{Comment}
\cvlanguage{language 2}{Skill level}{Comment}
\cvlanguage{language 3}{Skill level}{Comment}

\section{Computer skills}
\cvcomputer{category 1}{XXX, YYY, ZZZ}{category 4}{XXX, YYY, ZZZ}
\cvcomputer{category 2}{XXX, YYY, ZZZ}{category 5}{XXX, YYY, ZZZ}
\cvcomputer{category 3}{XXX, YYY, ZZZ}{category 6}{XXX, YYY, ZZZ}

\section{Interests}
\cvline{hobby 1}{\small Description}
\cvline{hobby 2}{\small Description}
\cvline{hobby 3}{\small Description}

\renewcommand{\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}{}

% Publications from a BibTeX file
\nocite{*}
\bibliographystyle{plain}
\bibliography{publications}       % 'publications' is the name of a BibTeX file

\end{document}


%% end of file `template_en.tex'.


===============================中文简历=====================================


%% start of file `jdoe_casual.tex'.
%% Copyright 2006 Xavier Danaux.
%
% This work may be distributed and/or modified under the
% conditions of the LaTeX Project Public License version 1.3c,
% available at http://www.latex-project.org/lppl/.


\documentclass[11pt]{moderncv}
%\usepackage{bbding}
% moderncv styles
\moderncvstyle[roman]{casual}        % optional argument are 'nocolor' (black & white cv) and 'roman' (for roman fonts, instead of sans serif fonts)
%\moderncvstyle{classic}       % idem

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

% personal data (the given example is exhaustive; just give what you want)
%\firstname{DONG} \familyname{\hspace{0.5em}LI }
%\title{Design enthusiast\dots}
%\address{12 somestreet\\3456 somecity} % for classic style
%\address{12 somestreet, 3456 somecity}  % for casual style

\phone{phone number} \email{my email}

%\extrainfo{\weblink{www.ctan.org}}

%\photo[50pt]{face.jpg} % also optional, and the optional argument is the height the picture must be resized to

%\quote{Any intelligent fool can make things bigger, more complex, and more violent. It takes a touch of genius -- and a lot of courage -- to move in the opposite direction.}% also optional

%\renewcommand{\listsymbol}{{\fontencoding{U}\fontfamily{ding}\selectfont\tiny\symbol{'102}}} % define another symbol to be used in front of the list items

% the ConTeXt symbol
\def\ConTeXt{%
  C%
  \kern-.0333emo%
  \kern-.0333emn%
  \kern-.0667em\TeX%
  \kern-.0333emt}

% slanted small caps (only with roman family; the sans serif font doesn't exists :-()
%\usepackage{slantsc}
%\DeclareFontFamily{T1}{myfont}{}
%\DeclareFontShape{T1}{myfont}{m}{scsl}{ <-> cork-lmssqbo8}{}
%\usefont{T1}{myfont}{m}{scsl}Testing the font

\newcommand{\listitem}[1]{\textbullet\hspace{1em}\parbox[t]{13cm}{#1}\vspace{0.5em}}

\definecolor{see}{rgb}{0.5,0.5,0.5}% for web links
\newcommand{\up}[1]{\ensuremath{^\textsf{\scriptsize#1}}}% for text subscripts

%----------------------------------------------------------------------------------
%            content
%----------------------------------------------------------------------------------
\begin{document}

\begin{CJK*}{GBK}{kai}
 \firstname{Name} \familyname{\hspace{0.2em}CN}
 \cnname{\hspace{0.2em}中文名}
 \maketitle
%\makequote
\hspace{0em}
\parbox[t]{8cm}{address1\\address2\\
address3\\
address 4
} \hspace{1em}
\parbox[t]{2cm}{
               \textbf{Mobile:}\\
               \textbf{Office:}\\
               \textbf{E-mail:}\\
               \textbf{HomePage:}\\
               }
\hspace{1em}
\parbox[t]{4cm}{
               手机号\\
               固定电话\\
               邮箱\\
               主页 }
\vspace{0.5cm}
\section{Education}
\cventry{2005--now}{BS in Information Security}{University of
Science and Technology of China (USTC). 2005-2009 (expected)}{}{}{GPA: 3.76/4.3}

\section{Research Interest}
\cvitem{} {我的研究兴趣}

\section{获得的奖励}

\cventry{2008, summer} {我的奖项}{}{}{}{}

\cvitem{} { 用listitems 做列表\\\listitem{item1} \listitem{item2} }
%-------------------------------------------------------------

\section{计算机技术}
\cvcomputer{programming}{C/C++, C\#, HTML}{}{}
\cvcomputer{scientific}{Matlab, Maple, Origin}{}{}
\cvcomputer{typography}{\LaTeX{}, MS Office}{}{}

\section{Publications}
\cvitem{[1]}{\textbf{Author},other author.\textrm{\textit{My
paper}}. some conference \& publisher }



%\section{Section with your own content}\closesection
%Your content here, inside the normal \LaTeX{} environment. You can use any regular \LaTeX{} command, display mathematics
%\[e =m\,c^2,\]
%put some table or figure, \dots

%\emptysection{}
%\cvitem{Now}{Back to moderncv layout, without making a new section :-)}

\nocite{*}
\bibliographystyle{plain}
\bibliography{jdoe_publications}
\end{CJK*}
\end{document}


%% end of file `jdoe_casual.tex'.



  • 1
    点赞
  • 7
    收藏
    觉得还不错? 一键收藏
  • 1
    评论

“相关推荐”对你有帮助么?

  • 非常没帮助
  • 没帮助
  • 一般
  • 有帮助
  • 非常有帮助
提交
评论 1
添加红包

请填写红包祝福语或标题

红包个数最小为10个

红包金额最低5元

当前余额3.43前往充值 >
需支付:10.00
成就一亿技术人!
领取后你会自动成为博主和红包主的粉丝 规则
hope_wisdom
发出的红包
实付
使用余额支付
点击重新获取
扫码支付
钱包余额 0

抵扣说明:

1.余额是钱包充值的虚拟货币,按照1:1的比例进行支付金额的抵扣。
2.余额无法直接购买下载,可以购买VIP、付费专栏及课程。

余额充值