forked from jberger/Curriculum_Vita
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathmain.tex
78 lines (64 loc) · 1.55 KB
/
main.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
\documentclass[
english,
revbib,
skipsamekey
]{curve}
%% CV for Joel A. Berger
%% Updated: April 15, 2013
\providecommand{\mybibstyle}[0]{unsrt}
%\providecommand{\mybibstyle}[0]{plain}
%\providecommand{\mybibstyle}[0]{./plainyr-rev.bst}
\usepackage[
resetlabels
]{multibib}
\newcites{A,B,C}{{List of Publications},{List of Presentations},{List of UIC Presentations}}
\usepackage
[ nohead, nofoot, hmargin=1.5cm, vmargin=1.5cm ]
{geometry}
\usepackage{hyperref}
\usepackage{url}
\leftheader{
\textbf{\LARGE Joel A. Berger} \\
\ \\
Citizenship: USA\\
Tel: (847) 702-8856 \\
Fax: (312) 996-9016 \\
\url{jberge2@uic.edu} \\
\url{joel.a.berger@gmail.com} \\
\url{http://jberger.github.com}
}
\rightheader{
University of Illinois at Chicago \\
Dept. of Physics (M/C 273) \\
845 W. Taylor Street \\
Chicago, IL 60607-7059 \\
\ \\
2307 Willow Ln. \\
Rolling Meadows, IL 60008
}
\title{Prototype Instrument Design and Numerical Simulation}
\subtitle{Ph.D. in Physics --- Ultrafast Electron Microscopy}
\subtitlefont{
\Large%\itshape
} %redefined from \Huge\itshape as default
\begin{document}
\rubricalignment{l}
\makeheaders
\maketitle[l]
%\makerubric{personal}
\makerubric{education}
\makerubric{experience}
\makerubric{references}
%% Bibliography A ==> Publications
\nociteA{*}
\bibliographystyleA{\mybibstyle}
\bibliographyA{publications}
%% Bibliography B ==> Presentations
\nociteB{*}
\bibliographystyleB{\mybibstyle}
\bibliographyB{presentations}
%% Bibliography C ==> Dept.
\nociteC{*}
\bibliographystyleC{\mybibstyle}
\bibliographyC{uic}
\end{document}