forked from tels7ar/resume
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathheader.tex
More file actions
24 lines (20 loc) · 804 Bytes
/
header.tex
File metadata and controls
24 lines (20 loc) · 804 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
\usepackage[top=.5in, bottom=.5in, left=1in, right=1in]{geometry}
\usepackage{tgpagella}
\usepackage{titlesec}
\titleformat{\section}{\huge\bfseries}{\thesection}{1em}{}
\titlespacing{\section}{0pt}{0pt}{1em}
\titleformat{\subsection}{\large\bfseries\MakeUppercase}{\thesubsection}{1em}{}
%\usepackage{multicol}
\pagestyle{empty}
\hyphenation{Media-Wiki}
\renewcommand{\labelitemi}{}
\renewcommand{\labelitemii}{\raise .5ex\hbox{\tiny$\blacktriangleright$}}
% from http://tex.stackexchange.com/a/29796/16139
\newsavebox{\zerobox}
\newenvironment{nospace}
{\par\edef\theprevdepth{\the\prevdepth}\nointerlineskip
\setbox\zerobox=\vtop to 0pt\bgroup
\hrule height0pt\kern\dimexpr\baselineskip-\topskip\relax
}
{\par\vss\egroup\ht\zerobox=0pt \wd\zerobox=0pt \dp\zerobox=0pt
\box\zerobox}