-
Notifications
You must be signed in to change notification settings - Fork 0
/
DongZHOU_resume.tex
27 lines (26 loc) · 1.01 KB
/
DongZHOU_resume.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
%% $Id: cv-us.tex,v 1.8 2004/12/31 17:07:33 jrblevin Exp $
%%----------------------------------------------------------------------------
%% The layout of this resume is based on Michael Forman's CV template
%% at http://www.Michael-Forman.com/vitae/. I have modified his template
%% to work with LaTeX 2e using res.cls instead of res.sty. I have also
%% included the hyperref package for including hypertext links in pdfs.
%%
%% Content is Copyright (C) 2004 Jason Blevins <[email protected]>
%%----------------------------------------------------------------------------
\RequirePackage{ifthen}
\newcommand{\ite}{\ifthenelse}
\newcommand{\bl}{\boolean}
%-----------------------------------------------------------------------------
\newboolean{pubs}
\setboolean{pubs}{false}
\newboolean{review}
\setboolean{review}{false}
\newboolean{edu}
\setboolean{edu}{false}
\newboolean{ref}
\setboolean{ref}{false}
\newboolean{awards}
\setboolean{awards}{false}
\newboolean{patents}
\setboolean{patents}{false}
\input{base.tex}