-
Notifications
You must be signed in to change notification settings - Fork 1
/
CinelerraGG_Manual.tex
83 lines (64 loc) · 1.5 KB
/
CinelerraGG_Manual.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
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[
a4paper,
12pt,
oneside,
svgnames,
%draft
]{memoir} % paper size, font size and other options for document
\input{common/packages.tex} % common packages
\input{common/settings.tex}
%\includeonly{common/title,parts/Installation}% ,parts/Introduction,parts/Windows
\begin{document}
\input{common/title.tex} % create and use custom title page
\thispagestyle{empty} % no page numbers
% \newpage
\setlength{\parskip}{1\baselineskip}
\frontmatter
\include{parts/Introduction}
\tableofcontents
\pagestyle{ruled}
\mainmatter%
\include{parts/Installation}
\include{parts/Windows}
\include{parts/Attributes}
\include{parts/Loadandsave}
\include{parts/Editing}
\include{parts/Advanced}
\include{parts/Rendering}
\include{parts/Keyframes}
\include{parts/FFmpeg}
\include{parts/Plugins}
\include{parts/Transition}
\include{parts/Overlays}
\include{parts/Recording}
\include{parts/DVD}
\include{parts/Shortcuts}
\include{parts/Configuration}
\include{parts/Stuff}
\include{parts/Trouble}
\include{parts/Tips}
\include{parts/Translations}
\include{parts/Licenses}
\chapter*{Appendices}
\addappheadtotoc
\begin{appendices}
\include{parts/Quickstart}
\include{parts/Developer}
\include{parts/AuxilaryPrograms}
\include{parts/Real-World}
\end{appendices}
\pagestyle{plain}
\include{parts/Glossary}
\printnomenclature % print glossary
\newpage
\pagestyle{ruled}
\listoftables
\newpage
\listoffigures
\newpage
% \listoftodos
\end{document}
%%% Local Variables:
%%% mode: latex
%%% TeX-master: t
%%% End: