From 1a582ca94b7102bb9df2628379f682b6e53cfa83 Mon Sep 17 00:00:00 2001 From: =?utf8?q?=D0=A1=D0=BF=D0=B8=D1=86=D1=8B=D0=BD=20=D0=90=D0=BD=D0=B4?= =?utf8?q?=D1=80=D0=B5=D0=B9?= Date: Fri, 8 Mar 2019 19:38:46 +0300 Subject: [PATCH] Change default font to XCharter. Intro first Change default font to XCharter. Move introduction before TOC. Set page numbering to roman in introduction. --- CinelerraGG_Manual.tex | 19 ++++++++++++------- common/packages.tex | 5 ++++- common/settings.tex | 3 ++- parts/Introduction.tex | 7 ++++--- 4 files changed, 22 insertions(+), 12 deletions(-) diff --git a/CinelerraGG_Manual.tex b/CinelerraGG_Manual.tex index a3c28db..0bdd245 100644 --- a/CinelerraGG_Manual.tex +++ b/CinelerraGG_Manual.tex @@ -1,10 +1,7 @@ % \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 @@ -13,9 +10,8 @@ \newpage -\mainmatter -\tableofcontents -\pagestyle{plain} +%\pagestyle{plain} +%\pagenumbering{roman} %\renewcommand{\chapterheadstart}{ %%\vspace*{\beforechapskip} %\hrule\medskip} @@ -34,8 +30,17 @@ %\renewcommand{\printchaptername}{\normalfont\large\scshape Chapter} \renewcommand{\chapterheadstart}{} %\renewcommand{\beforechapskip}{\vspace{2pt}} +\frontmatter +%\pagenumbering{Roman} + +\include{parts/Introduction} % Introduction + +\tableofcontents + +\pagestyle{plain} + +\mainmatter -\include{parts/Introduction} \include{parts/Instalation} \end{document} diff --git a/common/packages.tex b/common/packages.tex index d3fc720..7e91d03 100644 --- a/common/packages.tex +++ b/common/packages.tex @@ -2,9 +2,12 @@ \usepackage{cmap} \usepackage[T2A]{fontenc} \usepackage[utf8]{inputenc} % file encoding +\usepackage{substitutefont} % so we can use fonts other than those specified in babel \usepackage[english]{babel} % default language for document +\usepackage[scaled=0.925]{XCharter} % Подключение русифицированных шрифтов XCharter +\usepackage[bitstream-charter]{mathdesign} % Согласование математических шрифтов + \usepackage{ - amssymb, amsfonts, mathtools, mathtext, diff --git a/common/settings.tex b/common/settings.tex index b144fba..d626072 100644 --- a/common/settings.tex +++ b/common/settings.tex @@ -1 +1,2 @@ -%\usepackage{noto} +%\usepackage[sfdefault]{noto} +%\renewcommand{\rmdefault}{noto} diff --git a/parts/Introduction.tex b/parts/Introduction.tex index a091ce1..3a04c94 100644 --- a/parts/Introduction.tex +++ b/parts/Introduction.tex @@ -1,5 +1,6 @@ -\chapter{Introduction}% +\chapter*{Introduction}% \label{cha:introduction} +\addcontentsline{toc}{chapter}{Introduction} Cinelerra is a software program NLE, Non-Linear Editor, that provides a way to edit, record, and play audio or video media. It can also be used to retouch photos. @@ -49,7 +50,7 @@ PARTICULAR PURPOSE. See the GNU General Public License for more details. You should have received a copy of the GNU General Public License along with this program; if not, write to the Free Software Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110, U -\section{Cinelerra Overview}% +\section*{Cinelerra Overview}% \label{sec:cinelerra_overview} Presented briefly here is an overview of Cinelerra-GG Infinity and information provided in this manual. @@ -131,7 +132,7 @@ The GG version of Cinelerra has been improved for \emph{stability}, \emph{modern \end{itemize} \end{description} -\section{Chapters Overview}% +\section*{Chapters Overview}% \label{sec:chapters_overview} Below is listed a brief overview of each chapter to help you to decide which chapters you should pay the most attention to and read more thoroughly. -- 2.26.2