From 6b26ea27ae626fbcac559ab5bc3a5c7ae977ded5 Mon Sep 17 00:00:00 2001 From: Karl Berry Date: Mon, 3 Feb 2020 22:31:10 +0000 Subject: derivative (3feb20) git-svn-id: svn://tug.org/texlive/trunk@53654 c570f23f-e606-0410-a88d-b1316a301751 --- Master/texmf-dist/doc/latex/derivative/README.md | 4 ++-- .../texmf-dist/doc/latex/derivative/derivative.pdf | Bin 184657 -> 184454 bytes .../texmf-dist/doc/latex/derivative/derivative.tex | 9 ++++++--- .../texmf-dist/tex/latex/derivative/derivative.sty | 8 ++++---- 4 files changed, 12 insertions(+), 9 deletions(-) (limited to 'Master') diff --git a/Master/texmf-dist/doc/latex/derivative/README.md b/Master/texmf-dist/doc/latex/derivative/README.md index 1ecac42f096..308e79be32f 100644 --- a/Master/texmf-dist/doc/latex/derivative/README.md +++ b/Master/texmf-dist/doc/latex/derivative/README.md @@ -1,4 +1,4 @@ -## README for derivative package v0.96 dated 2019-12-22 +## README for derivative package v0.97 dated 2019-02-03 The package provides a set of commands `\NewOdvVariant`, `\NewPdvVariant` etc. that can be used to define a variant of a derivative. The package have already defined several derivatives: @@ -11,7 +11,7 @@ The package provides a set of commands `\NewOdvVariant`, `\NewPdvVariant` etc. t ### Copyright and license -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 diff --git a/Master/texmf-dist/doc/latex/derivative/derivative.pdf b/Master/texmf-dist/doc/latex/derivative/derivative.pdf index 39592e3c9d9..dae8b7dedeb 100644 Binary files a/Master/texmf-dist/doc/latex/derivative/derivative.pdf and b/Master/texmf-dist/doc/latex/derivative/derivative.pdf differ diff --git a/Master/texmf-dist/doc/latex/derivative/derivative.tex b/Master/texmf-dist/doc/latex/derivative/derivative.tex index 0bc17726152..30eaab1bee0 100644 --- a/Master/texmf-dist/doc/latex/derivative/derivative.tex +++ b/Master/texmf-dist/doc/latex/derivative/derivative.tex @@ -1,5 +1,5 @@ % derivative.tex -% 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 @@ -1082,8 +1082,8 @@ \Titel{The \pakkenavn{} package} \Forfatter{Simon Jensen} \Email{sjelatex@gmail.com} -\Dato{2019/12/22} -\Version{0.96} +\Dato{2019/02/03} +\Version{0.97} \RequirePackage{derivative}[\dato] \derivset{all}[scale-auto = mleftmright] @@ -2316,5 +2316,8 @@ \begin{change}[version = 0.96, date = 2019-12-22, beta = true] \item Fixed the double superscript issue for higher order derivative when the variable contained a superscript. \end{change} + \begin{change}[version = 0.97, date = 2020-02-03, beta = true] + \item Fixed the argument specifier of {\small\verb|\__deriv_scale_big:nnnn|} when it was used (it was used with \texttt{:nnnm}). + \end{change} \end{changelog} \end{document} \ No newline at end of file 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 -- cgit v1.2.3