summaryrefslogtreecommitdiff
path: root/Master/texmf-dist
diff options
context:
space:
mode:
authorKarl Berry <karl@freefriends.org>2021-11-14 21:33:11 +0000
committerKarl Berry <karl@freefriends.org>2021-11-14 21:33:11 +0000
commit39e75a74745662598be7b0b76fef9f183fb524c2 (patch)
tree08f4ac36964fae7ea54eb98d8397896653fc8967 /Master/texmf-dist
parentab7a84bcbf30675831657e3a3b79790e85c8dc4d (diff)
spbmark
git-svn-id: svn://tug.org/texlive/trunk@61057 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master/texmf-dist')
-rw-r--r--Master/texmf-dist/doc/latex/spbmark/spbmark.pdfbin67226 -> 67031 bytes
-rw-r--r--Master/texmf-dist/doc/latex/spbmark/spbmark.tex21
-rw-r--r--Master/texmf-dist/tex/latex/spbmark/spbmark.sty6
3 files changed, 13 insertions, 14 deletions
diff --git a/Master/texmf-dist/doc/latex/spbmark/spbmark.pdf b/Master/texmf-dist/doc/latex/spbmark/spbmark.pdf
index d7c6e29b4df..c145a3b2c94 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 0cd8b05ac74..6ba38e5db13 100644
--- a/Master/texmf-dist/doc/latex/spbmark/spbmark.tex
+++ b/Master/texmf-dist/doc/latex/spbmark/spbmark.tex
@@ -4,15 +4,15 @@
\usepackage[noto]{newtxmath}
\setcnltx
{
- package = spbmark,
- title = the spbmark package,
- version = v1.1I,
- date = 2021/11/08,
- authors = Qu Yi,
- info = Customize superscript and subscript,
- email = q1jx@foxmail.com,
- url = https://github.com/texl3/spbmark,
- abstract =
+ package = spbmark,
+ title = the spbmark package,
+ version = v1.1J,
+ date = 2021/11/10,
+ authors = Qu Yi,
+ info = Customize superscript and subscript,
+ email = q1jx@foxmail.com,
+ url = https://github.com/texl3/spbmark,
+ abstract =
{
\pkg*{spbmark} provides three commands \cs{super}, \cs{sub} and \cs{supersub} to improve the layout of superscript and subscript which can be adjusted the relative position and format, and can be used in text and math mode.
},
@@ -30,8 +30,7 @@
\newcommand{#2}[2]
{\code{\textcolor{argument}{#3\textnormal{#1{##1}{##2}}#4}}}
}
-\newcommand{\kvsplit}[3]
- {\item\code{\option{#1}\cnltx@isvalue\splitmarg{#2}{#3}}}
+\newcommand{\kvsplit}[3]{\item\code{\option{#1}\cnltx@isvalue\splitmarg{#2}{#3}}}
\newsplitarg{\splitoarg}{[}{]}
\newsplitarg{\splitmarg}{\{}{\}}
\newsplitarg{\splitdarg}{(}{)}
diff --git a/Master/texmf-dist/tex/latex/spbmark/spbmark.sty b/Master/texmf-dist/tex/latex/spbmark/spbmark.sty
index 1a5baac0d2b..826d9a5b4be 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/08}{1.1I}
+\ProvidesExplPackage{spbmark}{2021/11/10}{1.1J}
{Customize superscripts and subscripts}
\cs_new_protected:Npn \spb_define:n { \keys_define:nn { ctex/style } }
@@ -46,8 +46,8 @@
sub-hshift .initial:n = 0pt,
supersub-hshift .dim_set:N = \l__spb_supersub_script_hshift_dim,
supersub-hshift .initial:n = 0pt,
- nohshift .meta:n = {super-hshift = 0pt,sub-hshift = 0pt},
- novshift .meta:n = {super-vshift = 0pt,sub-vshift = 0pt},
+ nohshift .meta:n = { super-hshift = 0pt,sub-hshift = 0pt },
+ novshift .meta:n = { super-vshift = 0pt,sub-vshift = 0pt },
super-format .tl_set:N = \l__spb_super_script_formati_tl,
sub-format .tl_set:N = \l__spb_sub_script_formati_tl,
supersub-format .code:n = \spb_both_format_assign:n {#1},