texlive[58559] Master/texmf-dist: addfont (20mar21)

commits+karl at tug.org commits+karl at tug.org
Sat Mar 20 23:19:09 CET 2021


Revision: 58559
          http://tug.org/svn/texlive?view=revision&revision=58559
Author:   karl
Date:     2021-03-20 23:19:08 +0100 (Sat, 20 Mar 2021)
Log Message:
-----------
addfont (20mar21)

Modified Paths:
--------------
    trunk/Master/texmf-dist/doc/latex/addfont/README
    trunk/Master/texmf-dist/doc/latex/addfont/addfont.pdf
    trunk/Master/texmf-dist/doc/latex/addfont/addfont.tex
    trunk/Master/texmf-dist/tex/latex/addfont/addfont.sty

Modified: trunk/Master/texmf-dist/doc/latex/addfont/README
===================================================================
--- trunk/Master/texmf-dist/doc/latex/addfont/README	2021-03-20 22:18:49 UTC (rev 58558)
+++ trunk/Master/texmf-dist/doc/latex/addfont/README	2021-03-20 22:19:08 UTC (rev 58559)
@@ -1,5 +1,7 @@
-addfont is copyright 2016 (c) Palle Jørgensen.
+addfont is copyright 2016-21 (c) Palle Jørgensen.
 
+Version 1.1-
+
 addfont is intended for use by users who know about fonts. It is a
 quick-fix for fonts which does not have genuine LaTeX support. It is
 not meant as a replacement of the LaTeX font definition files.
@@ -9,4 +11,5 @@
 usual LaTeX size selection. Using this package still requires some
 knowledge on how to use fonts with LaTeX.
 
-The license of addfont is GNU General Public License, version 3.
+The license of addfont is GNU General Public License, version 3 or
+later.

Modified: trunk/Master/texmf-dist/doc/latex/addfont/addfont.pdf
===================================================================
(Binary files differ)

Modified: trunk/Master/texmf-dist/doc/latex/addfont/addfont.tex
===================================================================
--- trunk/Master/texmf-dist/doc/latex/addfont/addfont.tex	2021-03-20 22:18:49 UTC (rev 58558)
+++ trunk/Master/texmf-dist/doc/latex/addfont/addfont.tex	2021-03-20 22:19:08 UTC (rev 58559)
@@ -1,4 +1,4 @@
-% Copyright 2016 (c) Palle Joergensen
+% Copyright 2016-21 (c) Palle Joergensen
 %
 % This file is part of addfont.
 
@@ -5,7 +5,7 @@
 % addfont is free software: you can redistribute it and/or modify it
 % under the terms of the GNU General Public License as published by
 % the Free Software Foundation, either version 3 of the License, or
-% (at your option) any later version.
+% (at your option) any later version
 
 % addfont is distributed in the hope that it will be useful, but
 % WITHOUT ANY WARRANTY; without even the implied warranty of
@@ -26,6 +26,7 @@
 \lstset{language={[latex]tex},frame=single,morekeywords={addfont,addshape,*}}
 \addfont[1.2][\hyphenchar\font-1]{OT1}{cmtt5}{\cmtt}
 \addfont{OT1}{cmr5}{\cmr} \addshape{m}{it}{cmti5}
+\date{Version 1.1, \today}
 
 \begin{document}
 \maketitle
@@ -171,7 +172,7 @@
 \label{sec:license}
 
 \texttt{addfont} i copyright \textcopyright\ Palle Jørgensen,
-\the\year.
+2016-21
 
 \texttt{addfont} is free software: you can redistribute it and/or
 modify it under the terms of the GNU General Public License as

Modified: trunk/Master/texmf-dist/tex/latex/addfont/addfont.sty
===================================================================
--- trunk/Master/texmf-dist/tex/latex/addfont/addfont.sty	2021-03-20 22:18:49 UTC (rev 58558)
+++ trunk/Master/texmf-dist/tex/latex/addfont/addfont.sty	2021-03-20 22:19:08 UTC (rev 58559)
@@ -1,4 +1,4 @@
-% Copyright 2016 (c) Palle Joergensen
+% Copyright 2016-21 (c) Palle Joergensen
 %
 % This file is part of addfont.
 %
@@ -15,21 +15,21 @@
 % You should have received a copy of the GNU General Public License
 % along with addfont. If not, see <http://www.gnu.org/licenses/>.
 \ProvidesPackage{addfont}%
-  [2016/09/01 v1.0 Easier usage of fonts without LaTeX support.]
+  [2021/03/20 v. 1.1 Easier usage of fonts without LaTeX support.]
 \newif\ifaddfont at fixed
 \addfont at fixedtrue
 \RequirePackage{twoopt}
 \RequirePackage{ifthen}
-\newcommandtwoopt*\addfont at all[5][][]{% scale, sel-cmd, enc, font, cmd
+\newcommandtwoopt*\addfont at all[5][][]{% #1:scale, #2:sel-cmd, #3:enc, #4:family/font, #5:cmd
   \addfont at fixedfalse
   \def\addfont at latestencoding{#3}%
   \def\addfont at latestfamily{#4}%
   \ifthenelse{\equal{#1}{\@empty}}{\let\addfont at latestscale\@empty}{\def\addfont at latestscale{s*[#1]}}
   \DeclareFontFamily{#3}{#4}{#2}%
-  \DeclareFontShape{#3}{#4}{m}{n}{<->#3}{}%
+  \DeclareFontShape{#3}{#4}{m}{n}{<->#4}{}%
   \def#5{\fontencoding{#3}\fontfamily{#4}\mdseries\upshape}}
 
-\newcommandtwoopt*\addfont at fixed[5][][]{% scale, sel-cmd, enc, font, cmd
+\newcommandtwoopt*\addfont at fixed[5][][]{% #1:scale, #2:sel-cmd, #3:enc, #4:font, #5:cmd
   \addfont at fixedtrue
   \def\addfont at latestencoding{#3}%
   \def\addfont at latestfamily{#4}%



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