- 最后登录
- 2015-5-13
- 在线时间
- 3079 小时
- 寄托币
- 13189
- 声望
- 1479
- 注册时间
- 2005-5-5
- 阅读权限
- 100
- 帖子
- 361
- 精华
- 26
- 积分
- 19586
- UID
- 208840
  
- 声望
- 1479
- 寄托币
- 13189
- 注册时间
- 2005-5-5
- 精华
- 26
- 帖子
- 361
|
发表于 2009-12-17 19:40:58
|显示全部楼层
这个是我在网上找到的,我自己有时候也用。为了没有经验的使用者使用方便,我把其中所有需要“填空”的地方重新标注了一下。有兴趣的尝试的同学可以去ctex: http://www.ctex.org/HomePage 或者 miktex:http://miktex.org/ 下载主程序,然后编辑生成pdf。毕竟申请时有一份latex生成的简历,有时候还是挺拉风的。
寄托不支持tex文件上传,我将代码贴出,附件是pdf效果图:
% LaTeX Curriculum Vitae Template
%
% Copyright (C) 2004-2008 Jason Blevins <jrblevin@sdf.lonestar.org>
% http://jblevins.org/projects/cv-template
%
% You may use use this document as a template to create your own CV
% and you may redistribute the source code freely. No attribution is
% required in any resulting documents. I do ask that you please leave
% this notice and the above URL in the source code if you choose to
% redistribute this file.
\documentclass[letterpaper]{article}
\usepackage{hyperref}
\usepackage{geometry}
% Uncomment the following lines to use the Palatino font. Remove the
% [osf] bit if you don't like the old style figures.
%
% \usepackage[T1]{fontenc}
% \usepackage[osf]{mathpazo}
% Set your name here
\def\name{Your Name}
% The following metadata will show up in the PDF properties
\hypersetup{
colorlinks = true,
urlcolor = black,
pdfauthor = {\name},
pdfkeywords = {economics empirical industrial organization econometrics
microeconomics applied microeconomics},
pdftitle = {\name: Curriculum Vitae},
pdfsubject = {Curriculum Vitae},
pdfpagemode = UseNone
}
\geometry{textheight=8.5in, textwidth=6in}
% Customize page headers
\pagestyle{myheadings}
\markright{\name}
\thispagestyle{empty}
% Customize section headings
\usepackage{sectsty}
\subsectionfont{\rmfamily\mdseries\itshape\large}
% Don't indent paragraphs.
\setlength\parindent{0em}
% Make lists without bullets
\renewenvironment{itemize}{
\begin{list}{}{
\setlength{\leftmargin}{1em}
}
}{
\end{list}
}
\begin{document}
\centerline{\huge\bf \name}
\vspace{0.25in}
\begin{minipage}[t]{0.8\textwidth}
Your Department\\
Your School\\
Your University\\
Address of the University\\
Email: \href{mailto:you@you.com}{\tt Your Email}\\
\end{minipage}
\section*{Education}
\begin{itemize}
\item Master in Economics, Your Master University, graduation time.
\begin{itemize}
\item \textit{Overall GPA}: Your GPA
\item \textit{Ranking}: Your Ranking
\item \textit{Honors}: Your scholarship, year.
\end{itemize}
\item Bachelor in Economics, Your Bachelor University, graduation time.
\begin{itemize}
\item \textit{Overall GPA}: Your GPA
\item \textit{Ranking}: Your Ranking
\item \textit{Honors}: Your scholarship, year.
\end{itemize}
\end{itemize}
\section*{Research Interest}
Your Interest (2-5 fileds)
\section*{Academic Experience}
\begin{itemize}
\item \emph{Your TA/RA University}
\begin{itemize}
\item Research/Teaching Assistant,
for Prof. XXX,
Year.
\end{itemize}
\end{itemize}
\section*{Publications}
\begin{itemize}
\item Publication 1
\item Publication 2
\end{itemize}
\section*{Working Papers}
\begin{itemize}
\item Working Paper 1
\item Working Paper 2
\end{itemize}
\section*{Work in Progress}
\begin{itemize}
\item Paper in Preparation 1
\item Paper in Preparation 2
\end{itemize}
% \subsection*{Papers Under Review}
% \subsection*{Publications in Refereed Journals}
\section*{Computer Skills}
Matlab, Eviews, Stata, \LaTeX, and all software you know.
\bigskip
% Footer
\begin{center}
\begin{footnotesize}
%Last updated: \today \\
\end{footnotesize}
\end{center}
\end{document} |
-
总评分: 寄托币 + 20
声望 + 8
查看全部评分
|