summaryrefslogtreecommitdiff
path: root/Master/texmf-dist/source/fonts/dozenal/dozenal.dtx
diff options
context:
space:
mode:
Diffstat (limited to 'Master/texmf-dist/source/fonts/dozenal/dozenal.dtx')
-rw-r--r--Master/texmf-dist/source/fonts/dozenal/dozenal.dtx13
1 files changed, 10 insertions, 3 deletions
diff --git a/Master/texmf-dist/source/fonts/dozenal/dozenal.dtx b/Master/texmf-dist/source/fonts/dozenal/dozenal.dtx
index 1d9edc67e2d..6493d4f3199 100644
--- a/Master/texmf-dist/source/fonts/dozenal/dozenal.dtx
+++ b/Master/texmf-dist/source/fonts/dozenal/dozenal.dtx
@@ -24,7 +24,7 @@
% \iffalse
%<package>\NeedsTeXFormat{LaTeX2e}[1999/12/01]
-%<package>\ProvidesPackage{dozenal}[2015/01/29 v7.0 support for dozenal fonts]
+%<package>\ProvidesPackage{dozenal}[2017/07/01 v7.1 support for dozenal fonts]
%<*driver>
\documentclass{ltxdoc}
@@ -54,7 +54,7 @@
\end{document}
%</driver>
% \fi
-% \title{The \texttt{dozenal} Package, v7.0}
+% \title{The \texttt{dozenal} Package, v7.1}
% \author{Donald P.\ Goodman III}
% \date{\today}
%
@@ -599,9 +599,16 @@
\RequirePackage{xstring}
% \end{macrocode}
% Now we ensure that |ifpdf| is loaded, so that we can test
-% for pdf or dvi modes.
+% for pdf or dvi modes. We also make sure we have
+% |ifluatex|, so that |dozenal| won't choke when you use it
+% with the |typeone| option. We'll take care of the
+% |luatex| stuff right away, while we're at it:
% \begin{macrocode}
\RequirePackage{ifpdf}
+\RequirePackage{ifluatex}
+\ifluatex
+ \protected\def\pdfmapfile {\pdfextension mapfile }
+\fi
% \end{macrocode}
% We also require |mfirstuc|, because it's \emph{great}:
% \begin{macrocode}