diff options
author | Karl Berry <karl@freefriends.org> | 2021-08-09 21:04:26 +0000 |
---|---|---|
committer | Karl Berry <karl@freefriends.org> | 2021-08-09 21:04:26 +0000 |
commit | 16e2c1b3a1c46fd7558e7f69890c6b805d3d3109 (patch) | |
tree | 1e0dbff60ed99b7602295a1f2a6604b174fcfc9f /Master/texmf-dist/tex/latex | |
parent | a1a06b86b5daaacb07a1b112b3aac41185c22087 (diff) |
spbmark (9aug21)
git-svn-id: svn://tug.org/texlive/trunk@60204 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master/texmf-dist/tex/latex')
-rw-r--r-- | Master/texmf-dist/tex/latex/spbmark/spbmark.sty | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/Master/texmf-dist/tex/latex/spbmark/spbmark.sty b/Master/texmf-dist/tex/latex/spbmark/spbmark.sty index f3e5446f526..d7261565ce5 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/07/30}{1.1a} +\ProvidesExplPackage{spbmark}{2021/08/09}{1.1b} {Customize superscripts and subscripts} \cs_new_protected:Npn \spb_define:n { \keys_define:nn { spbmark } } @@ -42,6 +42,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}, + nohvhift .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}, |