texlive[72679] Master/texmf-dist: ysabeau (27oct24)

commits+karl at tug.org commits+karl at tug.org
Sun Oct 27 21:14:53 CET 2024


Revision: 72679
          https://tug.org/svn/texlive?view=revision&revision=72679
Author:   karl
Date:     2024-10-27 21:14:52 +0100 (Sun, 27 Oct 2024)
Log Message:
-----------
ysabeau (27oct24)

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-10-27 20:11:35 UTC (rev 72678)
+++ trunk/Master/texmf-dist/doc/fonts/ysabeau/README	2024-10-27 20:14:52 UTC (rev 72679)
@@ -73,9 +73,10 @@
 
 muxkernel at gmail dot com
 
-Current version: 1.2 (2024/10/22)
+Current version: 1.3 (2024/10/26)
 
 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)

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-10-27 20:11:35 UTC (rev 72678)
+++ trunk/Master/texmf-dist/doc/fonts/ysabeau/ysabeau-doc-en.tex	2024-10-27 20:14:52 UTC (rev 72679)
@@ -247,8 +247,8 @@
 \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|\textsuperscript{}| & {} & \textsuperscript{1234567890} \\
+%\verb|\textsuperscript*{}| & {} & \textsuperscript*{1234567890} \\
 \bottomrule
 \end{tabular}
 \end{table}
@@ -290,18 +290,18 @@
 \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|\textsubscript{}| & {} & \textsubscript{1234567890} \\
+%\verb|\textsubscript*{}| & {} & \textsubscript*{1234567890} \\
 \bottomrule
 \end{tabular}
 \caption*{\textsc{Note:} denominators and inferiors are different: a\textde{1}\textinf{1}b.}
 \end{table}
 \def\solidus{{\fontencoding{TS1}\selectfont\char47}}
-\section{\texorpdfstring{\protect\textsuperscript*{Text}}{Text}\texorpdfstring{\protect\solidus}{\slash}\texorpdfstring{\protect\textsubscript*{fractions}}{fractions}}
+\section{\texorpdfstring{\protect\textsuperscript{Text}}{Text}\texorpdfstring{\protect\solidus}{\slash}\texorpdfstring{\protect\textsubscript{fractions}}{fractions}}
 \label{sec:fractions}
 \begin{table}[H]
 \centering
-\caption{\protect\textsuperscript*{Text}\solidus\protect\textsubscript*{fractions}}
+\caption{\protect\textsuperscript{Text}\solidus\protect\textsubscript{fractions}}
 \begin{tabular}{@{}ll@{}}
 \toprule
 Command or declaration & Render as \\

Modified: trunk/Master/texmf-dist/tex/latex/ysabeau/ysabeau.sty
===================================================================
--- trunk/Master/texmf-dist/tex/latex/ysabeau/ysabeau.sty	2024-10-27 20:11:35 UTC (rev 72678)
+++ trunk/Master/texmf-dist/tex/latex/ysabeau/ysabeau.sty	2024-10-27 20:14:52 UTC (rev 72679)
@@ -1,6 +1,6 @@
 \NeedsTeXFormat{LaTeX2e}
-\def\fileversion{1.2}
-\def\filedate{2024/10/22}
+\def\fileversion{1.3}
+\def\filedate{2024/10/26}
 \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.
@@ -183,14 +183,14 @@
     \let\textsu\textsup
     \let\textsuperior\textsup
     \let\supstyle\supfigures % Add by me
-    \let\@oldtextsuperscript\textsuperscript
-    \def\textsuperscript{\@ifstar\@oldtextsuperscript\textsup}
+    %\let\@oldtextsuperscript\textsuperscript % 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}%
         {\let\footnotemarkfont\normalfont}%
-        {\let\footnotemarkfont\ftntm at font}
-
+        {\let\footnotemarkfont\ftntm at font}        
+        
     \fa at naming@exception{figures}{{inferior}{proportional}}{Inf}
     \fa at naming@exception{figures}{{inferior}{tabular}}{Inf}
     \def\inffigures{\@nomath\inffigures
@@ -200,8 +200,8 @@
     \let\textin\textinf
     \let\textinferior\textinf
     \let\infstyle\inffigures % Add by me
-    \let\@oldtextsubscript\textsubscript
-    \def\textsubscript{\@ifstar\@oldtextsubscript\textinf}
+    %\let\@oldtextsubscript\textsubscript % clash with some serif fonts
+    %\def\textsubscript{\@ifstar\@oldtextsubscript\textinf} % clash with some serif fonts
 
     \fa at naming@exception{figures}{{numerators}{proportional}}{Numr}
     %\fa at naming@exception{figures}{{numerator}{proportional}}{Numr}



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