Font + Footnote fixes

This commit is contained in:
Daniel Haus 2026-02-25 22:40:44 +03:00
parent acaef207c1
commit adc7254140
6 changed files with 90 additions and 49 deletions

View file

@ -1,4 +1,14 @@
% Центрируем заголовок "Содержание"
\renewcommand{\cfttoctitlefont}{\hfill\bfseries\fontsize{14pt}{16pt}\selectfont}
\renewcommand{\cftaftertoctitle}{\hfill}
\renewcommand{\contentsname}{\MakeUppercase{Содержание}}
\renewcommand{\contentsname}{\MakeUppercase{Содержание}}
% Принудительная установка шрифта для всего документа
\fontsize{14pt}{16.8pt}\selectfont
% Команда для восстановления шрифта после таблиц
\newcommand{\resetfont}{\fontsize{14pt}{16.8pt}\selectfont}
% Настройка заголовков разделов
\titleformat*{\section}{\normalfont\fontsize{14pt}{16.8pt}\bfseries}
\titleformat*{\subsection}{\normalfont\fontsize{14pt}{16.8pt}\bfseries}
\titleformat*{\subsubsection}{\normalfont\fontsize{14pt}{16.8pt}\bfseries}