diff --git a/tex/latex/bmstu-iu8/BMSTU-IU8.cls b/tex/latex/bmstu-iu8/BMSTU-IU8.cls index e50cde4..ac92055 100644 --- a/tex/latex/bmstu-iu8/BMSTU-IU8.cls +++ b/tex/latex/bmstu-iu8/BMSTU-IU8.cls @@ -26,28 +26,28 @@ \RequirePackage[russian]{babel} \RequirePackage{hyphsubst} -\RequirePackage{01-IU8-base} -\RequirePackage{02-IU8-construction} -\RequirePackage{03-IU8-numbering} -\RequirePackage{04-IU8-section-numbering} -\RequirePackage{05-IU8-figures} -\RequirePackage{06-IU8-tables} -\RequirePackage{07-IU8-footnotes} -\RequirePackage{08-IU8-formulas} -\RequirePackage{09-IU8-cites} -\RequirePackage{10-IU8-titlepage} -\RequirePackage{11-IU8-performers} -\RequirePackage{12-IU8-abstract} -\RequirePackage{13-IU8-contents} -\RequirePackage{14-IU8-terms-and-definitions} -\RequirePackage{15-IU8-list-of-abbreviations} -\RequirePackage{16-IU8-references} -\RequirePackage{17-IU8-appendices} -\RequirePackage{18-IU8-extra} -\RequirePackage{19-IU8-counters} -\RequirePackage{20-IU8-listing} -\RequirePackage{21-IU8-math} -\RequirePackage{22-IU8-algorithms} +\RequirePackage{IU8-01-base} +\RequirePackage{IU8-02-construction} +\RequirePackage{IU8-03-numbering} +\RequirePackage{IU8-04-section-numbering} +\RequirePackage{IU8-05-figures} +\RequirePackage{IU8-06-tables} +\RequirePackage{IU8-07-footnotes} +\RequirePackage{IU8-08-formulas} +\RequirePackage{IU8-09-cites} +\RequirePackage{IU8-10-titlepage} +\RequirePackage{IU8-11-performers} +\RequirePackage{IU8-12-abstract} +\RequirePackage{IU8-13-contents} +\RequirePackage{IU8-14-terms-and-definitions} +\RequirePackage{IU8-15-list-of-abbreviations} +\RequirePackage{IU8-16-references} +\RequirePackage{IU8-17-appendices} +\RequirePackage{IU8-18-extra} +\RequirePackage{IU8-19-counters} +\RequirePackage{IU8-20-listing} +\RequirePackage{IU8-21-math} +\RequirePackage{IU8-22-algorithms} \RequirePackage{csquotes} diff --git a/tex/latex/bmstu-iu8/styles/01-IU8-base.sty b/tex/latex/bmstu-iu8/styles/IU8-01-base.sty similarity index 97% rename from tex/latex/bmstu-iu8/styles/01-IU8-base.sty rename to tex/latex/bmstu-iu8/styles/IU8-01-base.sty index f3df2d3..00d8f31 100644 --- a/tex/latex/bmstu-iu8/styles/01-IU8-base.sty +++ b/tex/latex/bmstu-iu8/styles/IU8-01-base.sty @@ -1,6 +1,6 @@ % Author: CatInCosmicSpace \NeedsTeXFormat{LaTeX2e} -\ProvidesPackage{01-IU8-base}[2021/03/21 v1.2 Общие требования] +\ProvidesPackage{IU8-01-base}[2021/03/21 v1.2 Общие требования] % 6.1.1 Изложение текста и оформление отчета выполняют в соответствии с % требованиями настоящего стандарта. Страницы текста отчета о НИР и включенные в diff --git a/tex/latex/bmstu-iu8/styles/02-IU8-construction.sty b/tex/latex/bmstu-iu8/styles/IU8-02-construction.sty similarity index 98% rename from tex/latex/bmstu-iu8/styles/02-IU8-construction.sty rename to tex/latex/bmstu-iu8/styles/IU8-02-construction.sty index b94615c..884e091 100644 --- a/tex/latex/bmstu-iu8/styles/02-IU8-construction.sty +++ b/tex/latex/bmstu-iu8/styles/IU8-02-construction.sty @@ -1,6 +1,6 @@ % Author: CatInCosmicSpace \NeedsTeXFormat{LaTeX2e} -\ProvidesPackage{02-IU8-construction}[2021/03/21 v1.2 Построение отчета] +\ProvidesPackage{IU8-02-construction}[2021/03/21 v1.2 Построение отчета] % 6.2.1 Наименования структурных элементов отчета: % "СПИСОК ИСПОЛНИТЕЛЕЙ", % у нас не используется diff --git a/tex/latex/bmstu-iu8/styles/03-IU8-numbering.sty b/tex/latex/bmstu-iu8/styles/IU8-03-numbering.sty similarity index 95% rename from tex/latex/bmstu-iu8/styles/03-IU8-numbering.sty rename to tex/latex/bmstu-iu8/styles/IU8-03-numbering.sty index b8696c0..24201d1 100644 --- a/tex/latex/bmstu-iu8/styles/03-IU8-numbering.sty +++ b/tex/latex/bmstu-iu8/styles/IU8-03-numbering.sty @@ -1,6 +1,6 @@ % Author: CatInCosmicSpace \NeedsTeXFormat{LaTeX2e} -\ProvidesPackage{03-IU8-numbering}[2021/03/21 v1.2 Нумерация страниц отчета] +\ProvidesPackage{IU8-03-numbering}[2021/03/21 v1.2 Нумерация страниц отчета] % 6.3.1 Страницы отчета следует нумеровать арабскими цифрами, соблюдая сквозную % нумерацию по всему тексту отчета, включая приложения. Номер страницы diff --git a/tex/latex/bmstu-iu8/styles/04-IU8-section-numbering.sty b/tex/latex/bmstu-iu8/styles/IU8-04-section-numbering.sty similarity index 96% rename from tex/latex/bmstu-iu8/styles/04-IU8-section-numbering.sty rename to tex/latex/bmstu-iu8/styles/IU8-04-section-numbering.sty index 839c348..0f91d76 100644 --- a/tex/latex/bmstu-iu8/styles/04-IU8-section-numbering.sty +++ b/tex/latex/bmstu-iu8/styles/IU8-04-section-numbering.sty @@ -1,6 +1,6 @@ % Author: CatInCosmicSpace \NeedsTeXFormat{LaTeX2e} -\ProvidesPackage{04-IU8-section-numbering}[2021/03/21 v1.2 Нумерация разделов, подразделов, пунктов, подпунктов и книг отчета] +\ProvidesPackage{IU8-04-section-numbering}[2021/03/21 v1.2 Нумерация разделов, подразделов, пунктов, подпунктов и книг отчета] % 6.4.1 Разделы должны иметь порядковые номера в пределах всего отчета, % обозначенные арабскими цифрами без точки и расположенные с абзацного отступа. @@ -10,7 +10,7 @@ % подразделы, могут состоять из одного или нескольких пунктов. % Это настройка по умолчанию, так что её не меняю -% Про абзацный отступ учетно в 02-IU8-construction +% Про абзацный отступ учетно в IU8-02-construction % 6.4.2 Если отчет не имеет подразделов, то нумерация пунктов в нем должна % быть в пределах каждого раздела и номер пункта должен состоять из номеров diff --git a/tex/latex/bmstu-iu8/styles/05-IU8-figures.sty b/tex/latex/bmstu-iu8/styles/IU8-05-figures.sty similarity index 98% rename from tex/latex/bmstu-iu8/styles/05-IU8-figures.sty rename to tex/latex/bmstu-iu8/styles/IU8-05-figures.sty index 7210da5..b656499 100644 --- a/tex/latex/bmstu-iu8/styles/05-IU8-figures.sty +++ b/tex/latex/bmstu-iu8/styles/IU8-05-figures.sty @@ -1,6 +1,6 @@ % Author: CatInCosmicSpace \NeedsTeXFormat{LaTeX2e} -\ProvidesPackage{05-IU8-figures}[2021/03/21 v1.2 Иллюстрации] +\ProvidesPackage{IU8-05-figures}[2021/03/21 v1.2 Иллюстрации] % 6.5.1 Иллюстрации (чертежи, графики, схемы, компьютерные распечатки, диаграммы, % фотоснимки) следует располагать в отчете непосредственно после текста отчета, diff --git a/tex/latex/bmstu-iu8/styles/06-IU8-tables.sty b/tex/latex/bmstu-iu8/styles/IU8-06-tables.sty similarity index 98% rename from tex/latex/bmstu-iu8/styles/06-IU8-tables.sty rename to tex/latex/bmstu-iu8/styles/IU8-06-tables.sty index eedb9d9..7a4a609 100644 --- a/tex/latex/bmstu-iu8/styles/06-IU8-tables.sty +++ b/tex/latex/bmstu-iu8/styles/IU8-06-tables.sty @@ -1,6 +1,6 @@ % Author: CatInCosmicSpace \NeedsTeXFormat{LaTeX2e} -\ProvidesPackage{06-IU8-tables}[2021/03/21 v1.2 Таблицы] +\ProvidesPackage{IU8-06-tables}[2021/03/21 v1.2 Таблицы] % Пакеты, которые скорее всего пригодятся \RequirePackage{tabularx} diff --git a/tex/latex/bmstu-iu8/styles/07-IU8-footnotes.sty b/tex/latex/bmstu-iu8/styles/IU8-07-footnotes.sty similarity index 97% rename from tex/latex/bmstu-iu8/styles/07-IU8-footnotes.sty rename to tex/latex/bmstu-iu8/styles/IU8-07-footnotes.sty index 689cdd0..bc75f32 100644 --- a/tex/latex/bmstu-iu8/styles/07-IU8-footnotes.sty +++ b/tex/latex/bmstu-iu8/styles/IU8-07-footnotes.sty @@ -1,6 +1,6 @@ % Author: CatInCosmicSpace \NeedsTeXFormat{LaTeX2e} -\ProvidesPackage{07-IU8-footnotes}[2021/03/21 v1.2 Примечания и сноски] +\ProvidesPackage{IU8-07-footnotes}[2021/03/21 v1.2 Примечания и сноски] % 6.7.1 Примечания приводят в отчете, если необходимы пояснения или справочные % данные к содержанию текста, таблиц или графического материала. diff --git a/tex/latex/bmstu-iu8/styles/08-IU8-formulas.sty b/tex/latex/bmstu-iu8/styles/IU8-08-formulas.sty similarity index 69% rename from tex/latex/bmstu-iu8/styles/08-IU8-formulas.sty rename to tex/latex/bmstu-iu8/styles/IU8-08-formulas.sty index aa65770..e00568b 100644 --- a/tex/latex/bmstu-iu8/styles/08-IU8-formulas.sty +++ b/tex/latex/bmstu-iu8/styles/IU8-08-formulas.sty @@ -1,5 +1,5 @@ % Author: CatInCosmicSpace \NeedsTeXFormat{LaTeX2e} -\ProvidesPackage{08-IU8-formulas}[2021/03/21 v1.2 Формулы] +\ProvidesPackage{IU8-08-formulas}[2021/03/21 v1.2 Формулы] % Настройки по умолчанию в целом соответствуют ГОСТ \ No newline at end of file diff --git a/tex/latex/bmstu-iu8/styles/09-IU8-cites.sty b/tex/latex/bmstu-iu8/styles/IU8-09-cites.sty similarity index 96% rename from tex/latex/bmstu-iu8/styles/09-IU8-cites.sty rename to tex/latex/bmstu-iu8/styles/IU8-09-cites.sty index 651f2a3..2237e9e 100644 --- a/tex/latex/bmstu-iu8/styles/09-IU8-cites.sty +++ b/tex/latex/bmstu-iu8/styles/IU8-09-cites.sty @@ -1,6 +1,6 @@ % Author: CatInCosmicSpace \NeedsTeXFormat{LaTeX2e} -\ProvidesPackage{09-IU8-cites}[2021/03/21 v1.2 Ссылки] +\ProvidesPackage{IU8-09-cites}[2021/03/21 v1.2 Ссылки] % 6.9.1 В отчете о НИР рекомендуется приводить ссылки на использованные % источники. При нумерации ссылок на документы, использованные при составлении diff --git a/tex/latex/bmstu-iu8/styles/10-IU8-titlepage.sty b/tex/latex/bmstu-iu8/styles/IU8-10-titlepage.sty similarity index 99% rename from tex/latex/bmstu-iu8/styles/10-IU8-titlepage.sty rename to tex/latex/bmstu-iu8/styles/IU8-10-titlepage.sty index e9834bc..49067b0 100644 --- a/tex/latex/bmstu-iu8/styles/10-IU8-titlepage.sty +++ b/tex/latex/bmstu-iu8/styles/IU8-10-titlepage.sty @@ -1,6 +1,6 @@ % Author: CatInCosmicSpace \NeedsTeXFormat{LaTeX2e} -\ProvidesPackage{10-IU8-titlepage}[2021/03/21 v1.2 Титульный лист] +\ProvidesPackage{IU8-10-titlepage}[2021/03/21 v1.2 Титульный лист] % Поля для заполнения для ВКР \def\student#1{\gdef\@student{#1}} diff --git a/tex/latex/bmstu-iu8/styles/11-IU8-performers.sty b/tex/latex/bmstu-iu8/styles/IU8-11-performers.sty similarity index 73% rename from tex/latex/bmstu-iu8/styles/11-IU8-performers.sty rename to tex/latex/bmstu-iu8/styles/IU8-11-performers.sty index 14b659d..8e9143d 100644 --- a/tex/latex/bmstu-iu8/styles/11-IU8-performers.sty +++ b/tex/latex/bmstu-iu8/styles/IU8-11-performers.sty @@ -1,5 +1,5 @@ % Author: CatInCosmicSpace \NeedsTeXFormat{LaTeX2e} -\ProvidesPackage{11-IU8-performers}[2021/03/21 v1.2 Список исполниетелей] +\ProvidesPackage{IU8-11-performers}[2021/03/21 v1.2 Список исполниетелей] % Т.к. у нас это не используется, я оставляю это пустымы \ No newline at end of file diff --git a/tex/latex/bmstu-iu8/styles/12-IU8-abstract.sty b/tex/latex/bmstu-iu8/styles/IU8-12-abstract.sty similarity index 96% rename from tex/latex/bmstu-iu8/styles/12-IU8-abstract.sty rename to tex/latex/bmstu-iu8/styles/IU8-12-abstract.sty index 946d336..4782ebf 100644 --- a/tex/latex/bmstu-iu8/styles/12-IU8-abstract.sty +++ b/tex/latex/bmstu-iu8/styles/IU8-12-abstract.sty @@ -1,6 +1,6 @@ % Author: CatInCosmicSpace \NeedsTeXFormat{LaTeX2e} -\ProvidesPackage{12-IU8-abstract}[2021/03/21 v1.2 Реферат] +\ProvidesPackage{IU8-12-abstract}[2021/03/21 v1.2 Реферат] % 6.12.1 Сведения об общем объеме отчета, количестве книг отчета, иллюстраций, % таблиц, использованных источников, приложений являются первой компонентой diff --git a/tex/latex/bmstu-iu8/styles/13-IU8-contents.sty b/tex/latex/bmstu-iu8/styles/IU8-13-contents.sty similarity index 96% rename from tex/latex/bmstu-iu8/styles/13-IU8-contents.sty rename to tex/latex/bmstu-iu8/styles/IU8-13-contents.sty index bf51955..c68d89a 100644 --- a/tex/latex/bmstu-iu8/styles/13-IU8-contents.sty +++ b/tex/latex/bmstu-iu8/styles/IU8-13-contents.sty @@ -1,6 +1,6 @@ % Author: CatInCosmicSpace \NeedsTeXFormat{LaTeX2e} -\ProvidesPackage{13-IU8-contents}[2021/03/21 v1.2 Содержание] +\ProvidesPackage{IU8-13-contents}[2021/03/21 v1.2 Содержание] % Каждую запись содержания оформляют как отдельный абзац, выровненный влево. % Номера страниц указывают выровненными по правому краю поля и соединяют diff --git a/tex/latex/bmstu-iu8/styles/14-IU8-terms-and-definitions.sty b/tex/latex/bmstu-iu8/styles/IU8-14-terms-and-definitions.sty similarity index 92% rename from tex/latex/bmstu-iu8/styles/14-IU8-terms-and-definitions.sty rename to tex/latex/bmstu-iu8/styles/IU8-14-terms-and-definitions.sty index e3e15e2..b72bc55 100644 --- a/tex/latex/bmstu-iu8/styles/14-IU8-terms-and-definitions.sty +++ b/tex/latex/bmstu-iu8/styles/IU8-14-terms-and-definitions.sty @@ -1,6 +1,6 @@ % Author: CatInCosmicSpace \NeedsTeXFormat{LaTeX2e} -\ProvidesPackage{14-IU8-terms-and-definitions}[2021/03/21 v1.2 Содержание] +\ProvidesPackage{IU8-14-terms-and-definitions}[2021/03/21 v1.2 Содержание] \RequirePackage[ acronym, diff --git a/tex/latex/bmstu-iu8/styles/15-IU8-list-of-abbreviations.sty b/tex/latex/bmstu-iu8/styles/IU8-15-list-of-abbreviations.sty similarity index 91% rename from tex/latex/bmstu-iu8/styles/15-IU8-list-of-abbreviations.sty rename to tex/latex/bmstu-iu8/styles/IU8-15-list-of-abbreviations.sty index d8345fd..7e95806 100644 --- a/tex/latex/bmstu-iu8/styles/15-IU8-list-of-abbreviations.sty +++ b/tex/latex/bmstu-iu8/styles/IU8-15-list-of-abbreviations.sty @@ -1,6 +1,6 @@ % Author: CatInCosmicSpace \NeedsTeXFormat{LaTeX2e} -\ProvidesPackage{15-IU8-list-of-abbreviations}[2021/03/21 v1.2 Содержание] +\ProvidesPackage{IU8-15-list-of-abbreviations}[2021/03/21 v1.2 Содержание] \RequirePackage[abbreviations]{glossaries-extra} diff --git a/tex/latex/bmstu-iu8/styles/16-IU8-references.sty b/tex/latex/bmstu-iu8/styles/IU8-16-references.sty similarity index 93% rename from tex/latex/bmstu-iu8/styles/16-IU8-references.sty rename to tex/latex/bmstu-iu8/styles/IU8-16-references.sty index b3b9898..1da1a50 100644 --- a/tex/latex/bmstu-iu8/styles/16-IU8-references.sty +++ b/tex/latex/bmstu-iu8/styles/IU8-16-references.sty @@ -1,6 +1,6 @@ % Author: CatInCosmicSpace \NeedsTeXFormat{LaTeX2e} -\ProvidesPackage{16-IU8-references}[2021/03/21 v1.2 Список использованных источников] +\ProvidesPackage{IU8-16-references}[2021/03/21 v1.2 Список использованных источников] % Сведения об источниках следует располагать в порядке появления ссылок на % источники в тексте отчета и нумеровать арабскими цифрами с точкой и печатать diff --git a/tex/latex/bmstu-iu8/styles/17-IU8-appendices.sty b/tex/latex/bmstu-iu8/styles/IU8-17-appendices.sty similarity index 92% rename from tex/latex/bmstu-iu8/styles/17-IU8-appendices.sty rename to tex/latex/bmstu-iu8/styles/IU8-17-appendices.sty index 025e70b..bd598b2 100644 --- a/tex/latex/bmstu-iu8/styles/17-IU8-appendices.sty +++ b/tex/latex/bmstu-iu8/styles/IU8-17-appendices.sty @@ -1,6 +1,6 @@ % Author: CatInCosmicSpace \NeedsTeXFormat{LaTeX2e} -\ProvidesPackage{17-IU8-appendices}[2021/03/21 v1.2 Приложения] +\ProvidesPackage{IU8-17-appendices}[2021/03/21 v1.2 Приложения] \newcommand{\appendixsection}[1]{ \stepcounter{apps} diff --git a/tex/latex/bmstu-iu8/styles/18-IU8-extra.sty b/tex/latex/bmstu-iu8/styles/IU8-18-extra.sty similarity index 90% rename from tex/latex/bmstu-iu8/styles/18-IU8-extra.sty rename to tex/latex/bmstu-iu8/styles/IU8-18-extra.sty index 6fb1570..fb0b659 100644 --- a/tex/latex/bmstu-iu8/styles/18-IU8-extra.sty +++ b/tex/latex/bmstu-iu8/styles/IU8-18-extra.sty @@ -1,6 +1,6 @@ % Author: CatInCosmicSpace \NeedsTeXFormat{LaTeX2e} -\ProvidesPackage{18-IU8-extra}[2021/03/21 v1.2 Разные улучшения] +\ProvidesPackage{IU8-18-extra}[2021/03/21 v1.2 Разные улучшения] \RequirePackage{graphicx} diff --git a/tex/latex/bmstu-iu8/styles/19-IU8-counters.sty b/tex/latex/bmstu-iu8/styles/IU8-19-counters.sty similarity index 90% rename from tex/latex/bmstu-iu8/styles/19-IU8-counters.sty rename to tex/latex/bmstu-iu8/styles/IU8-19-counters.sty index 991f9f4..7fd157d 100644 --- a/tex/latex/bmstu-iu8/styles/19-IU8-counters.sty +++ b/tex/latex/bmstu-iu8/styles/IU8-19-counters.sty @@ -1,6 +1,6 @@ % Author: CatInCosmicSpace \NeedsTeXFormat{LaTeX2e}[1995/12/01] -\ProvidesPackage{19-IU8-counters}[2021/03/21 v1.2 Счётчики] +\ProvidesPackage{IU8-19-counters}[2021/03/21 v1.2 Счётчики] \RequirePackage{calc} \RequirePackage{xassoccnt} diff --git a/tex/latex/bmstu-iu8/styles/20-IU8-listing.sty b/tex/latex/bmstu-iu8/styles/IU8-20-listing.sty similarity index 93% rename from tex/latex/bmstu-iu8/styles/20-IU8-listing.sty rename to tex/latex/bmstu-iu8/styles/IU8-20-listing.sty index c90194a..6e72e91 100644 --- a/tex/latex/bmstu-iu8/styles/20-IU8-listing.sty +++ b/tex/latex/bmstu-iu8/styles/IU8-20-listing.sty @@ -1,6 +1,6 @@ % Author: CatInCosmicSpace \NeedsTeXFormat{LaTeX2e}[1995/12/01] -\ProvidesPackage{20-IU8-listing}[2021/03/21 v1.2 Листинги] +\ProvidesPackage{IU8-20-listing}[2021/03/21 v1.2 Листинги] \RequirePackage{listings} \RequirePackage{xcolor} diff --git a/tex/latex/bmstu-iu8/styles/21-IU8-math.sty b/tex/latex/bmstu-iu8/styles/IU8-21-math.sty similarity index 84% rename from tex/latex/bmstu-iu8/styles/21-IU8-math.sty rename to tex/latex/bmstu-iu8/styles/IU8-21-math.sty index b60a4fd..c5c8659 100644 --- a/tex/latex/bmstu-iu8/styles/21-IU8-math.sty +++ b/tex/latex/bmstu-iu8/styles/IU8-21-math.sty @@ -1,6 +1,6 @@ % Author: CatInCosmicSpace \NeedsTeXFormat{LaTeX2e}[1995/12/01] -\ProvidesPackage{21-IU8-math}[2021/03/21 v1.2 Математика] +\ProvidesPackage{IU8-21-math}[2021/03/21 v1.2 Математика] \RequirePackage{amsthm} \theoremstyle{definition} diff --git a/tex/latex/bmstu-iu8/styles/22-IU8-algorithms.sty b/tex/latex/bmstu-iu8/styles/IU8-22-algorithms.sty similarity index 95% rename from tex/latex/bmstu-iu8/styles/22-IU8-algorithms.sty rename to tex/latex/bmstu-iu8/styles/IU8-22-algorithms.sty index f3fdcee..db58c26 100644 --- a/tex/latex/bmstu-iu8/styles/22-IU8-algorithms.sty +++ b/tex/latex/bmstu-iu8/styles/IU8-22-algorithms.sty @@ -1,6 +1,6 @@ % Author: CatInCosmicSpace \NeedsTeXFormat{LaTeX2e}[1995/12/01] -\ProvidesPackage{22-IU8-algorithms}[2021/03/21 v1.2 Алгоритмы] +\ProvidesPackage{IU8-22-algorithms}[2021/03/21 v1.2 Алгоритмы] \RequirePackage[linesnumbered,boxruled]{algorithm2e} \SetAlCapSty{}