Files
bachelor_thesis/main.tex
2024-05-06 19:59:07 +03:00

34 lines
843 B
TeX
Raw Blame History

This file contains ambiguous Unicode characters
This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.
\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}