texlive[53654] Master/texmf-dist: derivative (3feb20)

commits+karl at tug.org commits+karl at tug.org
Mon Feb 3 23:31:10 CET 2020


Revision: 53654
          http://tug.org/svn/texlive?view=revision&revision=53654
Author:   karl
Date:     2020-02-03 23:31:10 +0100 (Mon, 03 Feb 2020)
Log Message:
-----------
derivative (3feb20)

Modified Paths:
--------------
    trunk/Master/texmf-dist/doc/latex/derivative/README.md
    trunk/Master/texmf-dist/doc/latex/derivative/derivative.pdf
    trunk/Master/texmf-dist/doc/latex/derivative/derivative.tex
    trunk/Master/texmf-dist/tex/latex/derivative/derivative.sty

Modified: trunk/Master/texmf-dist/doc/latex/derivative/README.md
===================================================================
--- trunk/Master/texmf-dist/doc/latex/derivative/README.md	2020-02-03 22:30:53 UTC (rev 53653)
+++ trunk/Master/texmf-dist/doc/latex/derivative/README.md	2020-02-03 22:31:10 UTC (rev 53654)
@@ -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 @@
 
 ### 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

Modified: trunk/Master/texmf-dist/doc/latex/derivative/derivative.pdf
===================================================================
(Binary files differ)

Modified: trunk/Master/texmf-dist/doc/latex/derivative/derivative.tex
===================================================================
--- trunk/Master/texmf-dist/doc/latex/derivative/derivative.tex	2020-02-03 22:30:53 UTC (rev 53653)
+++ trunk/Master/texmf-dist/doc/latex/derivative/derivative.tex	2020-02-03 22:31:10 UTC (rev 53654)
@@ -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 at 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

Modified: trunk/Master/texmf-dist/tex/latex/derivative/derivative.sty
===================================================================
--- trunk/Master/texmf-dist/tex/latex/derivative/derivative.sty	2020-02-03 22:30:53 UTC (rev 53653)
+++ trunk/Master/texmf-dist/tex/latex/derivative/derivative.sty	2020-02-03 22:31:10 UTC (rev 53654)
@@ -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



More information about the tex-live-commits mailing list.