From: Спицын Андрей Date: Fri, 8 Mar 2019 15:44:55 +0000 (+0300) Subject: Rename main file. Add settings.tex X-Git-Tag: 2021-05~266 X-Git-Url: https://git.cinelerra-gg.org/?a=commitdiff_plain;h=ceba2f7a71fac8eeb1b29cd961a86cd7ca5167b3;p=goodguy%2Fcin-manual-latex.git Rename main file. Add settings.tex --- diff --git a/CinelerraGG_Manual.tex b/CinelerraGG_Manual.tex new file mode 100644 index 0000000..a3c28db --- /dev/null +++ b/CinelerraGG_Manual.tex @@ -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} diff --git a/common/packages.tex b/common/packages.tex index d12abd0..d3fc720 100644 --- a/common/packages.tex +++ b/common/packages.tex @@ -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 index 0000000..b144fba --- /dev/null +++ b/common/settings.tex @@ -0,0 +1 @@ +%\usepackage{noto} diff --git a/feature5.tex b/feature5.tex deleted file mode 100644 index a3c28db..0000000 --- a/feature5.tex +++ /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}