New style: oldstyle
This commit is contained in:
Binary file not shown.
@ -9,8 +9,9 @@
|
||||
\documentclass[11pt,a4paper,sans]{moderncv} % possible options include font size ('10pt', '11pt' and '12pt'), paper size ('a4paper', 'letterpaper', 'a5paper', 'legalpaper', 'executivepaper' and 'landscape') and font family ('sans' and 'roman')
|
||||
|
||||
% moderncv 主题
|
||||
\moderncvstyle{casual} % 选项参数是 ‘casual’ 和 ‘classic’
|
||||
\moderncvstyle{casual} % 选项参数是 ‘casual’, ‘classic’ 和 ’oldstyle’
|
||||
\moderncvcolor{blue} % 选项参数是 ‘blue’ (默认)、‘orange’、‘green’、‘red’、‘purple’ 和 ‘grey’
|
||||
%\nopagenumbers{} % 消除注释以取消自动页码生成功能
|
||||
|
||||
% 字符编码
|
||||
\usepackage[utf8]{inputenc} % 替换你正在使用的编码
|
||||
@ -25,9 +26,9 @@
|
||||
\familyname{李}
|
||||
\title{简历题目 (可选项)} % 可选项、如不需要可删除本行
|
||||
\address{街道及门牌号}{邮编及城市} % 可选项、如不需要可删除本行
|
||||
\mobile{手机 (可选项)} % 可选项、如不需要可删除本行
|
||||
\phone{电话 (可选项)} % 可选项、如不需要可删除本行
|
||||
\fax{传真 (可选项)} % 可选项、如不需要可删除本行
|
||||
\mobile{+1~(234)~567~890} % 可选项、如不需要可删除本行
|
||||
\phone{+2~(345)~678~901} % 可选项、如不需要可删除本行
|
||||
\fax{+3~(456)~789~012} % 可选项、如不需要可删除本行
|
||||
\email{xiaolong@li.com.cn} % 可选项、如不需要可删除本行
|
||||
\homepage{www.xialongli.com} % 可选项、如不需要可删除本行
|
||||
\extrainfo{附加信息 (可选项)} % 可选项、如不需要可删除本行
|
||||
@ -42,8 +43,6 @@
|
||||
% 分类索引
|
||||
%\usepackage{multibib}
|
||||
%\newcites{book,misc}{{Books},{Others}}
|
||||
|
||||
%\nopagenumbers{} % 消除注释以取消自动页码生成功能
|
||||
%----------------------------------------------------------------------------------
|
||||
% 内容
|
||||
%----------------------------------------------------------------------------------
|
||||
@ -56,9 +55,9 @@
|
||||
\cventry{年 -- 年}{学位}{院校}{城市}{\textit{成绩}}{说明}
|
||||
|
||||
\section{毕业论文}
|
||||
\cvline{题目}{\emph{题目}}
|
||||
\cvline{导师}{导师}
|
||||
\cvline{说明}{\small 论文简介}
|
||||
\cvitem{题目}{\emph{题目}}
|
||||
\cvitem{导师}{导师}
|
||||
\cvitem{说明}{\small 论文简介}
|
||||
|
||||
\section{工作背景}
|
||||
\subsection{专业}
|
||||
@ -84,19 +83,19 @@
|
||||
\cventry{年 -- 年}{职位}{公司}{城市}{}{说明}
|
||||
|
||||
\section{语言技能}
|
||||
\cvlanguage{语言 1}{水平}{评价}
|
||||
\cvlanguage{语言 2}{水平}{评价}
|
||||
\cvlanguage{语言 3}{水平}{评价}
|
||||
\cvitemwithcomment{语言 1}{水平}{评价}
|
||||
\cvitemwithcomment{语言 2}{水平}{评价}
|
||||
\cvitemwithcomment{语言 3}{水平}{评价}
|
||||
|
||||
\section{计算机技能}
|
||||
\cvcomputer{类别 1}{XXX, YYY, ZZZ}{类别 4}{XXX, YYY, ZZZ}
|
||||
\cvcomputer{类别 2}{XXX, YYY, ZZZ}{类别 5}{XXX, YYY, ZZZ}
|
||||
\cvcomputer{类别 3}{XXX, YYY, ZZZ}{类别 6}{XXX, YYY, ZZZ}
|
||||
\cvdoubleitem{类别 1}{XXX, YYY, ZZZ}{类别 4}{XXX, YYY, ZZZ}
|
||||
\cvdoubleitem{类别 2}{XXX, YYY, ZZZ}{类别 5}{XXX, YYY, ZZZ}
|
||||
\cvdoubleitem{类别 3}{XXX, YYY, ZZZ}{类别 6}{XXX, YYY, ZZZ}
|
||||
|
||||
\section{个人兴趣}
|
||||
\cvline{爱好 1}{\small 说明}
|
||||
\cvline{爱好 2}{\small 说明}
|
||||
\cvline{爱好 3}{\small 说明}
|
||||
\cvitem{爱好 1}{\small 说明}
|
||||
\cvitem{爱好 2}{\small 说明}
|
||||
\cvitem{爱好 3}{\small 说明}
|
||||
|
||||
\section{其他 1}
|
||||
\cvlistitem{项目 1}
|
||||
|
||||
Binary file not shown.
@ -10,8 +10,9 @@
|
||||
|
||||
% moderncv themes
|
||||
\moderncvstyle{casual} % style options are 'casual' (default) and 'classic'
|
||||
\moderncvcolor{blue} % color options 'blue' (default), 'orange', 'green', 'red', 'purple', 'grey' and 'black'
|
||||
%\renewcommand{\familydefault}{\sfdefault} % to set the default font; use '\sfdefault' for the default sans serif font, '\rmdefault' for the default roman one, or any tex font name
|
||||
\moderncvcolor{blue} % color options 'blue' (default), 'orange', 'green', 'red', 'purple', 'grey' and 'black'
|
||||
%\renewcommand{\familydefault}{\sfdefault} % to set the default font; use '\sfdefault' for the default sans serif font, '\rmdefault' for the default roman one, or any tex font name
|
||||
%\nopagenumbers{} % uncomment to suppress automatic page numbering for CVs longer than one page
|
||||
|
||||
% character encoding
|
||||
\usepackage[utf8]{inputenc} % replace by the encoding you are using
|
||||
@ -26,12 +27,12 @@
|
||||
\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
|
||||
\homepage{homepage (optional)} % optional, remove the line if not wanted
|
||||
\extrainfo{additional information (optional)} % optional, remove the line if not wanted
|
||||
\mobile{+1~(234)~567~890} % optional, remove the line if not wanted
|
||||
\phone{+2~(345)~678~901} % optional, remove the line if not wanted
|
||||
\fax{+3~(456)~789~012} % optional, remove the line if not wanted
|
||||
\email{john@doe.org} % optional, remove the line if not wanted
|
||||
\homepage{www.johndoe.com} % optional, remove the line if not wanted
|
||||
\extrainfo{additional information} % optional, remove the line if not wanted
|
||||
\photo[64pt][0.4pt]{picture} % '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; optional, remove the line if not wanted
|
||||
\quote{Some quote (optional)} % optional, remove the line if not wanted
|
||||
|
||||
@ -43,13 +44,11 @@
|
||||
% bibliography with mutiple entries
|
||||
%\usepackage{multibib}
|
||||
%\newcites{book,misc}{{Books},{Others}}
|
||||
|
||||
%\nopagenumbers{} % uncomment to suppress automatic page numbering for CVs longer than one page
|
||||
%----------------------------------------------------------------------------------
|
||||
% content
|
||||
%----------------------------------------------------------------------------------
|
||||
\begin{document}
|
||||
%\begin{CJK*}{UTF8}{gbsn} % to typeset your resume in Chinese using CJK
|
||||
%\begin{CJK*}{UTF8}{gbsn} % to typeset your resume in Chinese using CJK
|
||||
\maketitle
|
||||
|
||||
\section{Education}
|
||||
@ -57,9 +56,9 @@
|
||||
\cventry{year--year}{Degree}{Institution}{City}{\textit{Grade}}{Description}
|
||||
|
||||
\section{Master thesis}
|
||||
\cvline{title}{\emph{Title}}
|
||||
\cvline{supervisors}{Supervisors}
|
||||
\cvline{description}{\small Short thesis abstract}
|
||||
\cvitem{title}{\emph{Title}}
|
||||
\cvitem{supervisors}{Supervisors}
|
||||
\cvitem{description}{Short thesis abstract}
|
||||
|
||||
\section{Experience}
|
||||
\subsection{Vocational}
|
||||
@ -85,26 +84,26 @@ Detailed achievements:%
|
||||
\cventry{year--year}{Job title}{Employer}{City}{}{Description}
|
||||
|
||||
\section{Languages}
|
||||
\cvlanguage{Language 1}{Skill level}{Comment}
|
||||
\cvlanguage{Language 2}{Skill level}{Comment}
|
||||
\cvlanguage{Language 3}{Skill level}{Comment}
|
||||
\cvitemwithcomment{Language 1}{Skill level}{Comment}
|
||||
\cvitemwithcomment{Language 2}{Skill level}{Comment}
|
||||
\cvitemwithcomment{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}
|
||||
\cvdoubleitem{category 1}{XXX, YYY, ZZZ}{category 4}{XXX, YYY, ZZZ}
|
||||
\cvdoubleitem{category 2}{XXX, YYY, ZZZ}{category 5}{XXX, YYY, ZZZ}
|
||||
\cvdoubleitem{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}
|
||||
\cvitem{hobby 1}{Description}
|
||||
\cvitem{hobby 2}{Description}
|
||||
\cvitem{hobby 3}{Description}
|
||||
|
||||
\section{Extra 1}
|
||||
\cvlistitem{Item 1}
|
||||
\cvlistitem{Item 2}
|
||||
\cvlistitem{Item 3}
|
||||
|
||||
\renewcommand{\listitemsymbol}{-} % change the symbol for lists
|
||||
\renewcommand{\listitemsymbol}{-~} % change the symbol for lists
|
||||
|
||||
\section{Extra 2}
|
||||
\cvlistdoubleitem{Item 1}{Item 4}
|
||||
@ -114,18 +113,18 @@ Detailed achievements:%
|
||||
% Publications from a BibTeX file without multibib\renewcommand*{\bibliographyitemlabel}{\@biblabel{\arabic{enumiv}}}% for BibTeX numerical labels
|
||||
\nocite{*}
|
||||
\bibliographystyle{plain}
|
||||
\bibliography{publications} % 'publications' is the name of a BibTeX file
|
||||
\bibliography{publications} % 'publications' is the name of a BibTeX file
|
||||
|
||||
% Publications from a BibTeX file using the multibib package
|
||||
%\section{Publications}
|
||||
%\nocitebook{book1,book2}
|
||||
%\bibliographystylebook{plain}
|
||||
%\bibliographybook{publications} % 'publications' is the name of a BibTeX file
|
||||
%\bibliographybook{publications} % 'publications' is the name of a BibTeX file
|
||||
%\nocitemisc{misc1,misc2,misc3}
|
||||
%\bibliographystylemisc{plain}
|
||||
%\bibliographymisc{publications} % 'publications' is the name of a BibTeX file
|
||||
%\bibliographymisc{publications} % 'publications' is the name of a BibTeX file
|
||||
|
||||
%\clearpage\end{CJK*} % if you are typesetting your resume in Chinese using CJK; the \clearpage is required for fancyhdr to work correctly with CJK, though it kills the page numbering by making \lastpage undefined
|
||||
%\clearpage\end{CJK*} % if you are typesetting your resume in Chinese using CJK; the \clearpage is required for fancyhdr to work correctly with CJK, though it kills the page numbering by making \lastpage undefined
|
||||
\end{document}
|
||||
|
||||
|
||||
|
||||
Binary file not shown.
Binary file not shown.
Binary file not shown.
Reference in New Issue
Block a user