summaryrefslogtreecommitdiff
path: root/Master/texmf-dist/source/latex/disser/custom.dtx
diff options
context:
space:
mode:
authorKarl Berry <karl@freefriends.org>2011-09-19 23:50:53 +0000
committerKarl Berry <karl@freefriends.org>2011-09-19 23:50:53 +0000
commit28ceee86f87c2f6dc30500d0ab39fe47a93ee24d (patch)
tree632b315aed9c9fa9809ff7c61a98b9263699c1ff /Master/texmf-dist/source/latex/disser/custom.dtx
parent982fd914e8a8280290bf497fc838067e08bae6f3 (diff)
disser (19sep11)
git-svn-id: svn://tug.org/texlive/trunk@24029 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master/texmf-dist/source/latex/disser/custom.dtx')
-rw-r--r--Master/texmf-dist/source/latex/disser/custom.dtx18
1 files changed, 11 insertions, 7 deletions
diff --git a/Master/texmf-dist/source/latex/disser/custom.dtx b/Master/texmf-dist/source/latex/disser/custom.dtx
index c1ed00cde48..1d62e3e14ea 100644
--- a/Master/texmf-dist/source/latex/disser/custom.dtx
+++ b/Master/texmf-dist/source/latex/disser/custom.dtx
@@ -36,17 +36,21 @@
\let\Eng=\English
}
\ifDis@mtpro
- \AtBeginDocument{%
+ \AtBeginDocument{%
% \end{macrocode}
% \DescribePackage{mtpro}\index{Пакеты!\verb*+mtpro+}
% \begin{macrocode}
- \IfFileExists{mtpro.sty}{
- \usepackage[subscriptcorrection,nofontinfo,boldalphabet]{mtpro}
- }{
- \PackageWarning{disser}%
- {Unable to find mtpro package. Font is unchanged.}
+ \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
% \end{macrocode}
% \DescribePackage{txfonts}\index{Пакеты!\verb*+txfonts+}