diff options
Diffstat (limited to 'Master/texmf-dist/tex/latex/disser/disser.cls')
-rw-r--r-- | Master/texmf-dist/tex/latex/disser/disser.cls | 24 |
1 files changed, 12 insertions, 12 deletions
diff --git a/Master/texmf-dist/tex/latex/disser/disser.cls b/Master/texmf-dist/tex/latex/disser/disser.cls index e7aa503146c..c76c0438dd7 100644 --- a/Master/texmf-dist/tex/latex/disser/disser.cls +++ b/Master/texmf-dist/tex/latex/disser/disser.cls @@ -287,7 +287,7 @@ \DeclareRobustCommand*\cal{\@fontswitch\relax\mathcal} \DeclareRobustCommand*\mit{\@fontswitch\relax\mathnormal} -\providecommand\disser@deflength[2]{\newlength{#1}\setlength{#1}{#2}} +\providecommand\Dis@deflength[2]{\newlength{#1}\setlength{#1}{#2}} \providecommand\ifundeflength[2]{% \ifx#1\undefined \newlength{#1}\setlength{#1}{#2} \else \relax \fi } @@ -295,10 +295,10 @@ \setlength\lineskip{1\p@} \setlength\normallineskip{1\p@} -\newcommand\disser@singlespacing {\renewcommand\baselinestretch{1}\normalsize} -\newcommand\disser@onehalfspacing{\renewcommand\baselinestretch{1.5}\normalsize} -\newcommand\disser@doublespacing {\renewcommand\baselinestretch{2}\normalsize} -\disser@onehalfspacing +\newcommand\Dis@singlespacing {\renewcommand\baselinestretch{1}\normalsize} +\newcommand\Dis@onehalfspacing{\renewcommand\baselinestretch{1.5}\normalsize} +\newcommand\Dis@doublespacing {\renewcommand\baselinestretch{2}\normalsize} +\Dis@onehalfspacing \setlength\parindent{5ex} @@ -899,10 +899,10 @@ \@endparpenalty -\@lowpenalty \@itempenalty -\@lowpenalty -\renewcommand\theenumi {\@arabic\c@enumi} -\renewcommand\theenumii {\disser@asbuk\c@enumii} -\renewcommand\theenumiii{\@roman\c@enumiii} -\renewcommand\theenumiv {\disser@Asbuk\c@enumiv} +\renewcommand\theenumi {\arabic{enumi}} +\renewcommand\theenumii {\asbuk{enumii}} +\renewcommand\theenumiii{\roman{enumiii}} +\renewcommand\theenumiv {\Asbuk{enumiv}} \newcommand\labelenumi {\theenumi.} \newcommand\labelenumii {\theenumii.} \newcommand\labelenumiii{\theenumiii.} @@ -927,8 +927,8 @@ \renewcommand\floatpagefraction{.5} \renewcommand\dbltopfraction{.7} \renewcommand\dblfloatpagefraction{.5} -\disser@deflength\abovecaptionskip{10\p@} -\disser@deflength\belowcaptionskip{0\p@} +\Dis@deflength\abovecaptionskip{10\p@} +\Dis@deflength\belowcaptionskip{0\p@} \newcommand\captionlabeldelim{.} \newcommand\captionfont{\small} \newcommand\captionlabelfont{\small\selectfont} @@ -981,7 +981,7 @@ \providecommand\prethefootnote{} \providecommand\postthefootnote{} \providecommand\prefootnote{\;} -\disser@deflength{\footnoteindent}{\parindent} +\Dis@deflength{\footnoteindent}{\parindent} \def\@makefnmark{\hbox{\prethefootnote% \@textsuperscript{\normalfont\@thefnmark}% |