texlive[74608] Master/texmf-dist: fonttable (13mar25)

commits+karl at tug.org commits+karl at tug.org
Thu Mar 13 20:39:49 CET 2025


Revision: 74608
          https://tug.org/svn/texlive?view=revision&revision=74608
Author:   karl
Date:     2025-03-13 20:39:49 +0100 (Thu, 13 Mar 2025)
Log Message:
-----------
fonttable (13mar25)

Modified Paths:
--------------
    trunk/Master/texmf-dist/doc/latex/fonttable/fonttable.pdf
    trunk/Master/texmf-dist/source/latex/fonttable/fonttable.dtx
    trunk/Master/texmf-dist/tex/latex/fonttable/fonttable.sty

Added Paths:
-----------
    trunk/Master/texmf-dist/doc/latex/fonttable/README.md

Removed Paths:
-------------
    trunk/Master/texmf-dist/doc/latex/fonttable/README

Deleted: trunk/Master/texmf-dist/doc/latex/fonttable/README
===================================================================
--- trunk/Master/texmf-dist/doc/latex/fonttable/README	2025-03-13 19:39:29 UTC (rev 74607)
+++ trunk/Master/texmf-dist/doc/latex/fonttable/README	2025-03-13 19:39:49 UTC (rev 74608)
@@ -1,83 +0,0 @@
-------------------------------------------------------------------
-The FONTTABLE package
-
-The fonttable package enables you to print a table of the characters
-in a font (a font table), and/or some example text, and/or individual
-glyphs in a variety of settings.
-
-This, in a package form, is a poor man's version of nfssfont.tex and
-testfont.tex.
-
-------------------------------------------------------------------
-Change History
-
-1.6c (2017/06/06) - Fix bug with fonts with `at' in their name
-1.6b (2011/02/13) - Fix bug with Spanish babel
-1.6  (2009/10/15)
-- New spacing behaviour of the decimal numbers, courtesy Peter Wilson
-
-1.5d (2009/09/22) - Fix the bug for real, this time
-1.5c (2009/09/20) - Bug fix with \nodecimals
-1.5b (2009/09/02) - New maintainer (Will Robertson)
-1.51 (2009/05/14)
-- Eliminated a clash with the babel package.
-- Described how to avoid a clash with the mftinc package.
-
-1.5  (2009/05/12) 
-- Added code providing a packaged version of Donald Knuth's
-  testfont.tex, principally as an aid for font designers in
-  testing their font.
-
-1.4  (2009/05/06) - Added a second method for specifying a font.
-1.3c (2009/04/30) - Fixed a major bug relating to redefining \:
-1.2  (2008/05/08) - Minor extensions providing more text examples
-1.1  (2006/10/02) - Minor extensions providing more text examples
-1.0a (2005/12/06) - Fixed bug preventing multiple unnumbered tables
-1.0  (2005/11/27) - First public release
-
-------------------------------------------------------------------
-
-  Author: Peter Wilson (Herries Press)
-  Maintainer: Will Robertson (will dot robertson at latex-project dot org)
-  Copyright 2005--2009 Peter R. Wilson
-  Copyright 2009--2011, 2017 Will Robertson
-
-  This work may be distributed and/or modified under the
-  conditions of the Latex Project Public License, either
-  version 1.3c of this license or (at your option) any
-  later version: <http://www.latex-project.org/lppl.txt>
-
-  This work has the LPPL maintenance status "maintained".
-  The Current Maintainer of this work is Will Robertson.
-
-  This work consists of the files:
-   - README (this file)
-   - fonttable.dtx
-   - fonttable.ins
-   - fonttable.pdf
-  and the derived file
-   - fonttable.sty
-
-------------------------------------------------------------------
-
-The distribution consists of the following files:
-
-- README (this file)
-- fonttable.dtx
-- fonttable.ins
-- fonttable.pdf
-
-To install the package:
-
-- To generate fonttable.sty run: 
-    tex fonttable.ins
-- Move fonttable.sty to a location where LaTeX will find it, for example:
-    /usr/local/texlive/texmf-local/tex/latex/fonttable.sty
-
-To manually generate the manual, run:
-
-    pdflatex fonttable.dtx
-    makeindex -s gind.ist fonttable.idx # optional
-    pdflatex fonttable.dtx
-
-------------------------------------------------------------------

Added: trunk/Master/texmf-dist/doc/latex/fonttable/README.md
===================================================================
--- trunk/Master/texmf-dist/doc/latex/fonttable/README.md	                        (rev 0)
+++ trunk/Master/texmf-dist/doc/latex/fonttable/README.md	2025-03-13 19:39:49 UTC (rev 74608)
@@ -0,0 +1,93 @@
+
+------------------------------------------------------------------
+The FONTTABLE package
+
+2025-03-12 v1.6d
+
+Issue tracker: https://github.com/LaTeX-Package-Repositories/herries-press/issues/
+
+Licence: LPPL https://www.latex-project.org/lppl.txt
+
+
+The fonttable package enables you to print a table of the characters
+in a font (a font table), and/or some example text, and/or individual
+glyphs in a variety of settings.
+
+This, in a package form, is a poor man's version of nfssfont.tex and
+testfont.tex.
+
+------------------------------------------------------------------
+Change History
+
+1.6d (2025/03/12) - Add \relax to terminate number issue #51
+1.6c (2017/06/06) - Fix bug with fonts with `at' in their name
+1.6b (2011/02/13) - Fix bug with Spanish babel
+1.6  (2009/10/15)
+- New spacing behaviour of the decimal numbers, courtesy Peter Wilson
+
+1.5d (2009/09/22) - Fix the bug for real, this time
+1.5c (2009/09/20) - Bug fix with \nodecimals
+1.5b (2009/09/02) - New maintainer (Will Robertson)
+1.51 (2009/05/14)
+- Eliminated a clash with the babel package.
+- Described how to avoid a clash with the mftinc package.
+
+1.5  (2009/05/12) 
+- Added code providing a packaged version of Donald Knuth's
+  testfont.tex, principally as an aid for font designers in
+  testing their font.
+
+1.4  (2009/05/06) - Added a second method for specifying a font.
+1.3c (2009/04/30) - Fixed a major bug relating to redefining \:
+1.2  (2008/05/08) - Minor extensions providing more text examples
+1.1  (2006/10/02) - Minor extensions providing more text examples
+1.0a (2005/12/06) - Fixed bug preventing multiple unnumbered tables
+1.0  (2005/11/27) - First public release
+
+------------------------------------------------------------------
+
+  Author: Peter Wilson (Herries Press)
+  Maintainer: Will Robertson (will dot robertson at latex-project dot org)
+  Copyright 2005--2009 Peter R. Wilson
+  Copyright 2009--2011, 2017 Will Robertson
+  Copyright 2025--  LaTeX Project
+
+  This work may be distributed and/or modified under the
+  conditions of the Latex Project Public License, either
+  version 1.3c of this license or (at your option) any
+  later version: <http://www.latex-project.org/lppl.txt>
+
+  This work has the LPPL maintenance status "maintained".
+  The Current Maintainer of this work is LaTeX Project Team.
+
+  This work consists of the files:
+   - README (this file)
+   - fonttable.dtx
+   - fonttable.ins
+   - fonttable.pdf
+  and the derived file
+   - fonttable.sty
+
+------------------------------------------------------------------
+
+The distribution consists of the following files:
+
+- README (this file)
+- fonttable.dtx
+- fonttable.ins
+- fonttable.pdf
+
+To install the package:
+
+- To generate fonttable.sty run: 
+    tex fonttable.ins
+- Move fonttable.sty to a location where LaTeX will find it, for example:
+    /usr/local/texlive/texmf-local/tex/latex/fonttable.sty
+
+To manually generate the manual, run:
+
+    pdflatex fonttable.dtx
+    makeindex -s gind.ist fonttable.idx # optional
+    pdflatex fonttable.dtx
+
+------------------------------------------------------------------


Property changes on: trunk/Master/texmf-dist/doc/latex/fonttable/README.md
___________________________________________________________________
Added: svn:eol-style
## -0,0 +1 ##
+native
\ No newline at end of property
Modified: trunk/Master/texmf-dist/doc/latex/fonttable/fonttable.pdf
===================================================================
(Binary files differ)

Modified: trunk/Master/texmf-dist/source/latex/fonttable/fonttable.dtx
===================================================================
--- trunk/Master/texmf-dist/source/latex/fonttable/fonttable.dtx	2025-03-13 19:39:29 UTC (rev 74607)
+++ trunk/Master/texmf-dist/source/latex/fonttable/fonttable.dtx	2025-03-13 19:39:49 UTC (rev 74608)
@@ -6,6 +6,7 @@
 %  Maintainer: Will Robertson (will dot robertson at latex-project dot org)
 %  Copyright 2005--2009 Peter R. Wilson
 %            2009--2011 Will Robertson
+%            2025--    LaTeX Project Team
 %
 %  This work may be distributed and/or modified under the
 %  conditions of the Latex Project Public License, either
@@ -13,7 +14,7 @@
 %  later version: <http://www.latex-project.org/lppl.txt>
 %
 %  This work has the LPPL maintenance status "maintained".
-%  The Current Maintainer of this work is Will Robertson.
+%  The Current Maintainer of this work is LaTeX Project Team.
 %
 %  This work consists of the files listed in the README file.
 %
@@ -23,7 +24,7 @@
 \ProvidesFile{fonttable.dtx}
 %</driver>
 %<*driver|pack>
-  [2017/06/06 v1.6c displays a font]
+  [2025-03-12 v1.6d displays a font]
 %</driver|pack>
 %
 %<*driver>
@@ -63,7 +64,6 @@
 %
 % \fi
 %
-% \CheckSum{945}
 %
 % \DoNotIndex{\',\.,\@M,\@@input,\@addtoreset,\@arabic,\@badmath}
 % \DoNotIndex{\@centercr,\@cite}
@@ -118,6 +118,7 @@
 % \changes{v1.6}{2009/10/15}{New spacing of the decimals from Peter Wilson}
 % \changes{v1.6b}{2011/02/13}{Fix bug with Spanish babel}
 % \changes{v1.6c}{2017/06/06}{Fix bug with fonts with `at' in their name}
+% \changes{v1.6d}{2025/03/12}{Missing relax (issue 51)}
 %
 % \newcommand*{\Lpack}[1]{\textsf {#1}}           ^^A typeset a package
 % \newcommand*{\Lopt}[1]{\textsf {#1}}            ^^A typeset an option
@@ -717,7 +718,7 @@
   \next}
 \newcommand*{\f at tevenlinenonum}{%
   \f at tloopforsixteen
-  \ifnum\f at tn=\f at thigh
+  \ifnum\f at tn=\f at thigh\relax
     \\\hline
   \else
     \\\hline

Modified: trunk/Master/texmf-dist/tex/latex/fonttable/fonttable.sty
===================================================================
--- trunk/Master/texmf-dist/tex/latex/fonttable/fonttable.sty	2025-03-13 19:39:29 UTC (rev 74607)
+++ trunk/Master/texmf-dist/tex/latex/fonttable/fonttable.sty	2025-03-13 19:39:49 UTC (rev 74608)
@@ -22,7 +22,7 @@
 %% ------------------------------------------------------------------
 \NeedsTeXFormat{LaTeX2e}
 \ProvidesPackage{fonttable}
-  [2017/06/06 v1.6c displays a font]
+  [2025-03-12 v1.6d displays a font]
 \providecommand*{\sevenrm}{\fontsize{7}{9pt}\rmfamily}
 \newcount\f at tm \newcount\f at tn \newcount\f at tp \newdimen\f at tdim
 
@@ -134,7 +134,7 @@
   \next}
 \newcommand*{\f at tevenlinenonum}{%
   \f at tloopforsixteen
-  \ifnum\f at tn=\f at thigh
+  \ifnum\f at tn=\f at thigh\relax
     \\\hline
   \else
     \\\hline



More information about the tex-live-commits mailing list.