20 lines
661 B
TeX
20 lines
661 B
TeX
\clearpage
|
|
\titlecontents{section}
|
|
[1.5em] % 1.5em (chapter) + 2.3em
|
|
{}
|
|
{\thecontentslabel \hspace{3mm}}
|
|
{\hspace*{-2.3em}}
|
|
{\titlerule*[2mm]{.}\contentspage}
|
|
|
|
\titleformat{\section}
|
|
{\normalfont\fontsize{17.28}{15}\bfseries}{\thesection}{1em}{}
|
|
\renewcommand*{\thesection}{Приложение~\Alph{section}.}
|
|
|
|
\chapter*{Приложения}
|
|
\addcontentsline{toc}{chapter}{Приложения}
|
|
\appendix
|
|
|
|
% \section{Скрипты установки БД для компонента <<Хранение~данных>>}
|
|
% \label{script:storage}
|
|
% \inputcode{../software/architecture/first-level/component-storage/CSt.db-script.sql}{frame=none,language=sql}
|