Skip to content

Commit

Permalink
Added \frontmatter, \mainmatter, and \backmatter commands.
Browse files Browse the repository at this point in the history
  • Loading branch information
godbyk committed Aug 12, 2011
1 parent 154a8bb commit 72c4ef2
Showing 1 changed file with 13 additions and 6 deletions.
19 changes: 13 additions & 6 deletions gitt.tex
Original file line number Diff line number Diff line change
Expand Up @@ -2,19 +2,22 @@
\documentclass[\mediaformat]{gitt}

% Title/author/date
\title{Git In the Trenches}
\title{Git in the Trenches}
\author{Peter Savage}
\date{August 2011}

\begin{document}

% Preamble stuff
% Front cover
\coverpage{images/fcover-new.pdf}

% Front matter
\frontmatter
\maketitle
\cleardoublepage
\tableofcontents

% Include all the individual chapters
% Main matter
\include{intro}
\include{setup}
\include{chap1}
Expand All @@ -34,11 +37,15 @@
\include{chap8}
\include{afterhours8}
\include{chap9}

% Back matter
\backmatter
\include{ack}
\include{index}
\newpage
\mbox{}
\newpage

% Back cover
\clearpage
\coverpage{images/bcover-new.pdf}

\end{document}

0 comments on commit 72c4ef2

Please sign in to comment.