summaryrefslogtreecommitdiff
path: root/Master/texmf-dist
diff options
context:
space:
mode:
authorKarl Berry <karl@freefriends.org>2021-11-08 23:18:42 +0000
committerKarl Berry <karl@freefriends.org>2021-11-08 23:18:42 +0000
commit024f8cca339174ed306a8adde6db0db667817e1e (patch)
tree139480063ac78e0b2ecf5207b928a974e292cbf6 /Master/texmf-dist
parentca1660fd2373f74ea7901e5170dffd72b5a784f4 (diff)
spbmark (9nov21)
git-svn-id: svn://tug.org/texlive/trunk@61000 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master/texmf-dist')
-rw-r--r--Master/texmf-dist/doc/latex/spbmark/spbmark.pdfbin67349 -> 67226 bytes
-rw-r--r--Master/texmf-dist/doc/latex/spbmark/spbmark.tex6
-rw-r--r--Master/texmf-dist/tex/latex/spbmark/spbmark.sty2
3 files changed, 4 insertions, 4 deletions
diff --git a/Master/texmf-dist/doc/latex/spbmark/spbmark.pdf b/Master/texmf-dist/doc/latex/spbmark/spbmark.pdf
index 519c8b8c3be..d7c6e29b4df 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 5d8bebe0533..0cd8b05ac74 100644
--- a/Master/texmf-dist/doc/latex/spbmark/spbmark.tex
+++ b/Master/texmf-dist/doc/latex/spbmark/spbmark.tex
@@ -6,8 +6,8 @@
{
package = spbmark,
title = the spbmark package,
- version = v1.1H,
- date = 2021/11/06,
+ version = v1.1I,
+ date = 2021/11/08,
authors = Qu Yi,
info = Customize superscript and subscript,
email = q1jx@foxmail.com,
@@ -76,7 +76,7 @@ The optional parameter \splitmeta{height}{depth} generally does not need to be u
The \meta{code} is used to format superscript and subscript, and can insert commands such as fonts or colors. The last command in the code can take an argument, which is either a superscript or a subscript.
-If you need to use the original definitions of \cs{textsuperscript}, \cs{textsubscript}, \cs{sp} and \cs{sb} after using the \option{newsupb} option, then you can use the following commands:
+If you need to use the original definitions of \cs{textsuperscript}, \cs{textsubscript}, \cs{sp} and \cs{sb} after using the \option{text} or \option{math} option, then you can use the following commands:
\begin{commands}
\command{spb@textsuperscript@save}[\marg{content}]
Save the original definition of the \cs{textsuperscript} command, output superscript in the text.
diff --git a/Master/texmf-dist/tex/latex/spbmark/spbmark.sty b/Master/texmf-dist/tex/latex/spbmark/spbmark.sty
index 123bfb9c246..1a5baac0d2b 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,l3keys2e}
-\ProvidesExplPackage{spbmark}{2021/11/06}{1.1H}
+\ProvidesExplPackage{spbmark}{2021/11/08}{1.1I}
{Customize superscripts and subscripts}
\cs_new_protected:Npn \spb_define:n { \keys_define:nn { ctex/style } }