Move settings to separate file. New file for title
authorСпицын Андрей <spitsyn.andrey@gmail.com>
Sun, 28 Apr 2019 21:06:11 +0000 (00:06 +0300)
committerСпицын Андрей <spitsyn.andrey@gmail.com>
Sun, 28 Apr 2019 21:06:11 +0000 (00:06 +0300)
CinelerraGG_Manual.tex
common/packages.tex
common/settings.tex

index 475cb7a924ac12c53c42f3a11d4f31717af497d8..1bf7d8df784555265b5add4338827ae04c3bf7b4 100644 (file)
@@ -1,35 +1,20 @@
 %
-\documentclass[letter,14pt,oneside,openright,svgnames]{memoir} % paper size, font size and other options for document
-\input{common/packages.tex} % common packages
+\documentclass[
+letter,
+14pt,
+oneside,
+openright,
+svgnames
+]{memoir}                       % paper size, font size and other options for document
+\input{common/packages.tex}     % common packages
 
 \begin{document}
+\input{common/title.tex}        % create and use custom title page
 
-\titleLL % use cutom title
-
-\thispagestyle{empty} % no page numbers
+\thispagestyle{empty}           % no page numbers
 
 \newpage
 
-%\pagestyle{plain}
-%\pagenumbering{roman}
-%\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}}
 \frontmatter
 %\pagenumbering{Roman}
 
index d4cbb6c4afed46a563df7ae7293492d0cc743ab3..58b08b0bdd415510f3da080ee4bf96ce1fa020b4 100644 (file)
 
 
 
-% Title page definition
-%\providecommand{\HUGE}{\Huge}% if not using memoir
-\newlength{\drop}% for my convenience
-%% specify the Webomints family
-%\newcommand*{\wb}[1]{\fontsize{#1}{#2}\usefont{U}{webo}{xl}{n}}
-%% select a (FontSite) font by its font family ID
-\newcommand*{\FSfont}[1]{\fontencoding{T1}\fontfamily{#1}\selectfont}
-%% if you don’t have the FontSite fonts either \renewcommand*{\FSfont}[1]{}
-%% or use your own choice of family.
-%% select a (TeX Font) font by its font family ID
-\newcommand*{\TXfont}[1]{\fontencoding{T1}\fontfamily{#1}\selectfont}
-%% Generic publisher’s logo
-\newcommand*{\plogo}{\fbox{$\mathcal{PL}$}}
-%% Some shades
-\definecolor{Dark}{gray}{0.2}
-\definecolor{MedDark}{gray}{0.4}
-\definecolor{Medium}{gray}{0.6}
-\definecolor{Light}{gray}{0.8}
-%%%% Additional font series macros
-
-\newcommand*{\titleLL}{\begingroup% Lost Languages
-\drop=0.1\textheight
-\fboxsep 0.5\baselineskip
-\sffamily
-\vspace*{\drop}
-\centering
-{\textcolor{Dark}{\HUGE Cinelerra-GG Version Infinity}}\par
-\vspace{0.5\drop}
-{\includegraphics[width=0.1\linewidth]{./images/cin-logo}}\par
-\vspace{0.5\drop}
-\colorbox{Dark}{\textcolor{white}{\normalfont\itshape\Large
-User Manual}}\par
-\vspace{0.3\drop}
-{\Large Last update}\\
-{\footnotesize \today}\\
-\url{https://www.cinelerra-gg.org}\par
-\vspace*{\drop}
-{\includegraphics[width=0.5\linewidth]{./images/cin-big.png}}\par
-\endgroup}
 
index c9256e5f94a2efd08a29e79c137dd53e5b679e9e..7a9c793cdd648114ef352cef4b659b3652e53287 100644 (file)
@@ -9,3 +9,26 @@
 \righthyphenmin=2                   % hyphen last charecter
 
 \setsecnumdepth{subsubsection} % section numration depth
+
+
+
+%\pagestyle{plain}
+%\pagenumbering{roman}
+%\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}}