Rename main file. Add settings.tex
authorСпицын Андрей <[email protected]>
Fri, 8 Mar 2019 15:44:55 +0000 (18:44 +0300)
committerСпицын Андрей <[email protected]>
Fri, 8 Mar 2019 15:44:55 +0000 (18:44 +0300)
CinelerraGG_Manual.tex [new file with mode: 0644]
common/packages.tex
common/settings.tex [new file with mode: 0644]
feature5.tex [deleted file]

diff --git a/CinelerraGG_Manual.tex b/CinelerraGG_Manual.tex
new file mode 100644 (file)
index 0000000..a3c28db
--- /dev/null
@@ -0,0 +1,41 @@
+%
+\documentclass[letter,14pt,oneside,openright,svgnames]{memoir} % paper size, font size and other options for document
+%\input{common/setup.tex}
+\input{common/packages.tex} % common packages
+
+
+%\includeonly{parts/Disclaimer}
+\begin{document}
+
+\titleLL % use cutom title
+
+\thispagestyle{empty} % no page numbers
+
+\newpage
+
+\mainmatter
+\tableofcontents
+\pagestyle{plain}
+%\renewcommand{\chapterheadstart}{
+%%\vspace*{\beforechapskip}
+%\hrule\medskip}
+%\renewcommand{\chapnamefont}{\normalfont\large\scshape}
+%\renewcommand{\chapnumfont}{\normalfont\large\scshape}
+%\renewcommand{\chaptitlefont}{\normalfont\large\scshape}
+%\renewcommand{\printchaptername}{\normalfont\large\scshape История}
+%\renewcommand{\chapternamenum}{ }
+%\renewcommand{\printchapternum}{\chapnumfont \thechapter}
+%\renewcommand{\afterchapternum}{. }
+%\renewcommand{\afterchapskip}{\vspace{2ex}}
+%\renewcommand{\afterchaptertitle}{\par\nobreak\medskip\hrule\vskip 
+%\afterchapskip}
+%}
+\chapterstyle{madsen}         % one of chapter header style for memoir documentclass
+%\renewcommand{\printchaptername}{\normalfont\large\scshape Chapter}
+\renewcommand{\chapterheadstart}{}
+%\renewcommand{\beforechapskip}{\vspace{2pt}}
+
+\include{parts/Introduction}
+\include{parts/Instalation}
+
+\end{document}
index d12abd0caabe1636e2084e5937b2823cbe1d4e6a..d3fc720f78d83c8ae00f24f26857d57a2402228e 100644 (file)
@@ -44,6 +44,7 @@
 \graphicspath{{images/}}            % path to images
 \usepackage{tikz}                   % drawing package
 \usepackage{nameref}                % use \nameref{} to set reference to chapter neme.
+\input{common/settings.tex}
 
 %----------------------------------------------------------------------
 \usepackage{listings}               % include code 
diff --git a/common/settings.tex b/common/settings.tex
new file mode 100644 (file)
index 0000000..b144fba
--- /dev/null
@@ -0,0 +1 @@
+%\usepackage{noto}
diff --git a/feature5.tex b/feature5.tex
deleted file mode 100644 (file)
index a3c28db..0000000
+++ /dev/null
@@ -1,41 +0,0 @@
-%
-\documentclass[letter,14pt,oneside,openright,svgnames]{memoir} % paper size, font size and other options for document
-%\input{common/setup.tex}
-\input{common/packages.tex} % common packages
-
-
-%\includeonly{parts/Disclaimer}
-\begin{document}
-
-\titleLL % use cutom title
-
-\thispagestyle{empty} % no page numbers
-
-\newpage
-
-\mainmatter
-\tableofcontents
-\pagestyle{plain}
-%\renewcommand{\chapterheadstart}{
-%%\vspace*{\beforechapskip}
-%\hrule\medskip}
-%\renewcommand{\chapnamefont}{\normalfont\large\scshape}
-%\renewcommand{\chapnumfont}{\normalfont\large\scshape}
-%\renewcommand{\chaptitlefont}{\normalfont\large\scshape}
-%\renewcommand{\printchaptername}{\normalfont\large\scshape История}
-%\renewcommand{\chapternamenum}{ }
-%\renewcommand{\printchapternum}{\chapnumfont \thechapter}
-%\renewcommand{\afterchapternum}{. }
-%\renewcommand{\afterchapskip}{\vspace{2ex}}
-%\renewcommand{\afterchaptertitle}{\par\nobreak\medskip\hrule\vskip 
-%\afterchapskip}
-%}
-\chapterstyle{madsen}         % one of chapter header style for memoir documentclass
-%\renewcommand{\printchaptername}{\normalfont\large\scshape Chapter}
-\renewcommand{\chapterheadstart}{}
-%\renewcommand{\beforechapskip}{\vspace{2pt}}
-
-\include{parts/Introduction}
-\include{parts/Instalation}
-
-\end{document}