From 908dd75a9c9eb4b747cb8dd7732f58892373bcd9 Mon Sep 17 00:00:00 2001 From: Karl Berry Date: Sat, 5 Jun 2021 21:07:54 +0000 Subject: bmstu-iu8 (5jun21) git-svn-id: svn://tug.org/texlive/trunk@59472 c570f23f-e606-0410-a88d-b1316a301751 --- Master/texmf-dist/doc/latex/bmstu-iu8/LICENSE | 21 -------- Master/texmf-dist/doc/latex/bmstu-iu8/README.md | 12 ++++- .../doc/latex/bmstu-iu8/bmstu-example.pdf | Bin 0 -> 177037 bytes .../doc/latex/bmstu-iu8/bmstu-example.tex | 55 +++++++++++++++++++++ Master/texmf-dist/doc/latex/bmstu-iu8/example.pdf | Bin 192899 -> 0 bytes Master/texmf-dist/doc/latex/bmstu-iu8/example.tex | 55 --------------------- 6 files changed, 66 insertions(+), 77 deletions(-) delete mode 100644 Master/texmf-dist/doc/latex/bmstu-iu8/LICENSE create mode 100644 Master/texmf-dist/doc/latex/bmstu-iu8/bmstu-example.pdf create mode 100644 Master/texmf-dist/doc/latex/bmstu-iu8/bmstu-example.tex delete mode 100644 Master/texmf-dist/doc/latex/bmstu-iu8/example.pdf delete mode 100644 Master/texmf-dist/doc/latex/bmstu-iu8/example.tex (limited to 'Master/texmf-dist/doc/latex') diff --git a/Master/texmf-dist/doc/latex/bmstu-iu8/LICENSE b/Master/texmf-dist/doc/latex/bmstu-iu8/LICENSE deleted file mode 100644 index b9a8428a7d8..00000000000 --- a/Master/texmf-dist/doc/latex/bmstu-iu8/LICENSE +++ /dev/null @@ -1,21 +0,0 @@ -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 index 4fb70940ead..2520f3d40c3 100644 --- a/Master/texmf-dist/doc/latex/bmstu-iu8/README.md +++ b/Master/texmf-dist/doc/latex/bmstu-iu8/README.md @@ -1,3 +1,13 @@ # 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). +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). + +This class defines all headings, structure elements and other things +in respect of russian standard GOST 7.32-2017. But there are +correctives to be compatible with our local IU8 department +requirements. + +The package and any later version of this package is published under the MIT +license. diff --git a/Master/texmf-dist/doc/latex/bmstu-iu8/bmstu-example.pdf b/Master/texmf-dist/doc/latex/bmstu-iu8/bmstu-example.pdf new file mode 100644 index 00000000000..05d3aa0669c Binary files /dev/null and b/Master/texmf-dist/doc/latex/bmstu-iu8/bmstu-example.pdf differ diff --git a/Master/texmf-dist/doc/latex/bmstu-iu8/bmstu-example.tex b/Master/texmf-dist/doc/latex/bmstu-iu8/bmstu-example.tex new file mode 100644 index 00000000000..0d2499d7bd1 --- /dev/null +++ b/Master/texmf-dist/doc/latex/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} diff --git a/Master/texmf-dist/doc/latex/bmstu-iu8/example.pdf b/Master/texmf-dist/doc/latex/bmstu-iu8/example.pdf deleted file mode 100644 index bbf08873624..00000000000 Binary files a/Master/texmf-dist/doc/latex/bmstu-iu8/example.pdf and /dev/null differ diff --git a/Master/texmf-dist/doc/latex/bmstu-iu8/example.tex b/Master/texmf-dist/doc/latex/bmstu-iu8/example.tex deleted file mode 100644 index 0d2499d7bd1..00000000000 --- a/Master/texmf-dist/doc/latex/bmstu-iu8/example.tex +++ /dev/null @@ -1,55 +0,0 @@ -\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} -- cgit v1.2.3