diff options
author | Karl Berry <karl@freefriends.org> | 2017-07-02 21:13:18 +0000 |
---|---|---|
committer | Karl Berry <karl@freefriends.org> | 2017-07-02 21:13:18 +0000 |
commit | d79b225e640990e67c41ed4a3631350e84d05a0e (patch) | |
tree | d26e01efc631ea8d62234592f0b9f2f463872f42 /Master/texmf-dist/source/fonts | |
parent | 98dac22121d463e4db8e01b73255879d1825628e (diff) |
dozenal (2jul17)
git-svn-id: svn://tug.org/texlive/trunk@44740 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master/texmf-dist/source/fonts')
-rw-r--r-- | Master/texmf-dist/source/fonts/dozenal/dozenal.dtx | 13 |
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} |