diff options
Diffstat (limited to 'Master/texmf-dist/source/latex/disser/disser.dtx')
-rw-r--r-- | Master/texmf-dist/source/latex/disser/disser.dtx | 20 |
1 files changed, 10 insertions, 10 deletions
diff --git a/Master/texmf-dist/source/latex/disser/disser.dtx b/Master/texmf-dist/source/latex/disser/disser.dtx index 8f943be3a15..637e3b56e12 100644 --- a/Master/texmf-dist/source/latex/disser/disser.dtx +++ b/Master/texmf-dist/source/latex/disser/disser.dtx @@ -3,7 +3,7 @@ %% %% disser -- LaTeX document class for dissertations. %% -%% Copyright (c) 2004-2014 Stanislav Kruchinin +%% Copyright (c) Stanislav Kruchinin %% %% It may be distributed and/or modified under the %% conditions of the LaTeX Project Public License, either version 1.3 @@ -19,7 +19,7 @@ %% %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% %<*driver> -\ProvidesFile{disser.drv}[2015/01/03 1.3.1 % +\ProvidesFile{disser.drv}[2015/07/25 1.3.2 % Document class for dissertations] \documentclass{ltxdoc} @@ -183,7 +183,7 @@ %<*disser> \NeedsTeXFormat{LaTeX2e} -\ProvidesClass{disser}[2015/01/03 1.3.1 % +\ProvidesClass{disser}[2015/07/25 1.3.2 % Document class for dissertations] % \end{macrocode} @@ -613,18 +613,18 @@ \setlength\normallineskip{1\p@} % \end{macrocode} -% \DescribeMacro{\singlespacing} \index{Макросы!\verb*+\singlespacing+} -% \DescribeMacro{\onehalfspacing}\index{Макросы!\verb*+\onehalfspacing+} -% \DescribeMacro{\doublespacing} \index{Макросы!\verb*+\doublespacing+} +% \DescribeMacro{\disser@singlespacing} \index{Макросы!\verb*+\disser@singlespacing+} +% \DescribeMacro{\disser@onehalfspacing}\index{Макросы!\verb*+\disser@onehalfspacing+} +% \DescribeMacro{\disser@doublespacing} \index{Макросы!\verb*+\disser@doublespacing+} % Характерные величины межстрочнах интервалов. % \begin{macrocode} -\newcommand\singlespacing {\renewcommand\baselinestretch{1}\normalsize} -\newcommand\onehalfspacing{\renewcommand\baselinestretch{1.5}\normalsize} -\newcommand\doublespacing {\renewcommand\baselinestretch{2}\normalsize} +\newcommand\disser@singlespacing {\renewcommand\baselinestretch{1}\normalsize} +\newcommand\disser@onehalfspacing{\renewcommand\baselinestretch{1.5}\normalsize} +\newcommand\disser@doublespacing {\renewcommand\baselinestretch{2}\normalsize} % \end{macrocode} % Межстрочный интервал по умолчанию. % \begin{macrocode} -\onehalfspacing +\disser@onehalfspacing % \end{macrocode} % \DescribeMacro{\parindent}\index{Расстояния!\verb*+\parindent+} |