diff options
author | Karl Berry <karl@freefriends.org> | 2024-11-08 22:10:37 +0000 |
---|---|---|
committer | Karl Berry <karl@freefriends.org> | 2024-11-08 22:10:37 +0000 |
commit | b5ae9de33699431c32bf372b49369f4a5a5142bf (patch) | |
tree | 36f398aefcc2d36998a261718267e4995affcf3d /Master/texmf-dist/doc/fonts/ysabeau | |
parent | f424219826274dab97860163e1a374d42e32172d (diff) |
ysabeau (8nov24)
git-svn-id: svn://tug.org/texlive/trunk@72800 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master/texmf-dist/doc/fonts/ysabeau')
-rw-r--r-- | Master/texmf-dist/doc/fonts/ysabeau/README | 5 | ||||
-rw-r--r-- | Master/texmf-dist/doc/fonts/ysabeau/ysabeau-doc-en.pdf | bin | 760282 -> 760688 bytes | |||
-rw-r--r-- | Master/texmf-dist/doc/fonts/ysabeau/ysabeau-doc-en.tex | 13 |
3 files changed, 13 insertions, 5 deletions
diff --git a/Master/texmf-dist/doc/fonts/ysabeau/README b/Master/texmf-dist/doc/fonts/ysabeau/README index ba0886a0566..414cc6b016e 100644 --- a/Master/texmf-dist/doc/fonts/ysabeau/README +++ b/Master/texmf-dist/doc/fonts/ysabeau/README @@ -51,11 +51,12 @@ This package is maintained by Noel Merino Hernández muxkernel at gmail dot com -Current version: 1.4 (2024/11/05) +Current version: 1.5 (2024/11/06) History versions: 1.1: Initial release (2024/01/31) 1.2: Add oldstylenums command and update doc (2024/10/22) -1.3: Remove starred forms of textsuperscript and textsubscript commands (thanks Sebastian Wasiuta) +1.3: Remove starred forms of textsuperscript and textsubscript commands 1.4: Added some new commands for figures: liningnums, tabularliningnums and tabularoldstylenums. textsuperscript and textsubscript commands were removed (2024/11/05) +1.5: Restore starred and unstarred forms of textsuperscript and textsubscript commands. This fix repairs footnotemarkers in footnotes (2024/11/06) diff --git a/Master/texmf-dist/doc/fonts/ysabeau/ysabeau-doc-en.pdf b/Master/texmf-dist/doc/fonts/ysabeau/ysabeau-doc-en.pdf Binary files differindex 16afaea9ac7..0d305d8f20e 100644 --- a/Master/texmf-dist/doc/fonts/ysabeau/ysabeau-doc-en.pdf +++ b/Master/texmf-dist/doc/fonts/ysabeau/ysabeau-doc-en.pdf diff --git a/Master/texmf-dist/doc/fonts/ysabeau/ysabeau-doc-en.tex b/Master/texmf-dist/doc/fonts/ysabeau/ysabeau-doc-en.tex index 9d3c81f4c15..0d224707996 100644 --- a/Master/texmf-dist/doc/fonts/ysabeau/ysabeau-doc-en.tex +++ b/Master/texmf-dist/doc/fonts/ysabeau/ysabeau-doc-en.tex @@ -51,7 +51,7 @@ factor=1000,stretch=20,shrink=20]{microtype} % TABLES \usepackage{longtable,booktabs} -\usepackage[font=small]{caption} +\usepackage[font=footnotesize]{caption} \usepackage{float} % LISTS @@ -251,6 +251,11 @@ Command & Declarations & Render as \\ \verb|\textsup{}| & \verb|\supfigures| or \verb|\supstyle| & \textsup{1234567890} \\ \verb|\textsuperior{}| & \verb|\supfigures| or \verb|\supstyle| & \textsuperior{1234567890} \\ \verb|\supscript{}| & \verb|\supfigures| or \verb|\supstyle| & \supscript{1234567890} \\ +\verb|\textsuperscript{}| & {} & \textsuperscript{1234567890} \\ +\verb|\textsuperscript*{}| & {} & \textsuperscript*{1234567890} \\ + + + \bottomrule \end{tabular} \end{table} @@ -293,16 +298,18 @@ Command & Declarations & Render as \\ \verb|\textinf{}| & \verb|\inffigures| or \verb|\infstyle| & \textinf{1234567890} \\ \verb|\textinferior{}| & \verb|\inffigures| or \verb|\infstyle| & \textinferior{1234567890} \\ \verb|\subscript{}| & \verb|\inffigures| or \verb|\infstyle| & \subscript{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 \\ |