summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorKarl Berry <karl@freefriends.org>2024-07-10 20:44:20 +0000
committerKarl Berry <karl@freefriends.org>2024-07-10 20:44:20 +0000
commitcc9d8d0b9421dfeb555a6b50c87a936befc52523 (patch)
tree0ab2f3af0b66a2f34d2ea65331ff5e88686d0a4a
parent3ff0031ac4ca9fa6ab6344dfb550bc4b0ef56641 (diff)
spbmark (10jul24)
git-svn-id: svn://tug.org/texlive/trunk@71768 c570f23f-e606-0410-a88d-b1316a301751
-rw-r--r--Master/texmf-dist/doc/latex/spbmark/README.md2
-rw-r--r--Master/texmf-dist/doc/latex/spbmark/spbmark.pdfbin92648 -> 92980 bytes
-rw-r--r--Master/texmf-dist/doc/latex/spbmark/spbmark.tex5
-rw-r--r--Master/texmf-dist/tex/latex/spbmark/spbmark.sty12
4 files changed, 8 insertions, 11 deletions
diff --git a/Master/texmf-dist/doc/latex/spbmark/README.md b/Master/texmf-dist/doc/latex/spbmark/README.md
index 510d3a365b7..0826a540bcf 100644
--- a/Master/texmf-dist/doc/latex/spbmark/README.md
+++ b/Master/texmf-dist/doc/latex/spbmark/README.md
@@ -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.
diff --git a/Master/texmf-dist/doc/latex/spbmark/spbmark.pdf b/Master/texmf-dist/doc/latex/spbmark/spbmark.pdf
index c1a96131147..dc82cf45776 100644
--- a/Master/texmf-dist/doc/latex/spbmark/spbmark.pdf
+++ b/Master/texmf-dist/doc/latex/spbmark/spbmark.pdf
Binary files differ
diff --git a/Master/texmf-dist/doc/latex/spbmark/spbmark.tex b/Master/texmf-dist/doc/latex/spbmark/spbmark.tex
index 6863c34e038..af31659b21c 100644
--- a/Master/texmf-dist/doc/latex/spbmark/spbmark.tex
+++ b/Master/texmf-dist/doc/latex/spbmark/spbmark.tex
@@ -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@163.com,
@@ -316,6 +316,5 @@ At present, the vertical and horizontal move are effective for the unit commands
\end{version}
\end{changelog}
\nocite{*}
-% \AddToHook{cmd/printindex/before}{\clearpage}
\end{document} \ No newline at end of file
diff --git a/Master/texmf-dist/tex/latex/spbmark/spbmark.sty b/Master/texmf-dist/tex/latex/spbmark/spbmark.sty
index 426e75dd7f2..cc4e450037f 100644
--- a/Master/texmf-dist/tex/latex/spbmark/spbmark.sty
+++ b/Master/texmf-dist/tex/latex/spbmark/spbmark.sty
@@ -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@text#1script@core }
- { \use:c { spb@text#1script@save } }
- \cs_set:cpn { spb@math@#1@core }
- { \use:c { spb@math@#1@save } }
+ \cs_set_eq:cc { spb@text#1script@core } { spb@text#1script@save }
+ \cs_set_eq:cc { spb@math@#1@core } { spb@math@#1@save }
}
\cs_new_protected:Npn \spb_mark_core_set_none:n #1
{
- \cs_set:cpn { spb@text#1script@core } { \relax }
- \cs_set:cpn { spb@math@#1@core } { \relax }
+ \cs_set_eq:cN { spb@text#1script@core } \use:n
+ \cs_set_eq:cN { spb@math@#1@core } \use:n
}
\keys_define:nn { spbmark/option }