Change default font to XCharter.
Move introduction before TOC.
Set page numbering to roman in introduction.
%
\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
\newpage
-\mainmatter
-\tableofcontents
-\pagestyle{plain}
+%\pagestyle{plain}
+%\pagenumbering{roman}
%\renewcommand{\chapterheadstart}{
%%\vspace*{\beforechapskip}
%\hrule\medskip}
%\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}
\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,
-%\usepackage{noto}
+%\usepackage[sfdefault]{noto}
+%\renewcommand{\rmdefault}{noto}
-\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.
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.
\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.