diff options
author | Karl Berry <karl@freefriends.org> | 2020-02-03 22:31:10 +0000 |
---|---|---|
committer | Karl Berry <karl@freefriends.org> | 2020-02-03 22:31:10 +0000 |
commit | 6b26ea27ae626fbcac559ab5bc3a5c7ae977ded5 (patch) | |
tree | f88d4358e60afa88200051cf6a4dbbaee61115bc /Master/texmf-dist/tex/latex | |
parent | c968dc6a6e3b376bbba491ffad313ee8e82dab04 (diff) |
derivative (3feb20)
git-svn-id: svn://tug.org/texlive/trunk@53654 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master/texmf-dist/tex/latex')
-rw-r--r-- | Master/texmf-dist/tex/latex/derivative/derivative.sty | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/Master/texmf-dist/tex/latex/derivative/derivative.sty b/Master/texmf-dist/tex/latex/derivative/derivative.sty index f805cbbf86d..d4102549316 100644 --- a/Master/texmf-dist/tex/latex/derivative/derivative.sty +++ b/Master/texmf-dist/tex/latex/derivative/derivative.sty @@ -1,5 +1,5 @@ % derivative.sty -% Copyright 2019 Simon Jensen +% Copyright 2019-2020 Simon Jensen % % This work may be distributed and/or modified under the % conditions of the LaTeX Project Public License, either version 1.3 @@ -16,7 +16,7 @@ \NeedsTeXFormat{LaTeX2e} \RequirePackage{xparse}[2018/05/09] -\ProvidesExplPackage{derivative}{2019/12/22}{0.96}{Nice and easy derivatives} +\ProvidesExplPackage{derivative}{2020/02/03}{0.97}{Nice and easy derivatives} %%%%% Useful conditionals %%%%% @@ -924,7 +924,7 @@ { auto } { \__deriv_scale_auto:Nnnn \__deriv_auto_left:n {#1} {#2} { 1 } } { none } { \__deriv_scale_none:nnn {#1} {#2} { 1 } } } - { \__deriv_scale_big:nnnm {#1} {#2} { 1 } { l } } + { \__deriv_scale_big:nnnn {#1} {#2} { 1 } { l } } } % dv , name \cs_new:Npn \__deriv_scale_right:nn #1 #2 @@ -934,7 +934,7 @@ { auto } { \__deriv_scale_auto:Nnnn \__deriv_auto_right:n {#1} {#2} { 2 } } { none } { \__deriv_scale_none:nnn {#1} {#2} { 2 } } } - { \__deriv_scale_big:nnnm {#1} {#2} { 2 } { r } } + { \__deriv_scale_big:nnnn {#1} {#2} { 2 } { r } } } % left/right , dv , name, number \cs_new:Npn \__deriv_scale_auto:Nnnn #1 #2 #3 #4 |