summaryrefslogtreecommitdiff
path: root/Master/texmf-dist/source/latex/disser/custom.dtx
diff options
context:
space:
mode:
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+}