-
Notifications
You must be signed in to change notification settings - Fork 7
/
Copy pathmain.tex
73 lines (59 loc) · 1.5 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
\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 \\
\url{[email protected]} \\
\url{http://jberger.github.com}
}
\rightheader{
2307 Willow Ln. \\
Rolling Meadows, IL 60008
}
%\title{Software Developer --- Ph.D. in Physics}
%\subtitle{Web and Numerical Software, Prototype Instrumentation Design}
\title{Ph.D. in Physics --- Software Developer}
\subtitle{Prototype Instrumentation Design and Numerical Simulation}
\subtitlefont{
\Large%\itshape
} %redefined from \Huge\itshape as default
\begin{document}
\rubricalignment{l}
\makeheaders
\maketitle[l]
%\makerubric{personal}
\makerubric{experience}
\makerubric{education}
\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}