-
Notifications
You must be signed in to change notification settings - Fork 2
/
sample-cv.tex
executable file
·58 lines (44 loc) · 1.09 KB
/
sample-cv.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
\documentclass[a4paper,11pt]{article}
% Builds header frame and section titles in school colors
\usepackage{misc/cv}
% Allows me to break bibliography into multiple files that
% are then individually sortable/styled/counted. See biblatex
% if I want to be even more hardcore about this
\usepackage{bibtopic}
\name{Your Name}
\photo{misc/profile.eps}
\info{Department of Electrical \\
& and Computer Engineering\\
& Foobarb Univ, Foobarb, USA\\
Email: & bob@bobers.com\\
Advisor: & Foo Bar
}
\begin{document}
\maketitle
\begin{btSect}{bibs/conferences}
\section{Conference Publications}
\btPrintAll
\end{btSect}
\begin{btSect}{bibs/journals}
\section{Journal Publications}
\btPrintAll
\end{btSect}
\begin{btSect}{bibs/book-chapters}
\section{Book Chapter Publications}
\btPrintAll
\end{btSect}
\begin{btSect}{bibs/workshops}
\section{Workshop Papers}
\btPrintAll
\end{btSect}
\begin{btSect}{bibs/to-appear}
\section{In Submission Publications}
\btPrintAll
\end{btSect}
\section{Interests}
stuff
\section{Research overview}
stuff
\section{Biography}
stuff
\end{document}