Files
bachelor_thesis/main.tex

34 lines
843 B
TeX
Raw Normal View History

2024-05-06 19:59:07 +03:00
\documentclass[oneside,senior,etd]{BYUPhys}
\input{style}
\input{src/titlepage}
\begin{document}
\fixmargins
\makepreliminarypages
\oneandhalfspace
\pdfbookmark[section]{\contentsname}{toc}
\tableofcontents
\include{src/sections/intro/intro}
\include{src/sections/task/task}
\include{src/sections/solution/solution}
\include{src/sections/impl/impl}
\include{src/sections/tests/tests}
\include{src/sections/conclusion}
\bibliographystyle{gost780u.bst} % Для соответствия требованиям об оформлении списка литературы
\raggedright
\bibliography{src/refs}
% Раскомментируйте, если нужно приложение
% \appendix
% \cleardoublepage \phantomsection
% \section*{Приложение}
% \addcontentsline{toc}{section}{Приложение}
\end{document}