-
Notifications
You must be signed in to change notification settings - Fork 0
/
header.tex
48 lines (35 loc) · 1.57 KB
/
header.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
%! program = pdflatex
\documentclass[12pt,letterpaper,article,oneside]{memoir} % for a short document
\usepackage[utf8]{inputenc} % Any characters can be typed directly from the keyboard, eg éçñ
\usepackage{textcomp} % provide lots of new symbols
\usepackage[pdftex,bookmarks,colorlinks,breaklinks]{hyperref} % PDF hyperlinks, with coloured links
\hypersetup{linkcolor=red,citecolor=blue,filecolor=dullmagenta,urlcolor=darkblue} % coloured links
\usepackage{memhfixc} % remove conflict between the memoir class & hyperref
\usepackage{pdfsync} % enable tex source and pdf output syncronicity
% Times for rm and math | Helvetica for ss | Courier for tt
\usepackage{mathptmx} % rm & math
\usepackage[scaled=0.90]{helvet} % ss
\usepackage{courier} % tt
\normalfont
\usepackage[T1]{fontenc}
%%% \maketitle CUSTOMISATION
%\pretitle{\begin{center}\sffamily\HUGE}
%\posttitle{\par\end{center}\vskip 0.5em}
%%% HEADERS & FOOTERS
\pagestyle{plain} % try also: empty , plain , headings , ruled , Ruled , companion
%%% SECTIONS
\hangsecnum % hang the section numbers into the margin to match \chapterstyle{hangnum}
\maxsecnumdepth{subsection} % number subsections
\renewcommand\thesection{\arabic{section}} % number sections with "N" not "0.N"
\setsecheadstyle{\Large\sffamily\raggedright} % set sans serif section font
\setsubsecheadstyle{\large\sffamily\raggedright} % set sans serif subsection font
%%% LISTS
\usepackage{enumitem}
\setlist{leftmargin=*}
\title{\mytitle}
\author{}
\date{\modified} % Delete this line to display the current date
%%% BEGIN DOCUMENT
\begin{document}
\sloppy
\maketitle