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.dtx12
1 files changed, 6 insertions, 6 deletions
diff --git a/Master/texmf-dist/source/fonts/dozenal/dozenal.dtx b/Master/texmf-dist/source/fonts/dozenal/dozenal.dtx
index 6493d4f3199..05b8716de73 100644
--- a/Master/texmf-dist/source/fonts/dozenal/dozenal.dtx
+++ b/Master/texmf-dist/source/fonts/dozenal/dozenal.dtx
@@ -4,7 +4,7 @@
% and to the Immaculate Heart of Mary for their prayers, and
% to the Sacred Heart of Jesus for His mercy.
%
-% This document is copyright 2008 by Donald P. Goodman, and is
+% This document is copyright 2008-2018 by Donald P. Goodman, and is
% released publicly under the LaTeX Project Public License. The
% distribution and modification of this work is constrained by the
% conditions of that license. See
@@ -24,7 +24,7 @@
% \iffalse
%<package>\NeedsTeXFormat{LaTeX2e}[1999/12/01]
-%<package>\ProvidesPackage{dozenal}[2017/07/01 v7.1 support for dozenal fonts]
+%<package>\ProvidesPackage{dozenal}[2018/05/11 v7.2 support for dozenal fonts]
%<*driver>
\documentclass{ltxdoc}
@@ -54,7 +54,7 @@
\end{document}
%</driver>
% \fi
-% \title{The \texttt{dozenal} Package, v7.1}
+% \title{The \texttt{dozenal} Package, v7.2}
% \author{Donald P.\ Goodman III}
% \date{\today}
%
@@ -591,7 +591,7 @@
% \label{sect:code}
%
% Make sure that we have |fixltx2e| loaded, so that the
-% |\TextorMath| magic will work. Also, as of v6.0, we also
+% |\TextOrMath| magic will work. Also, as of v6.0, we also
% require |xstring| to use |\IfStrEq| in the number-to-word
% code.
% \begin{macrocode}
@@ -680,8 +680,8 @@
\def\doz#1{{\fontfamily{dozch}\fontencoding{OT1}\selectfont #1}}%
\DeclareSymbolFont{dozens}{OT1}{dozch}{m}{n}
\fi%
-\newcommand\x{\TextOrMath{\protect\doz{{X}}}{\doz@X}}%
-\newcommand\e{\TextOrMath{\protect\doz{{E}}}{\doz@E}}%
+\newcommand\x{\unexpanded{\TextOrMath{\protect\doz{{X}}}{\doz@X}}}%
+\newcommand\e{\unexpanded{\TextOrMath{\protect\doz{{E}}}{\doz@E}}}%
\DeclareMathSymbol{\doz@X}{\mathord}{dozens}{88}%
\DeclareMathSymbol{\doz@E}{\mathord}{dozens}{69}%
% \end{macrocode}