34 lines
843 B
TeX
34 lines
843 B
TeX
\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}
|