Files
Igor20264 516abe7b83
Python application / build (push) Has been cancelled
BigUpdate
2026-09-03 10:44:08 +03:00

27 lines
640 B
TeX

% Шаблон МИРЭА (на базе 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}