Prevent conflict with lower and upper case for outlier cases
[goodguy/cin-manual-latex.git] / CinelerraGG_Manual.tex
index aae08534dfe4135d84a01351d50153d57d53c346..025c5ddd95031a1faa78532ae7dc28be161e3c5c 100644 (file)
@@ -1,52 +1,87 @@
-%
 \documentclass[
-letter,
-14pt,
-twoside,
-openright,
-svgnames
-]{memoir}                       % paper size, font size and other options for document
-\input{common/packages.tex}     % common packages
+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
-
+% \newpage
+\setlength{\parskip}{1\baselineskip}
 \frontmatter
 
-\include{parts/Introduction}     % Introduction 
+\include{parts/Introduction}
 
 \tableofcontents
 
 \pagestyle{ruled}
 
-\mainmatter
+\mainmatter%
 
-\include{parts/Instalation}
+\include{parts/Installation}
 \include{parts/Windows}
 \include{parts/Attributes}
 \include{parts/Loadandsave}
 \include{parts/Editing}
+\include{parts/Advanced}
 \include{parts/Rendering}
 \include{parts/Keyframes}
-<<<<<<< HEAD
-=======
+\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}
+\include{parts/AUTHORS}
+
+\chapter*{Appendices}
+\addappheadtotoc
+\begin{appendices}
+\include{parts/Quickstart}
+\include{parts/Developer}
+\include{parts/AuxilaryPrograms}
+\include{parts/Real-World}
+\include{parts/Faq}
+\end{appendices}
 
+\pagestyle{plain}
 
+\include{parts/Glossary}
 \printnomenclature      % print glossary
-\nomenclature{t}{test}  % remove this after adding actual glosssary item
+
 \newpage
 
+\pagestyle{ruled}
+
 \listoftables
 \newpage
 
 \listoffigures
 \newpage
 
-\listoftodos
->>>>>>> einhander
+\printindex
+
+% \listoftodos
 
 \end{document}
+
+%%% Local Variables:
+%%% mode: latex
+%%% TeX-master: t
+%%% End: