summaryrefslogtreecommitdiff
path: root/tools/texbuilder/prado3_quick_start.tex
blob: 675ec3574312249946ae285facb4bf9c3994fff9 (plain)
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
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
\documentclass{book}
\usepackage[pdftex]{graphicx}
\usepackage[pdftex]{hyperref}

\usepackage{fancyhdr}

%---------- fonts Type 1 -----------------
%\usepackage{times}
%\usepackage[T1]{fontenc}
%\usepackage{textcomp}

%------------------------Page set-up-----------------------------------------

\renewcommand{\baselinestretch}{1.25}
\setlength{\hoffset}{-1in}
\setlength{\oddsidemargin}{3.5cm}
\setlength{\evensidemargin}{3.5cm}
\setlength{\topmargin}{0cm}
\setlength{\footskip}{2cm}
\setlength{\headheight}{14pt}
\setlength{\marginparwidth}{0cm}
\setlength{\marginparsep}{0cm}
\setlength{\marginparpush}{0cm}
\setlength{\textwidth}{15cm}
\setlength{\parindent}{0cm}
\setlength{\parskip}{0.75\baselineskip}

%------------------------------------------------------------------------------


%---- change link style ----
\hypersetup{colorlinks, linkcolor=blue, pdfstartview={FitH}}


% Pages and Fancyheadings stuff
%-----------------------------------------------------------------------
\cfoot{\thepage}
\fancyhead[LE,RO]{}
\fancyhead[LO]{\nouppercase{\scshape\rightmark}}
\fancyhead[RE]{\nouppercase{\scshape\leftmark}}
%-----------------------------------------------------------------------

%----------------- TITLE --------------

\title{\Huge \bfseries Prado Quick Start}
\author{Qiang Xue \\[7mm] \today}
\date{ Compiled by Wei Zhuo}


%-------------- BEGIN DOCUMENT ------------------


\begin{document}

\maketitle 

\pagestyle{plain}
\addcontentsline{toc}{chapter}{Contents}
\pagenumbering{roman}
\tableofcontents

\newpage

\chapter*{Preface}
\addcontentsline{toc}{chapter}{Preface} 
Prado quick start doc

\newpage

\pagestyle{fancyplain}
\pagenumbering{arabic}

\include{ch1}
\include{ch2}
\include{ch3}
\include{ch4}
\include{ch5}
\include{ch6}
\include{ch7}
\include{ch8}


\end{document}