-
Notifications
You must be signed in to change notification settings - Fork 0
/
papers_only.tex
59 lines (43 loc) · 1.5 KB
/
papers_only.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
\documentclass[margin,line]{res}
\usepackage{hyperref}
\usepackage[ansinew]{inputenc}
%\oddsidemargin -.5in
%\evensidemargin -.5in
%\textwidth=6.0in
%\itemsep=0in
%\parsep=0in
\newenvironment{list1}{
\begin{list}{\ding{113}}{%
\setlength{\itemsep}{0in}
\setlength{\parsep}{0in} \setlength{\parskip}{0in}
\setlength{\topsep}{0in} \setlength{\partopsep}{0in}
\setlength{\leftmargin}{0.17in}}}{\end{list}}
\newenvironment{list2}{
\begin{list}{$\bullet$}{%
\setlength{\itemsep}{0in}
\setlength{\parsep}{0in} \setlength{\parskip}{0in}
\setlength{\topsep}{0in} \setlength{\partopsep}{0in}
\setlength{\leftmargin}{0.2in}}}{\end{list}}
\begin{document}
\name{Dr. Martin Sch\"af \vspace*{.1in}}
\begin{resume}
\section{\sc Contact Information}
\iffalse
United Nations University, IIST \\
Est. do Engenheiro Trigo No. 4 \\
P.O. Box 3058, Macao, China \\
\emph{phone:} +854 6618 4407 \\
\emph{email:} \texttt{[email protected]}\\
\emph{web:} \url{http://www.martinschaef.de}
\fi
\begin{tabular}{@{}p{3in}p{4in}}
United Nations University, IIST & 10 Coleman Place, Apt 7\\
Est. do Engenheiro Trigo No. 4 & Menlo Park, CA\\
P.O. Box 3058, Macao, China & 94025, USA\\
\emph{phone:} +854 6618 4407 & +1 (650) 504-3879\\
\emph{email:} \texttt{[email protected]} & \\
\emph{web:} \url{http://www.martinschaef.de} & \\
\end{tabular}
\input{publications}
\end{resume}
\end{document}