summaryrefslogtreecommitdiff
path: root/Master/texmf-dist/source/latex/caption/caption2.dtx
diff options
context:
space:
mode:
Diffstat (limited to 'Master/texmf-dist/source/latex/caption/caption2.dtx')
-rw-r--r--Master/texmf-dist/source/latex/caption/caption2.dtx10
1 files changed, 5 insertions, 5 deletions
diff --git a/Master/texmf-dist/source/latex/caption/caption2.dtx b/Master/texmf-dist/source/latex/caption/caption2.dtx
index b6a52d38b00..8c8dde8c4b6 100644
--- a/Master/texmf-dist/source/latex/caption/caption2.dtx
+++ b/Master/texmf-dist/source/latex/caption/caption2.dtx
@@ -38,11 +38,11 @@
\setlength\parindent{0pt}
\setlength\parskip{\smallskipamount}
%
-\ifx\pdfoutput\undefined\else
- \ifcase\pdfoutput\else
- \usepackage{mathptmx,courier}
- \usepackage[scaled=0.90]{helvet}
- \fi
+\usepackage{ifpdf}
+\ifpdf
+ \usepackage{mathptmx,courier}
+ \usepackage[scaled=0.90]{helvet}
+% \addtolength\marginparwidth{15pt}
\fi
%
\usepackage{hypdoc}