texlive[52141] Master/texmf-dist: derivative (21sep19)

commits+karl at tug.org commits+karl at tug.org
Sat Sep 21 23:51:28 CEST 2019


Revision: 52141
          http://tug.org/svn/texlive?view=revision&revision=52141
Author:   karl
Date:     2019-09-21 23:51:27 +0200 (Sat, 21 Sep 2019)
Log Message:
-----------
derivative (21sep19)

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	2019-09-21 21:51:16 UTC (rev 52140)
+++ trunk/Master/texmf-dist/doc/latex/derivative/README.md	2019-09-21 21:51:27 UTC (rev 52141)
@@ -1,4 +1,4 @@
-## README for derivative package v0.95 dated 2019-09-18
+## README for derivative package v0.95b dated 2019-09-21
 
 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:
 
@@ -21,7 +21,7 @@
 and version 1.3 or later is part of all distributions of LaTeX
 version 2005/12/01 or later.
 
-This work has the LPPL maintenance status `maintained'.
+This work has the LPPL maintenance status `maintained`.
 
 The Current Maintainer of this work is Simon Jensen.
 

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	2019-09-21 21:51:16 UTC (rev 52140)
+++ trunk/Master/texmf-dist/doc/latex/derivative/derivative.tex	2019-09-21 21:51:27 UTC (rev 52141)
@@ -46,8 +46,6 @@
 
 \RequirePackage{mleftright}
 \RequirePackage{xfrac}
-\RequirePackage{derivative}
-	\derivset{all}[scale-auto = mleftmright]
 
 \RequirePackage[unicode]{hyperref}
 \RequirePackage[nameinlink]{cleveref}
@@ -57,17 +55,17 @@
 
 \tl_new:N \pakkenavn
 \tl_new:N \titel
-\tl_new:N \g_deriv_email
+\tl_new:N \email
 \tl_new:N \forfatter
-\tl_new:N \g_deriv_dato
-\tl_new:N \g_deriv_version
+\tl_new:N \dato
+\tl_new:N \version
 
 \NewDocumentCommand{\Pakkenavn}{ m }{ \tl_gset:Nf \pakkenavn { \tl_trim_spaces:n { #1 } } }
 \NewDocumentCommand{\Titel}    { m }{ \tl_gset:Nf \titel     { \tl_trim_spaces:n { #1 } } }
 \NewDocumentCommand{\Forfatter}{ m }{ \tl_gset:Nf \forfatter { \tl_trim_spaces:n { #1 } } }
-\NewDocumentCommand{\Email}    { m }{ \tl_gset:Nf \g_deriv_email    { \tl_trim_spaces:n { #1 } } }
-\NewDocumentCommand{\Dato}     { m }{ \tl_gset:Nf \g_deriv_dato     { \tl_trim_spaces:n { #1 } } }
-\NewDocumentCommand{\Version}  { m }{ \tl_gset:Nf \g_deriv_version  { \tl_trim_spaces:n { #1 } } }
+\NewDocumentCommand{\Email}    { m }{ \tl_gset:Nf \email { \tl_trim_spaces:n { #1 } } }
+\NewDocumentCommand{\Dato}     { m }{ \tl_gset:Nf \dato  { \tl_trim_spaces:n { #1 } } }
+\NewDocumentCommand{\Version}  { m }{ \tl_gset:Nf \version  { \tl_trim_spaces:n { #1 } } }
 
 \NewDocumentCommand{\mypackage}{ } {  \pkg{\pakkenavn}  }
 
@@ -90,14 +88,14 @@
 		\centering
 		\textsl{Written~by:} \par
 		{ \color{RoyalRed} \forfatter \par }
-		{ \color{RoyalRed} \g_deriv_email \par }
+		{ \color{RoyalRed} \email \par }
 	\end{minipage}
 	\hfill
 	\begin{minipage}[t]{0.5\textwidth}
 		\centering
 		\textsl{Released:} \par
-		{ \color{RoyalRed} \g_deriv_version \par }
-		{ \color{RoyalRed} \g_deriv_dato \par }
+		{ \color{RoyalRed} v\version \par }
+		{ \color{RoyalRed}  \dato \par }
 	\end{minipage}
 	
 	\par \vspace{20mm} \noindent
@@ -1085,9 +1083,12 @@
 \Titel{The \pakkenavn{} package}
 \Forfatter{Simon Jensen}
 \Email{sjelatex at gmail.com}
-\Dato{2019-09-18}
-\Version{v0.95}
+\Dato{2019/09/21}
+\Version{0.95b}
 
+\RequirePackage{derivative}[\dato]
+\derivset{all}[scale-auto = mleftmright]
+
 \hypersetup
 {
 	final = true,
@@ -2273,11 +2274,16 @@
 		\end{change}
 		\bigskip
 		\begin{change}[version = 0.95, date = 2019-09-18, beta = true]
+			\item \emph{Please ignore this version, since it contained the \pkg{.sty} and \pkg{.pdf} files for version} \texttt{0.9} \texttt{:(}.
 			\item Second beta release of the package.
 			\item Removed the single token restriction of the infinitesimal since it made no sense.
 			\item Fixed the documentation errors and typos.
 			\item Minor fixes to the code.
 		\end{change}
+		\begin{change}[version = 0.95b, date = 2019-09-21, beta = true]
+			\item Contains the correct \pkg{.sty} and \pkg{.pdf} files \texttt{:)}.
+			\item One minor code fix.
+		\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	2019-09-21 21:51:16 UTC (rev 52140)
+++ trunk/Master/texmf-dist/tex/latex/derivative/derivative.sty	2019-09-21 21:51:27 UTC (rev 52141)
@@ -16,7 +16,7 @@
 \NeedsTeXFormat{LaTeX2e}
 
 \RequirePackage{xparse}[2018/05/09]
-\ProvidesExplPackage{derivative}{2018/06/14}{1.0}{Nice and easy derivatives}
+\ProvidesExplPackage{derivative}{2019/09/21}{0.95b}{Nice and easy derivatives}
 
 %%%%%  Useful conditionals  %%%%%
 
@@ -490,8 +490,8 @@
 		\exp_args:Nnc \bool_xor:nnTF {##5} { l__deriv_#1_switch_slash_bool }
 		{
 			\exp_args:Nnc \bool_xor:nnTF {##1} { l__deriv_#1_switch_star_bool }
-			{ \__deriv_pdv_both:nnnnnnnn  #4 {#1} {##2} {##3} {##4} {##6} {##7} {##8} }
-			{ \__deriv_pdv_slash:nnnnnnnn #4 {#1} {##2} {##3} {##4} {##6} {##7} {##8} }
+			{ \__deriv_pdv_both:nnnnnnnn  {#4} {#1} {##2} {##3} {##4} {##6} {##7} {##8} }
+			{ \__deriv_pdv_slash:nnnnnnnn {#4} {#1} {##2} {##3} {##4} {##6} {##7} {##8} }
 		}
 		{
 			\exp_args:Nnc \bool_xor:nnTF {##1} { l__deriv_#1_switch_star_bool }
@@ -504,6 +504,7 @@
 % dv
 \cs_new_protected:Npn \__deriv_d_variables:n #1
 {
+	\__deriv_new:nnnn { tl     } {#1} { style  } { inf, frac, frac_slash }
 	\__deriv_new:nnnn { tl     } {#1} { scale  } { eval, eval_slash, fun, var, frac, frac_slash }
 	\__deriv_new:nnnn { tl     } {#1} { delims } { eval, eval_slash, fun, var, frac, frac_slash }
 	\__deriv_new:nnnn { muskip } {#1} { sep    } { inf_ord, inf_fun, ord_fun, var_ord, inf_var, eval_sb, eval_sp }
@@ -513,6 +514,7 @@
 % dv
 \cs_new_protected:Npn \__deriv_p_variables:n #1
 {
+	\__deriv_new:nnnn { tl     } {#1} { style  } { inf, frac, frac_slash }
 	\__deriv_new:nnnn { tl     } {#1} { scale  } { eval, eval_slash, fun, var, frac, frac_slash }
 	\__deriv_new:nnnn { tl     } {#1} { delims } { eval, eval_slash, fun, var, frac, frac_slash }
 	\__deriv_new:nnnn { muskip } {#1} { sep    } { inf_ord, inf_fun, ord_fun, inf_var, var_ord, var_inf, ord_inf, eval_sb, eval_sp }



More information about the tex-live-commits mailing list