summaryrefslogtreecommitdiff
path: root/macros/latex/contrib/spbmark
diff options
context:
space:
mode:
authorNorbert Preining <norbert@preining.info>2024-02-17 03:01:13 +0000
committerNorbert Preining <norbert@preining.info>2024-02-17 03:01:13 +0000
commit8886ad587a305595ce543a74b0fc779f0732a6e9 (patch)
tree25f6e576a52343cad4a3b56b2f669e09432211b8 /macros/latex/contrib/spbmark
parenta6e02d45ad0d10cfc3256fc91abe80d6228325a4 (diff)
CTAN sync 202402170301
Diffstat (limited to 'macros/latex/contrib/spbmark')
-rw-r--r--macros/latex/contrib/spbmark/spbmark.pdfbin93819 -> 93842 bytes
-rw-r--r--macros/latex/contrib/spbmark/spbmark.sty2
-rw-r--r--macros/latex/contrib/spbmark/spbmark.tex10
3 files changed, 6 insertions, 6 deletions
diff --git a/macros/latex/contrib/spbmark/spbmark.pdf b/macros/latex/contrib/spbmark/spbmark.pdf
index 2a9f56f6c2..2f512d8f75 100644
--- a/macros/latex/contrib/spbmark/spbmark.pdf
+++ b/macros/latex/contrib/spbmark/spbmark.pdf
Binary files differ
diff --git a/macros/latex/contrib/spbmark/spbmark.sty b/macros/latex/contrib/spbmark/spbmark.sty
index 41fa6ea8b1..117a0e167b 100644
--- a/macros/latex/contrib/spbmark/spbmark.sty
+++ b/macros/latex/contrib/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}{2024/02/13}{1.46d}
+\ProvidesExplPackage{spbmark}{2024/02/16}{1.46e}
{Customize superscripts and subscripts}
\cs_generate_variant:Nn \box_set_ht:Nn { cv }
diff --git a/macros/latex/contrib/spbmark/spbmark.tex b/macros/latex/contrib/spbmark/spbmark.tex
index 9fbf4962cf..3235237822 100644
--- a/macros/latex/contrib/spbmark/spbmark.tex
+++ b/macros/latex/contrib/spbmark/spbmark.tex
@@ -7,8 +7,8 @@
{
package = spbmark,
title = the spbmark package,
- version = v1.46d,
- date = 2024/02/13,
+ version = v1.46e,
+ date = 2024/02/16,
authors = Qu Yi,
info = Customize superscript and subscript,
email = toquyi@163.com,
@@ -163,8 +163,8 @@ The options common to \meta{kv list} of the three commands are as follows. They
\keyval{regex}{regular expression}\newtag%
After using the superscript or subscript command, this option is used to determine whether the \textcolor{red}{following} tokens match the \meta{regular expression}. If it does \textcolor{red}{not}, the width of the this marker returns to zero.
\begin{example}[code-only]
- \newcommand{\mysp}[2][]{\super[regex=\c{mysb},#2]{#1}}
- \newcommand{\mysb}[2][]{\sub[regex=\c{mysp},#2]{#1}}
+ \newcommand{\mysp}[2][]{\super[regex=\c{mysb},#1]{#2}}
+ \newcommand{\mysb}[2][]{\sub[regex=\c{mysp},#1]{#2}}
\end{example}
\end{options}
@@ -215,7 +215,7 @@ The following list of keys control the format both of superscript \emph{or} subs
After the subscript command is used, the regular expression rules of the following tokens are matched. See Section \ref{sec:user commands} for the meaning of this option.
\end{options}
-If \option{sphmove} is positive, the superscript or subscript moves to the right, conversely it moves to the left. The positive direction of vertical offset of subscript and superscript is opposite. For superscript, if \option{spvmove} is positive, the superscript moves up, conversely it moves down. For subscript, if \option{spvmove} is positive, the subscript moves down, conversely it moves up.
+If \option{sphmove} is positive, the superscript or subscript moves to the right, conversely it moves to the left. The positive direction of vertical offset of subscript and superscript is \textcolor{red}{opposite}. For superscript, if \option{spvmove} is positive, the superscript moves up, conversely it moves down. For subscript, if \option{spvmove} is positive, the subscript moves down, conversely it moves up.
The following list of keys control the format of superscript \emph{and} subscript.
\begin{options}