-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathoriginal.tex
162 lines (125 loc) · 3.93 KB
/
original.tex
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
% LaTeX Curriculum Vitae Template
%
% Copyright (C) 2004-2009 Jason Blevins <[email protected]>
% 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}
% Comment the following lines to use the default Computer Modern font
% instead of the Palatino font provided by the mathpazo package.
% Remove the 'osf' bit if you don't like the old style figures.
\usepackage[T1]{fontenc}
\usepackage[sc,osf]{mathpazo}
% Set your name here
\def\name{Harold Hotelling}
% Replace this with a link to your CV if you like, or set it empty
% (as in \def\footerlink{}) to remove the link in the footer:
\def\footerlink{http://jblevins.org/projects/cv-template/}
% The following metadata will show up in the PDF properties
\hypersetup{
colorlinks = true,
urlcolor = black,
pdfauthor = {\name},
pdfkeywords = {economics, statistics, mathematics},
pdftitle = {\name: Curriculum Vitae},
pdfsubject = {Curriculum Vitae},
pdfpagemode = UseNone
}
\geometry{
body={6.5in, 8.5in},
left=1.0in,
top=1.25in
}
% Customize page headers
\pagestyle{myheadings}
\markright{\name}
\thispagestyle{empty}
% Custom section fonts
\usepackage{sectsty}
\sectionfont{\rmfamily\mdseries\Large}
\subsectionfont{\rmfamily\mdseries\itshape\large}
% Other possible font commands include:
% \ttfamily for teletype,
% \sffamily for sans serif,
% \bfseries for bold,
% \scshape for small caps,
% \normalsize, \large, \Large, \LARGE sizes.
% Don't indent paragraphs.
\setlength\parindent{0em}
% Make lists without bullets
\renewenvironment{itemize}{
\begin{list}{}{
\setlength{\leftmargin}{1.5em}
}
}{
\end{list}
}
\begin{document}
% Place name at left
{\huge \name}
% Alternatively, print name centered and bold:
%\centerline{\huge \bf \name}
\vspace{0.25in}
\begin{minipage}{0.45\linewidth}
\href{http://www.unc.edu/}{University of North Carolina} \\
Department of Statistics \\
Smith Building \\
Chapel Hill, NC 27599
\end{minipage}
\begin{minipage}{0.45\linewidth}
\begin{tabular}{ll}
Phone: & (919) 962-1234 \\
Fax: & (919) 962-5678 \\
Email: & \href{mailto:[email protected]}{\tt [email protected]} \\
Homepage: & \href{http://www.stat-or.unc.edu/}{\tt http://www.stat-or.unc.edu/} \\
\end{tabular}
\end{minipage}
\section*{Personal}
\begin{itemize}
\item Born on September 29, 1895.
\item United States Citizen.
\end{itemize}
\section*{Education}
\begin{itemize}
\item B.S. Journalism, Washington University, 1919.
\item M.A. Mathematics, Washington University, 1921.
\item Ph.D. Mathematics, Princeton University, 1924.
\end{itemize}
\section*{Employment}
\begin{itemize}
\item Stanford University 1927--1931.
\item Columbia University 1931--1946.
\item University of North Carolina, 1946--1973.
\end{itemize}
\section*{Publications}
\subsection*{Journal Articles}
\begin{itemize}
\item A General Mathematical Theory of Depreciation, 1929, {\it Journal
of The American Statistical Association} 20, 340--353.
\item Differential Equations Subject to Error, 1927, {\it Journal of The
American Statistical Association}.
\item Applications of the Theory of Error to the Interpretation of
Trends (with H. Working), 1929, {\it Journal of the American
Statistical Association}.
\end{itemize}
\subsection*{Proceedings}
\begin{itemize}
\item A generalized T-Test and measure of multivariate dispersion,
Proc. Second Berkeley Symposium of Mathematical Statistics and
Probability, 1951.
\end{itemize}
\bigskip
% Footer
\begin{center}
\begin{footnotesize}
Last updated: \today \\
\href{\footerlink}{\texttt{\footerlink}}
\end{footnotesize}
\end{center}
\end{document}