由于最近要投简历,所以就用LaTeX写了一份简历,中英文的模版类似,只是中文的多加了一个CJK的包。下面就把我自己的英文简历模版的贴出来,欢迎转载或直接拿去用。水平有限,还望见谅。可自己修改后再用。请先确保有以下两个文件——res.cls和helvetica.sty。
\documentclass{res}
\setlength{\topmargin}{-0.6in}
\setlength{\textheight}{9.8in}
\setlength{\headsep}{0.2in}
\setlength{\headheight}{12pt}
\usepackage{fancyhdr}
\renewcommand{\headrulewidth}{0pt}
\lhead{\hspace*{-\sectionwidth}Yang Shen}
\rhead{Bulid With \LaTeX2e}
\fancyfoot[c]{\thepage}
\pagestyle{fancy}
\begin{document}
\thispagestyle{empty}
\name{Yang Shen\\[12pt]} % the \\[12pt] adds a blank line after name
\address{{\bf Present Address} \\ your address}
\address{{\bf Personal Contact} \\ \vspace{0.2cm} Tel: +86-xxxxxxxx \\ Email: xxxx@xxx.com}
\begin{resume}
\vspace{0.1in} \moveleft.5\sectionwidth\centerline{Objective:
Intern(backend develop)}
\section{Education Background}
\vspace{0.1in}
A college student...
\section{Major Courses}
\vspace{0.1in}
your major courses ...
\section{Research Experience}
\vspace{0.1in}
{\bf your research name}
\begin{itemize} % Use \item[] to prevent a bullet from appearing
\item By analyzing ...
\item By focusing on ...
\end{itemize}
\section{Project Experience}
\vspace{0.1in}
{\bf your project name}
\begin{itemize} % Use \item[] to prevent a bullet from appearing
\item Project description ...
\end{itemize}
\section{Awards and Honors}
\vspace{0.1in}
{\bf Academic Contest Awards}
\begin{itemize}
\item your awards and honors $1$ ...
\item your awards and honors $2$ ...
\end{itemize}
{\bf Other Awards}
\begin{itemize}
\item your awards and honors $1$ ...
\item your awards and honors $2$ ...
\end{itemize}
\section{Academic Skills}
\vspace{0.1in} \vspace{0.4cm}
\begin{itemize}
\item Skill $1$ ...
\item Skill $2$ ...
\end{itemize}
\section{Personal Work}
\vspace{0.1in} \vspace{0.4cm}
\begin{itemize}
\item Work $1$ ...
\item Work $2$ ...
\end{itemize}
\section{English Level}
\vspace{0.1in} \vspace{0.4cm}
\begin{itemize}
\item CET4
\item CET6
\item GRE
\item TOFEL
\end{itemize}
\section{Hobbies}
\vspace{0.1in} \vspace{0.4cm}
\begin{itemize}
\item Hobby $1$ ...
\item Hobby $2$ ...
\end{itemize}
\section{Self-evaluation}
\vspace{0.1in}
evaluate yourself ...
\end{resume}
\end{document}