diff options
Diffstat (limited to 'Master/texmf-dist/tex/latex/bmstu-iu8/BMSTU-IU8.cls')
-rw-r--r-- | Master/texmf-dist/tex/latex/bmstu-iu8/BMSTU-IU8.cls | 10 |
1 files changed, 9 insertions, 1 deletions
diff --git a/Master/texmf-dist/tex/latex/bmstu-iu8/BMSTU-IU8.cls b/Master/texmf-dist/tex/latex/bmstu-iu8/BMSTU-IU8.cls index ebd30e1991e..4b9cb5b0bf8 100644 --- a/Master/texmf-dist/tex/latex/bmstu-iu8/BMSTU-IU8.cls +++ b/Master/texmf-dist/tex/latex/bmstu-iu8/BMSTU-IU8.cls @@ -1,6 +1,6 @@ % Author: CatInCosmicSpace \NeedsTeXFormat{LaTeX2e} -\ProvidesClass{BMSTU-IU8}[2024/09/09 IU8 class] +\ProvidesClass{BMSTU-IU8}[2024/10/28 IU8 class] \LoadClass{article} @@ -18,6 +18,14 @@ применяют следующие сокращения и обозначения:} \def\fillTitle{\fillResearchTitle} } +\DeclareOption{ordinary}{ + \def\termsAndDefinitionsLine{В настоящем документе + применяют следующие термины с соответствующими определениями:} + \def\abbreviationsLine{В настоящем документе + применяют следующие сокращения и обозначения:} + \def\fillTitle{\fillOrdinaryTitle} +} + \ExecuteOptions{diploma} \ProcessOptions |