minor changes to attributions
[goodguy/cin-manual-latex.git] / Anamorphic.tex
1 \documentclass[
2 a4paper,
3 12pt,
4 oneside,
5 svgnames,
6 %draft
7 ]{memoir} % paper size, font size and other options for document
8 \input{common/packages.tex} % common packages
9 \input{common/settings.tex}
10
11 %\includeonly{common/title,parts/Installation}% ,parts/Introduction,parts/Windows
12
13 \begin{document}
14
15 \input{parts/Anamorphic_title.tex}        % create and use custom title page
16
17 \thispagestyle{empty}           % no page numbers
18 % \newpage
19 \setlength{\parskip}{1\baselineskip}
20 \frontmatter
21
22 \tableofcontents
23
24 \pagestyle{ruled}
25
26 \mainmatter%
27
28 \include{parts/Anamorphic}
29
30 \newpage
31
32 \pagestyle{ruled}
33
34 % \listoftodos
35
36 \end{document}
37
38 %%% Local Variables:
39 %%% mode: latex
40 %%% TeX-master: t
41 %%% End: