This commit is contained in:
2024-05-06 19:59:07 +03:00
commit 15ec9d2208
40 changed files with 3135 additions and 0 deletions

33
main.tex Normal file
View File

@@ -0,0 +1,33 @@
\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}