diff options
author | Karl Berry <karl@freefriends.org> | 2009-09-22 23:12:19 +0000 |
---|---|---|
committer | Karl Berry <karl@freefriends.org> | 2009-09-22 23:12:19 +0000 |
commit | de46b5f77bf1be619bbc385a2708563c6b760b64 (patch) | |
tree | d0a42d823c8b05aa9b70ab45537d337896b15c1d /Master/texmf-dist/source/latex/fonttable | |
parent | bf4ad04d2d2b2a023941978351308eeec0b042c5 (diff) |
fonttable update (22sep09)
git-svn-id: svn://tug.org/texlive/trunk@15427 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master/texmf-dist/source/latex/fonttable')
-rw-r--r-- | Master/texmf-dist/source/latex/fonttable/fonttable.dtx | 11 |
1 files changed, 7 insertions, 4 deletions
diff --git a/Master/texmf-dist/source/latex/fonttable/fonttable.dtx b/Master/texmf-dist/source/latex/fonttable/fonttable.dtx index 0fbc13f72b5..097a415bfa3 100644 --- a/Master/texmf-dist/source/latex/fonttable/fonttable.dtx +++ b/Master/texmf-dist/source/latex/fonttable/fonttable.dtx @@ -54,7 +54,7 @@ % % \fi % -% \CheckSum{913} +% \CheckSum{915} % % \DoNotIndex{\',\.,\@M,\@@input,\@addtoreset,\@arabic,\@badmath} % \DoNotIndex{\@centercr,\@cite} @@ -117,6 +117,7 @@ % \def\fileversion{v1.51} \def\filedate{2009/05/14} % \def\fileversion{v1.5b} \def\filedate{2009/09/02} % \def\fileversion{v1.5c} \def\filedate{2009/09/20} +% \def\fileversion{v1.5d} \def\filedate{2009/09/22} % \newcommand*{\Lpack}[1]{\textsf {#1}} ^^A typeset a package % \newcommand*{\Lopt}[1]{\textsf {#1}} ^^A typeset an option % \newcommand*{\file}[1]{\texttt {#1}} ^^A typeset a file @@ -434,7 +435,7 @@ % \begin{macrocode} %<*pack> \NeedsTeXFormat{LaTeX2e} -\ProvidesPackage{fonttable}[2009/09/20 v1.5c displays a font] +\ProvidesPackage{fonttable}[2009/09/22 v1.5d displays a font] % \end{macrocode} % @@ -797,9 +798,11 @@ % version but can cause havoc when used in a package! % \changes{v1.3}{2009/04/30}{Replaced redefinition of \cs{:} by \cs{f@tpsg}} % \changes{v1.5c}{2009/09/20}{\cs{renewcommand}\cs{f@tpsg} instead (props Michael Niedermair)} +% \changes{v1.5d}{2009/09/22}{Fix the bug for real this time} % \begin{macrocode} +\newcommand*\f@tpsg{} \newcommand*{\nodecimals}{% - \newcommand*{\f@tpsg}{% + \renewcommand*\f@tpsg{% \setbox0=\hbox{\char\f@tn}% \ifdim\ht0>7.5pt\f@treposition \else\ifdim\dp0>2.5pt\f@treposition\fi\fi @@ -810,7 +813,7 @@ % % \begin{macrocode} \newcommand{\decimals}{% - \renewcommand*{\f@tpsg}{% + \renewcommand*\f@tpsg{% \setbox0=\hbox{\char\f@tn\,\rlap{\tiny \the\f@tn}}% \ifdim\ht0>7.5pt\f@treposition \else\ifdim\dp0>2.5pt\f@treposition\fi\fi |