BigUpdate
Python application / build (push) Has been cancelled

This commit is contained in:
Igor20264
2026-09-03 10:44:08 +03:00
parent d2da20fdb2
commit 516abe7b83
177 changed files with 40178 additions and 2 deletions
+26
View File
@@ -0,0 +1,26 @@
% Шаблон МИРЭА (на базе mirea-ninja/Latex-Template-for-Report-Diploma-Thesis)
% Пайплайн: MD → md2latex → content.tex → XeLaTeX → PDF
\documentclass[14pt, a4paper]{extarticle}
\include{Settings/packages}
\include{Settings/format}
\usepackage[left=3cm,right=1cm,top=2cm,bottom=2cm]{geometry}
\include{Settings/listings}
\begin{document}
\include{macros}
\IfFileExists{titlepage.pdf}{%
\includepdf[pages=-]{titlepage.pdf}%
}{}
\include{tocpage}
% Сгенерировано md2latex (разделы, таблицы longtable, листинги, источники)
\include{content}
\end{document}