--- /dev/null
+%
+\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}
\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
--- /dev/null
+%\usepackage{noto}
+++ /dev/null
-%
-\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}