diff options
author | Karl Berry <karl@freefriends.org> | 2018-05-11 21:15:07 +0000 |
---|---|---|
committer | Karl Berry <karl@freefriends.org> | 2018-05-11 21:15:07 +0000 |
commit | 32b1581fb0ea8bf3a801d33788b735a1a4f3d297 (patch) | |
tree | 6061c98fb94f4209516d6fe144b6415423646fbc /Master/texmf-dist/tex/latex/dozenal | |
parent | 7398208350735657f9576bd2a63e946cef51ca64 (diff) |
dozenal (11may18)
git-svn-id: svn://tug.org/texlive/trunk@47680 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master/texmf-dist/tex/latex/dozenal')
-rw-r--r-- | Master/texmf-dist/tex/latex/dozenal/dozenal.sty | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/Master/texmf-dist/tex/latex/dozenal/dozenal.sty b/Master/texmf-dist/tex/latex/dozenal/dozenal.sty index ad4e3d77960..8938d214017 100644 --- a/Master/texmf-dist/tex/latex/dozenal/dozenal.sty +++ b/Master/texmf-dist/tex/latex/dozenal/dozenal.sty @@ -25,7 +25,7 @@ %% This work consists of the files listed in dozenalfilelist.txt. \NeedsTeXFormat{LaTeX2e}[1999/12/01] -\ProvidesPackage{dozenal}[2017/07/01 v7.1 support for dozenal fonts] +\ProvidesPackage{dozenal}[2018/05/11 v7.2 support for dozenal fonts] \RequirePackage{fixltx2e} \RequirePackage{xstring} \RequirePackage{ifpdf} @@ -80,8 +80,8 @@ dozchbx10 <12-> dozchbx12 }{} \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}% \newcommand\tally[1]{% |