From 28ceee86f87c2f6dc30500d0ab39fe47a93ee24d Mon Sep 17 00:00:00 2001 From: Karl Berry Date: Mon, 19 Sep 2011 23:50:53 +0000 Subject: disser (19sep11) git-svn-id: svn://tug.org/texlive/trunk@24029 c570f23f-e606-0410-a88d-b1316a301751 --- Master/texmf-dist/tex/latex/disser/candidate.rtx | 2 +- Master/texmf-dist/tex/latex/disser/disser.cls | 23 ++++++++++++++--------- Master/texmf-dist/tex/latex/disser/doctor.rtx | 2 +- Master/texmf-dist/tex/latex/disser/gost732.cls | 2 +- 4 files changed, 17 insertions(+), 12 deletions(-) (limited to 'Master/texmf-dist/tex/latex') diff --git a/Master/texmf-dist/tex/latex/disser/candidate.rtx b/Master/texmf-dist/tex/latex/disser/candidate.rtx index 673b0c1b42b..8a0a6dde30b 100644 --- a/Master/texmf-dist/tex/latex/disser/candidate.rtx +++ b/Master/texmf-dist/tex/latex/disser/candidate.rtx @@ -63,7 +63,7 @@ \vskip\firstskip \begin{flushright} \ifDis@classified\classify\fi - \asmanuscript + \asmanuscript\\ \ifDis@facsimile\facsimile\fi \ifDis@libcat\libcatname\ \@libcatnum\fi \end{flushright} diff --git a/Master/texmf-dist/tex/latex/disser/disser.cls b/Master/texmf-dist/tex/latex/disser/disser.cls index 0f11530d226..7eff6d5cf80 100644 --- a/Master/texmf-dist/tex/latex/disser/disser.cls +++ b/Master/texmf-dist/tex/latex/disser/disser.cls @@ -44,7 +44,7 @@ %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% \NeedsTeXFormat{LaTeX2e} -\ProvidesClass{disser}[2010/06/13 1.1.7 Document class for dissertations] +\ProvidesClass{disser}[2011/09/11 1.1.8 Document class for dissertations] \RequirePackage{kvoptions} @@ -491,7 +491,8 @@ \providecommand\chapterfont{\Large\bfseries} \providecommand\beforechapter{} \providecommand\afterchapter{\par\nobreak\vskip 20\p@} -\providecommand\chapterindent{0\p@} +\newlength{\chapterindent} +\setlength{\chapterindent}{0\p@} \newcommand*\chaptermark[1]{} @@ -1345,14 +1346,18 @@ \let\Eng=\English } \ifDis@mtpro - \AtBeginDocument{% - \IfFileExists{mtpro.sty}{ - \usepackage[subscriptcorrection,nofontinfo,boldalphabet]{mtpro} - }{ - \PackageWarning{disser}% - {Unable to find mtpro package. Font is unchanged.} + \AtBeginDocument{% + \IfFileExists{mtpro2.sty}{ + \usepackage[subscriptcorrection,nofontinfo]{mtpro2} + }{ + \IfFileExists{mtpro.sty}{ + \usepackage[subscriptcorrection,nofontinfo,boldalphabet]{mtpro} + }{ + \PackageWarning{disser}% + {Unable to find mtpro package. Font is unchanged.} + } + } } - } \else \AtEndOfPackage{% \IfFileExists{txfonts.sty}{ diff --git a/Master/texmf-dist/tex/latex/disser/doctor.rtx b/Master/texmf-dist/tex/latex/disser/doctor.rtx index 852faed2654..2aafc746afd 100644 --- a/Master/texmf-dist/tex/latex/disser/doctor.rtx +++ b/Master/texmf-dist/tex/latex/disser/doctor.rtx @@ -58,7 +58,7 @@ \vskip\firstskip\normalfont \begin{flushright} \ifDis@classified\classify\fi - \asmanuscript + \asmanuscript\\ \ifDis@facsimile\facsimile\fi \ifDis@libcat\libcatname\ \@libcatnum\fi \end{flushright} diff --git a/Master/texmf-dist/tex/latex/disser/gost732.cls b/Master/texmf-dist/tex/latex/disser/gost732.cls index f20f8dd3a29..93fe01b055d 100644 --- a/Master/texmf-dist/tex/latex/disser/gost732.cls +++ b/Master/texmf-dist/tex/latex/disser/gost732.cls @@ -32,7 +32,7 @@ %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% \NeedsTeXFormat{LaTeX2e}[1999/12/01] -\ProvidesClass{gost732}[2010/06/13 1.1.7 GOST 7.32-2001 implementation] +\ProvidesClass{gost732}[2011/09/11 1.1.8 GOST 7.32-2001 implementation] \DeclareOption*{\PassOptionsToClass{\CurrentOption}{disser}} \ProcessOptions\relax -- cgit v1.2.3