summaryrefslogtreecommitdiff
path: root/Master/texmf-dist/source/latex/disser/disser.dtx
diff options
context:
space:
mode:
authorKarl Berry <karl@freefriends.org>2015-08-19 22:21:57 +0000
committerKarl Berry <karl@freefriends.org>2015-08-19 22:21:57 +0000
commit662cbab0534a510978ea4b6497b06c94258f339e (patch)
treebfcdfb63238cf8330d2356876a081ff4f5b43b34 /Master/texmf-dist/source/latex/disser/disser.dtx
parenta7430311b0a37cfcb0e8340745a04d2fae3294e3 (diff)
disser (19aug15)
git-svn-id: svn://tug.org/texlive/trunk@38162 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master/texmf-dist/source/latex/disser/disser.dtx')
-rw-r--r--Master/texmf-dist/source/latex/disser/disser.dtx20
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+}