summaryrefslogtreecommitdiff
path: root/Master/texmf-dist/doc/latex
diff options
context:
space:
mode:
authorKarl Berry <karl@freefriends.org>2021-05-22 20:18:33 +0000
committerKarl Berry <karl@freefriends.org>2021-05-22 20:18:33 +0000
commitbe0c7ad88514da5301434d72032baf18e86158a4 (patch)
tree922cc5b28c866bece97ddd8c705fe69b6511a5e8 /Master/texmf-dist/doc/latex
parent0d82bc72dfbcd013449447046870edb514c81784 (diff)
bmstu-iu8 (22may21)
git-svn-id: svn://tug.org/texlive/trunk@59310 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master/texmf-dist/doc/latex')
-rw-r--r--Master/texmf-dist/doc/latex/bmstu-iu8/LICENSE21
-rw-r--r--Master/texmf-dist/doc/latex/bmstu-iu8/README.md3
-rw-r--r--Master/texmf-dist/doc/latex/bmstu-iu8/bmstu.pngbin0 -> 53203 bytes
-rw-r--r--Master/texmf-dist/doc/latex/bmstu-iu8/example.pdfbin0 -> 192899 bytes
-rw-r--r--Master/texmf-dist/doc/latex/bmstu-iu8/example.tex55
5 files changed, 79 insertions, 0 deletions
diff --git a/Master/texmf-dist/doc/latex/bmstu-iu8/LICENSE b/Master/texmf-dist/doc/latex/bmstu-iu8/LICENSE
new file mode 100644
index 00000000000..b9a8428a7d8
--- /dev/null
+++ b/Master/texmf-dist/doc/latex/bmstu-iu8/LICENSE
@@ -0,0 +1,21 @@
+MIT License
+
+Copyright (c) 2021 CatInCosmicSpace/latex-template repo contributors
+
+Permission is hereby granted, free of charge, to any person obtaining a copy
+of this software and associated documentation files (the "Software"), to deal
+in the Software without restriction, including without limitation the rights
+to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
+copies of the Software, and to permit persons to whom the Software is
+furnished to do so, subject to the following conditions:
+
+The above copyright notice and this permission notice shall be included in all
+copies or substantial portions of the Software.
+
+THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
+IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
+FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
+AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
+LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
+OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
+SOFTWARE.
diff --git a/Master/texmf-dist/doc/latex/bmstu-iu8/README.md b/Master/texmf-dist/doc/latex/bmstu-iu8/README.md
new file mode 100644
index 00000000000..4fb70940ead
--- /dev/null
+++ b/Master/texmf-dist/doc/latex/bmstu-iu8/README.md
@@ -0,0 +1,3 @@
+# IU8 package
+
+This package consist of class file and style files for writing reports at the IU8 department of IU faculty of BMSTU (Bauman Moscow State Technical University).
diff --git a/Master/texmf-dist/doc/latex/bmstu-iu8/bmstu.png b/Master/texmf-dist/doc/latex/bmstu-iu8/bmstu.png
new file mode 100644
index 00000000000..469c7d97974
--- /dev/null
+++ b/Master/texmf-dist/doc/latex/bmstu-iu8/bmstu.png
Binary files differ
diff --git a/Master/texmf-dist/doc/latex/bmstu-iu8/example.pdf b/Master/texmf-dist/doc/latex/bmstu-iu8/example.pdf
new file mode 100644
index 00000000000..bbf08873624
--- /dev/null
+++ b/Master/texmf-dist/doc/latex/bmstu-iu8/example.pdf
Binary files differ
diff --git a/Master/texmf-dist/doc/latex/bmstu-iu8/example.tex b/Master/texmf-dist/doc/latex/bmstu-iu8/example.tex
new file mode 100644
index 00000000000..0d2499d7bd1
--- /dev/null
+++ b/Master/texmf-dist/doc/latex/bmstu-iu8/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}