texlive[72775] Master/texmf-dist: ysabeau (5nov24)

commits+karl at tug.org commits+karl at tug.org
Tue Nov 5 21:24:21 CET 2024


Revision: 72775
          https://tug.org/svn/texlive?view=revision&revision=72775
Author:   karl
Date:     2024-11-05 21:24:21 +0100 (Tue, 05 Nov 2024)
Log Message:
-----------
ysabeau (5nov24)

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

Modified: trunk/Master/texmf-dist/doc/fonts/ysabeau/README
===================================================================
--- trunk/Master/texmf-dist/doc/fonts/ysabeau/README	2024-11-05 20:20:23 UTC (rev 72774)
+++ trunk/Master/texmf-dist/doc/fonts/ysabeau/README	2024-11-05 20:24:21 UTC (rev 72775)
@@ -1,18 +1,8 @@
 README for Ysabeau font package.
 
-Ysabeau is a free type family developed
-by Christian Thalmann (Catharsis Fonts).
-It combines the time-honored and supremely 
-readable letterforms of the Garamond legacy
-with the clean crispness of a low-contrast
-sans serif, rendering it well suited for
-body copy as well as display. Designed from
-scratch in the comercial font editor Glyphs,
-the typeface was later distributed under SIL
-open font license.
+Ysabeau is a free type family developed by Christian Thalmann (Catharsis Fonts). It combines the time-honored and supremely readable letterforms of the Garamond legacy with the clean crispness of a low-contrast sans serif, rendering it well suited for body copy as well as display. Designed from scratch in the comercial font editor Glyphs, the typeface was later distributed under SIL open font license.
 
-This package provides LaTeX font support for
-traditional TeX engines (pdftex, dvips, on so on).
+This package provides LaTeX font support for traditional TeX engines (pdftex, dvips, on so on).
 
 To use Ysabeau font, just add the line
 
@@ -53,30 +43,19 @@
 Lining nums (Lining and Tabular)
 Oldtyle nums (Lining and Tabular)
 
-Additional commands and declarations are provided
-for local use. Read the user manual guide (PDF file)
-for more details. The Ysabeau fonts were created to
-Adobe PostScript (type1) using otftotfm; LaTeX files
-support were created with autoinst by Marc Penninga,
-wrapper of LCDF TypeTools suite by Eddie Kohler.
+Additional commands and declarations are provided for local use. Read the user manual guide (PDF file) for more details. The Ysabeau fonts were created to Adobe PostScript (type1) using otftotfm; LaTeX files support were created with autoinst by Marc Penninga, wrapper of LCDF TypeTools suite by Eddie Kohler.
 
-The Ysabeau fonts are distributed under sil open
-font license, version 1.1. A verbatim of this license
-can be found in doc folder. The LaTeX files support
-are Public Domain. This document is licensed under
-What The Fuck You Want To Public License (WTFPL),
-version 2 or later. A verbatim of this license can be
-found in doc folder. For a detailed information about
-this license, visit http://www.wtfpl.net/about
+The Ysabeau fonts are distributed under SIL open font license, version 1.1. A verbatim of this license can be found in doc folder. The LaTeX files support are Public Domain. This document is licensed under What The Fuck You Want To Public License (WTFPL), version 2 or later. A verbatim of this license can be found in doc folder. For a detailed information about this license, visit http://www.wtfpl.net/about
 
 This package is maintained by Noel Merino Hernández
 
 muxkernel at gmail dot com
 
-Current version: 1.3 (2024/10/26)
+Current version: 1.4 (2024/11/05)
 
 History versions:
 
 1.1: Initial release (2024/01/31)
 1.2: Add oldstylenums command and update doc (2024/10/22)
-1.3: Remove stared forms of textsuperscript and textsubscript commands (thanks Sebastian Wasiuta)
+1.3: Remove starred forms of textsuperscript and textsubscript commands (thanks Sebastian Wasiuta)
+1.4: Added some new commands for figures: liningnums, tabularliningnums and tabularoldstylenums. textsuperscript and textsubscript commands were removed (2024/11/05)

Modified: trunk/Master/texmf-dist/doc/fonts/ysabeau/ysabeau-doc-en.pdf
===================================================================
(Binary files differ)

Modified: trunk/Master/texmf-dist/doc/fonts/ysabeau/ysabeau-doc-en.tex
===================================================================
--- trunk/Master/texmf-dist/doc/fonts/ysabeau/ysabeau-doc-en.tex	2024-11-05 20:20:23 UTC (rev 72774)
+++ trunk/Master/texmf-dist/doc/fonts/ysabeau/ysabeau-doc-en.tex	2024-11-05 20:24:21 UTC (rev 72775)
@@ -8,7 +8,7 @@
 
 \usepackage[T2C,T2B,T2A,LGR,TS1,T1]{fontenc}
 
-% SYMBOLS
+% SÍMBOLOS
 
 \usepackage[full]{textcomp}
 
@@ -227,11 +227,14 @@
 \toprule
 Command & Declaration & Render as \\
 \midrule
-\verb|\textlf{}| & \verb|\lfstyle| & {\lfstyle 1234567890} \\ 
+\verb|\textlf{}| & \verb|\lfstyle| & {\lfstyle 1234567890} \\
+\verb|\liningnums{}| & \verb|\lfstyle| & \liningnums{1234567890} \\
 \verb|\texttlf{}| & \verb|\tlfstyle| & {\tlfstyle 1234567890} \\
+\verb|\tabularliningnums{}| & \verb|\tlfstyle| & \tabularliningnums{1234567890} \\
 \verb|\textosf{}| & \verb|\osfstyle| & {\osfstyle 1234567890} \\
 \verb|\oldstylenums{}| & \verb|\osfstyle| & \oldstylenums{1234567890} \\
 \verb|\texttosf{}| & \verb|\tosfstyle| & {\tosfstyle 1234567890} \\
+\verb|\tabularoldstylenums{}| & \verb|\tosfstyle| & \tabularoldstylenums{1234567890} \\
 \bottomrule
 \end{tabular}
 \label{tab:figures}
@@ -247,8 +250,7 @@
 \verb|\textsu{}| & \verb|\supfigures| or \verb|\supstyle| & \textsu{1234567890} \\
 \verb|\textsup{}| & \verb|\supfigures| or \verb|\supstyle| & \textsup{1234567890} \\
 \verb|\textsuperior{}| & \verb|\supfigures| or \verb|\supstyle| & \textsuperior{1234567890} \\
-%\verb|\textsuperscript{}| & {} & \textsuperscript{1234567890} \\
-%\verb|\textsuperscript*{}| & {} & \textsuperscript*{1234567890} \\
+\verb|\supscript{}| & \verb|\supfigures| or \verb|\supstyle| & \supscript{1234567890} \\
 \bottomrule
 \end{tabular}
 \end{table}
@@ -290,8 +292,7 @@
 \midrule
 \verb|\textinf{}| & \verb|\inffigures| or \verb|\infstyle| & \textinf{1234567890} \\
 \verb|\textinferior{}| & \verb|\inffigures| or \verb|\infstyle| & \textinferior{1234567890} \\
-%\verb|\textsubscript{}| & {} & \textsubscript{1234567890} \\
-%\verb|\textsubscript*{}| & {} & \textsubscript*{1234567890} \\
+\verb|\subscript{}| & \verb|\inffigures| or \verb|\infstyle| & \subscript{1234567890} \\
 \bottomrule
 \end{tabular}
 \caption*{\textsc{Note:} denominators and inferiors are different: a\textde{1}\textinf{1}b.}

Modified: trunk/Master/texmf-dist/tex/latex/ysabeau/ysabeau.sty
===================================================================
--- trunk/Master/texmf-dist/tex/latex/ysabeau/ysabeau.sty	2024-11-05 20:20:23 UTC (rev 72774)
+++ trunk/Master/texmf-dist/tex/latex/ysabeau/ysabeau.sty	2024-11-05 20:24:21 UTC (rev 72775)
@@ -1,6 +1,6 @@
 \NeedsTeXFormat{LaTeX2e}
-\def\fileversion{1.3}
-\def\filedate{2024/10/26}
+\def\fileversion{1.4}
+\def\filedate{2024/11/05}
 \ProvidesPackage{ysabeau}[\filedate\space v\fileversion\space Ysabeau fonts for LaTeX (NMH).]
 
 % Large portions of code was stolen from Michael Sharpe (cochineal.sty). Credits for him.
@@ -136,19 +136,22 @@
   \@nomath\lfstyle\relax
   \fontfamily{Ysabeau-LF}\selectfont %
 }% Lining Figures
+\let\liningnums\lfstyle % Added 2024/11/05
 \DeclareRobustCommand{\tlfstyle}{%
   \@nomath\tlfstyle\relax
   \fontfamily{Ysabeau-TLF}\selectfont %
 }% Tabular Lining Figures
+\let\tabularliningnums\tlfstyle % Added 2024/11/05
 \DeclareRobustCommand{\osfstyle}{%
   \@nomath\osfstyle\relax
   \fontfamily{Ysabeau-OsF}\selectfont %
 }% Oldstyle Figures
-\let\oldstylenums\osfstyle % Added 2024/10/22
+\let\oldstylenums\osfstyle % Added 2024/11/05
 \DeclareRobustCommand{\tosfstyle}{%
   \@nomath\tosfstyle\relax
   \fontfamily{Ysabeau-TOsF}\selectfont %
 }% Tabular Oldstyle Figures
+\let\tabularoldstylenums\tosfstyle % Added 2024/11/05
 \DeclareRobustCommand{\textlf}[1]{%
   {\lfstyle #1}%
 }% Lining Figures
@@ -183,8 +186,9 @@
     \let\textsu\textsup
     \let\textsuperior\textsup
     \let\supstyle\supfigures % Add by me
+    \let\supscript\supfigures % Added 2024/11/05   
     %\let\@oldtextsuperscript\textsuperscript % clash with some serif fonts
-    %\def\textsuperscript{\@ifstar\@oldtextsuperscript\textsup} % clash with some serif fonts
+    %\def\textsuperscript{\@ifstar\@oldtextsuperscript\textsup} % clash with some serif fonts    
     \def\@makefnmark{%
         \mbox{\footnotemarkfont\textsuperscript{\@thefnmark}}}
     \@ifundefined{ftntm at font}%
@@ -200,6 +204,7 @@
     \let\textin\textinf
     \let\textinferior\textinf
     \let\infstyle\inffigures % Add by me
+    \let\subscript\inffigures % Added 2024/11/05
     %\let\@oldtextsubscript\textsubscript % clash with some serif fonts
     %\def\textsubscript{\@ifstar\@oldtextsubscript\textinf} % clash with some serif fonts
 



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