summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--Master/texmf-dist/doc/latex/spbmark/spbmark.pdfbin65618 -> 66119 bytes
-rw-r--r--Master/texmf-dist/doc/latex/spbmark/spbmark.tex4
-rw-r--r--Master/texmf-dist/tex/latex/spbmark/spbmark.sty4
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 4f2ab194f95..b230768d684 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 835e4ca217c..297274d83ca 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.1b,
- date = 2021/08/09,
+ version = v1.1c,
+ date = 2021/08/10,
authors = Qu Yi,
info = Customize superscript and subscript,
email = quee123@foxmail.com,
diff --git a/Master/texmf-dist/tex/latex/spbmark/spbmark.sty b/Master/texmf-dist/tex/latex/spbmark/spbmark.sty
index d7261565ce5..cf81b1c8ef9 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/08/09}{1.1b}
+\ProvidesExplPackage{spbmark}{2021/08/10}{1.1c}
{Customize superscripts and subscripts}
\cs_new_protected:Npn \spb_define:n { \keys_define:nn { spbmark } }
@@ -43,7 +43,7 @@
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},
- nohvhift .meta:n = {super-vshift = 0pt,sub-vshift = 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},