init
This commit is contained in:
33
main.tex
Normal file
33
main.tex
Normal 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}
|
||||
Reference in New Issue
Block a user