summaryrefslogtreecommitdiff
path: root/Master/texmf-dist/doc/latex/spbmark
diff options
context:
space:
mode:
authorKarl Berry <karl@freefriends.org>2021-11-07 21:27:40 +0000
committerKarl Berry <karl@freefriends.org>2021-11-07 21:27:40 +0000
commit4515fa2482931c7a82579ed40e52d15cfcedcd16 (patch)
treeacee73260d30ed30c3c59a13e7fb269200048899 /Master/texmf-dist/doc/latex/spbmark
parent0f893e6ee10f3bf2950880f0eab645e4fe951988 (diff)
spbmark (7nov21)
git-svn-id: svn://tug.org/texlive/trunk@60989 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master/texmf-dist/doc/latex/spbmark')
-rw-r--r--Master/texmf-dist/doc/latex/spbmark/spbmark.pdfbin67381 -> 67349 bytes
-rw-r--r--Master/texmf-dist/doc/latex/spbmark/spbmark.tex23
2 files changed, 15 insertions, 8 deletions
diff --git a/Master/texmf-dist/doc/latex/spbmark/spbmark.pdf b/Master/texmf-dist/doc/latex/spbmark/spbmark.pdf
index 7c978d9362a..519c8b8c3be 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 967ebbd694c..5d8bebe0533 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.1G,
- date = 2021/10/30,
+ version = v1.1H,
+ date = 2021/11/06,
authors = Qu Yi,
info = Customize superscript and subscript,
email = q1jx@foxmail.com,
@@ -41,14 +41,21 @@
\section{Macro package options}
\label{sec:macro package options}
+The following macro package options will redefine the scripts commands of the \LaTeX{} kernel. If you do not specify the values of boolean options, they default to \code{true}.
\begin{options}
- \opt{ctex}\Default!
- This option works with the C\TeX{} document class used by simplified Chinese users, there's actually no functional change. Adding path \module*{style} to \cs*{ctexset} command, which is equivalent to using \cs{spbset}.
- \keychoice{newsupb}{text,math,foot,all}\Default
- \option{newsupb} is a compound option that can select multiple values and will redefine the scripts commands of the \LaTeX{} kernel. \code{text} stands for \cs{textsuperscript} and \cs{textsubscript} are equivalent to the \cs{super} and \cs{sub} commands. \code{math} indicates that \cs{sp} and \cs{sb} are equivalent to the \cs{super} and \cs{sub} commands. \code{foot} will make the format of the footnote mark match the superscript offsets and format of the \cs{spbset} global setting. \code{all} will selects all previous three values at the same time.
+ \keybool{text}\Default{false}
+ \cs{textsuperscript} and \cs{textsubscript} are equivalent to the \cs{super} and \cs{sub} commands.
+ \keybool{math}\Default{false}
+ \cs{sp} and \cs{sb} are equivalent to the \cs{super} and \cs{sub} commands.
+ \keybool{foot}\Default{false}
+ The format of the footnote mark match the superscript offsets and format of the \cs{spbset} global setting.
+ \opt{both}\Default!
+ The values of \option{text} and \option{math} two options are \code{true} at the same time.
+ \opt{all}\Default!
+ The values of \option{text}, \option{math} and \option{foot} three options are \code{true} at the same time.
\begin{example}[code-only]
- \usepackage[newsupb = {text,math,foot}]{spbmark}
- \usepackage[newsupb = all]{spbmark}
+ \usepackage[both]{spbmark}
+ \usepackage[text,foot = true]{spbmark}
\end{example}
\end{options}