Prue Thesis

Шаблон диплома РЭУ в LaTeX. Альтернатива шаблонам ВКР бакалавра от кафедры ПИиИБ. Unofficial LaTeX Thesis template to use at Plekhanov Russian University of Economics.

Category

university

License

Free to use (MIT)

File

thesis.tex

thesis.texRead-only preview
\documentclass[a4paper,14pt]{extarticle}

\usepackage{prue-thesis}    % File formatting requirements from PRUE
\usepackage{minted}         % Include code listings
\usepackage{pdfpages}       % Include PDF files
\usepackage{subfiles}       % Include TeX files
\usepackage{xcolor}         % Play with colors
\definecolor{light-gray}{gray}{0.95}

\input{YOUR-DATA.tex}



\begin{document}
\renewcommand\figurename{Рисунок}
\renewcommand\refname{Список используемой литературы}

\newgeometry{left=30mm, top=10mm, right=15mm, bottom=12.5mm, nohead, nofoot}
\subfile{sections/0-title}
\restoregeometry
\newpage
% Alternative Title section from external PDF
% \includepdf{src/pdf/title}

\subfile{sections/1-abstract-rus}
\newpage

\subfile{sections/1-abstract-eng}
\newpage

\tableofcontents
% Suppress page number
\thispagestyle{empty}
\newpage

\subfile{sections/2-introduction}
\newpage

\subfile{sections/3-chapter-1}
\newpage

\subfile{sections/3-chapter-2}
\newpage

\subfile{sections/3-chapter-3}
\newpage

\subfile{sections/4-conclusion}
\newpage

\subfile{sections/5-ref-list}
\newpage

\subfile{sections/6-annex}
\newpage

\end{document}
Preview
Prue Thesis preview
Prue Thesis LaTeX Template | Bibby | Bibby AI