summaryrefslogtreecommitdiff
path: root/macros/latex/contrib/bmstu-iu8/bmstu-example.tex
diff options
context:
space:
mode:
Diffstat (limited to 'macros/latex/contrib/bmstu-iu8/bmstu-example.tex')
-rw-r--r--macros/latex/contrib/bmstu-iu8/bmstu-example.tex55
1 files changed, 55 insertions, 0 deletions
diff --git a/macros/latex/contrib/bmstu-iu8/bmstu-example.tex b/macros/latex/contrib/bmstu-iu8/bmstu-example.tex
new file mode 100644
index 0000000000..0d2499d7bd
--- /dev/null
+++ b/macros/latex/contrib/bmstu-iu8/bmstu-example.tex
@@ -0,0 +1,55 @@
+\documentclass[diploma]{BMSTU-IU8}
+
+\usepackage{lipsum}
+
+\student{И. И. Иванов}
+\theme{Создание отчёта \\ по НИРС \\ или ВКР}
+\group{ИУ8-999}
+
+\supervisor{П. П. Петров}
+\researchConsultant{П. П. Петров}
+\designConsultant{П. П. Петров}
+\technologicalConsultant{П. П. Петров}
+\economicsConsultant{П. П. Петров}
+\lawsConsultant{П. П. Петров}
+\normController{Т. Е. Завадская}
+
+% \theme{Тест \hfill} % Тема для НИРСа заполняется по-другому
+\studentFullName{Иванов Иван Иванович}
+\profile{10У101}
+\speciality{10.05.01 <<Компьютерная безопасность>>}
+\specialization{10.05.01\_01 <<Математические методы защиты информации>>}
+\supervisorWithDegree{доцент, к.т.н. Иванов И. И.}
+
+
+\begin{document}
+ \maketitle
+
+ \abstract % Структурный элемент: РЕФЕРАТ
+
+ \lipsum[1-2]
+
+ \tableofcontents % Содержание
+ \termsanddefenitions % Термины и определения
+ \listofabbreviations % Перечень сокращений и обозначений
+
+ \introduction
+
+ \lipsum[1-2]
+
+ \section{Исследовательская часть}
+
+ \lipsum[1-2]
+
+ \conclusion
+
+ \lipsum[1-2]
+
+ \printbibliography
+
+ \appendix
+
+ \appendixsection{Приложение для примера}
+
+ \lipsum[1-2]
+\end{document}