Practice chapter + Conclusion complete

This commit is contained in:
Daniel Haus 2026-02-24 14:32:46 +03:00
parent 2db9216c5e
commit acaef207c1
6 changed files with 777 additions and 198 deletions

View file

@ -8,7 +8,7 @@ style=gost-numeric,
language=auto,
autolang=other,
sorting=none]{biblatex}
\addbibresource{bibliography.bib} % Критически важно!
\addbibresource{bibliography.bib}
\usepackage{fontspec}
\setmainfont{Times New Roman}
@ -48,13 +48,13 @@ sorting=none]{biblatex}
\usepackage{tocloft}
\usepackage{enumitem}
\setlist{nosep} % убираем лишние отступы в списках
\setlist{nosep} % лишние отступы в списках
\usepackage{longtable}
\usepackage{titlesec}
\setcounter{tocdepth}{3}
\setcounter{tocdepth}{2}
\begin{document}
% Патчи
@ -86,7 +86,6 @@ sorting=none]{biblatex}
\input{sections/conclusion}
\newpage
% В ТЕЛЕ ДОКУМЕНТА (вместо старого блока):
\newpage
\printbibliography[title={СПИСОК ИСПОЛЬЗОВАННЫХ ИСТОЧНИКОВ}]