texlive[71768] Master/texmf-dist: spbmark (10jul24)
commits+karl at tug.org
commits+karl at tug.org
Wed Jul 10 22:44:20 CEST 2024
Revision: 71768
https://tug.org/svn/texlive?view=revision&revision=71768
Author: karl
Date: 2024-07-10 22:44:20 +0200 (Wed, 10 Jul 2024)
Log Message:
-----------
spbmark (10jul24)
Modified Paths:
--------------
trunk/Master/texmf-dist/doc/latex/spbmark/README.md
trunk/Master/texmf-dist/doc/latex/spbmark/spbmark.pdf
trunk/Master/texmf-dist/doc/latex/spbmark/spbmark.tex
trunk/Master/texmf-dist/tex/latex/spbmark/spbmark.sty
Modified: trunk/Master/texmf-dist/doc/latex/spbmark/README.md
===================================================================
--- trunk/Master/texmf-dist/doc/latex/spbmark/README.md 2024-07-10 20:44:11 UTC (rev 71767)
+++ trunk/Master/texmf-dist/doc/latex/spbmark/README.md 2024-07-10 20:44:20 UTC (rev 71768)
@@ -1,5 +1,5 @@
# The `spbmark` package
-Customize superscripts and subscripts (v1.46l)
+Customize superscripts and subscripts (v1.46m)
## Abstract
`spbmark` provides three commands `\super`, `\sub` and `\supersub` to improve the layout of superscripts and subscripts which can be adjusted the relative position and format, and can be used in text and math mode.
Modified: trunk/Master/texmf-dist/doc/latex/spbmark/spbmark.pdf
===================================================================
(Binary files differ)
Modified: trunk/Master/texmf-dist/doc/latex/spbmark/spbmark.tex
===================================================================
--- trunk/Master/texmf-dist/doc/latex/spbmark/spbmark.tex 2024-07-10 20:44:11 UTC (rev 71767)
+++ trunk/Master/texmf-dist/doc/latex/spbmark/spbmark.tex 2024-07-10 20:44:20 UTC (rev 71768)
@@ -7,8 +7,8 @@
\setcnltx
{
package = spbmark,
- version = v1.46l,
- date = 2024/07/04,
+ version = v1.46m,
+ date = 2024/07/10,
authors = Qu Yi,
info = Customize superscripts and subscripts,
email = toquyi at 163.com,
@@ -316,6 +316,5 @@
\end{version}
\end{changelog}
\nocite{*}
-% \AddToHook{cmd/printindex/before}{\clearpage}
\end{document}
\ No newline at end of file
Modified: trunk/Master/texmf-dist/tex/latex/spbmark/spbmark.sty
===================================================================
--- trunk/Master/texmf-dist/tex/latex/spbmark/spbmark.sty 2024-07-10 20:44:11 UTC (rev 71767)
+++ trunk/Master/texmf-dist/tex/latex/spbmark/spbmark.sty 2024-07-10 20:44:20 UTC (rev 71768)
@@ -9,7 +9,7 @@
% https://creativecommons.org/licenses/by/4.0/legalcode
\NeedsTeXFormat{LaTeX2e}[2018/12/31]
\RequirePackage{xparse}
-\ProvidesExplPackage{spbmark}{2024/07/04}{1.46l}
+\ProvidesExplPackage{spbmark}{2024/07/10}{1.46m}
{Customize superscripts and subscripts}
\cs_generate_variant:Nn \box_set_ht:Nn { cv }
@@ -34,15 +34,13 @@
\cs_set_eq:NN \spbset \spb_set:n
\cs_new_protected:Npn \spb_mark_core_set_trad:n #1
{
- \cs_set:cpn { spb at text#1script at core }
- { \use:c { spb at text#1script at save } }
- \cs_set:cpn { spb at math@#1 at core }
- { \use:c { spb at math@#1 at save } }
+ \cs_set_eq:cc { spb at text#1script at core } { spb at text#1script at save }
+ \cs_set_eq:cc { spb at math@#1 at core } { spb at math@#1 at save }
}
\cs_new_protected:Npn \spb_mark_core_set_none:n #1
{
- \cs_set:cpn { spb at text#1script at core } { \relax }
- \cs_set:cpn { spb at math@#1 at core } { \relax }
+ \cs_set_eq:cN { spb at text#1script at core } \use:n
+ \cs_set_eq:cN { spb at math@#1 at core } \use:n
}
\keys_define:nn { spbmark/option }
More information about the tex-live-commits
mailing list.