texlive[64835] Master/texmf-dist: fixdif (27oct22)

commits+karl at tug.org commits+karl at tug.org
Thu Oct 27 22:07:57 CEST 2022


Revision: 64835
          http://tug.org/svn/texlive?view=revision&revision=64835
Author:   karl
Date:     2022-10-27 22:07:56 +0200 (Thu, 27 Oct 2022)
Log Message:
-----------
fixdif (27oct22)

Modified Paths:
--------------
    trunk/Master/texmf-dist/doc/latex/fixdif/fixdif-zh-cn.pdf
    trunk/Master/texmf-dist/doc/latex/fixdif/fixdif-zh-cn.tex
    trunk/Master/texmf-dist/doc/latex/fixdif/fixdif.pdf
    trunk/Master/texmf-dist/source/latex/fixdif/fixdif.dtx
    trunk/Master/texmf-dist/tex/latex/fixdif/fixdif.sty

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

Modified: trunk/Master/texmf-dist/doc/latex/fixdif/fixdif-zh-cn.tex
===================================================================
--- trunk/Master/texmf-dist/doc/latex/fixdif/fixdif-zh-cn.tex	2022-10-27 20:07:43 UTC (rev 64834)
+++ trunk/Master/texmf-dist/doc/latex/fixdif/fixdif-zh-cn.tex	2022-10-27 20:07:56 UTC (rev 64835)
@@ -1,5 +1,5 @@
 \documentclass[letterpaper,11pt]{article}
-\date{2022/09/14\quad Version 1.4a%
+\date{2022/10/27\quad Version 1.4b%
   \thanks{源代码见~\hyperref{https://github.com/AlphaZTX/fixdif}{}{}{GitHub} 
   或~\hyperref{https://www.ctan.org/pkg/fixdif}{}{}{CTAN}。}
 }

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

Modified: trunk/Master/texmf-dist/source/latex/fixdif/fixdif.dtx
===================================================================
--- trunk/Master/texmf-dist/source/latex/fixdif/fixdif.dtx	2022-10-27 20:07:43 UTC (rev 64834)
+++ trunk/Master/texmf-dist/source/latex/fixdif/fixdif.dtx	2022-10-27 20:07:56 UTC (rev 64835)
@@ -131,7 +131,7 @@
 %</internal>
 %
 %<*driver>
-\ProvidesFile{fixdif.dtx}[2022/9/14 (c) Copyright 2022 by Zhang Tingxuan]
+\ProvidesFile{fixdif.dtx}[2022/10/27 (c) Copyright 2022 by Zhang Tingxuan]
 \documentclass{ltxdoc}
 
 \usepackage{xcolor}
@@ -150,7 +150,7 @@
 
 \title{The \pkg{fixdif} Package}
 \author{Zhang Tingxuan}
-\date{2022/9/14\quad Version 1.4a\thanks{\url{https://github.com/AlphaZTX/fixdif}}}
+\date{2022/10/27\quad Version 1.4b\thanks{\url{https://github.com/AlphaZTX/fixdif}}}
 
 \usepackage{hyperref}
 \hypersetup{
@@ -473,7 +473,7 @@
 % Check the \TeX{} format and provides the package name.
 %    \begin{macrocode}
 \NeedsTeXFormat{LaTeX2e}
-\ProvidesPackage{fixdif}[2022/9/14 Interface for defining differential operators.]
+\ProvidesPackage{fixdif}[2022/10/27 Interface for defining differential operators.]
 %    \end{macrocode}
 % 
 % \subsection{Control the skip between slashes and differential operator}
@@ -522,14 +522,14 @@
 \DeclareOption{rm}{\@ifpackageloaded{unicode-math}
   {\def\@@dif{\symrm{d}}}{\def\@@dif{\mathrm{d}}}}
 \DeclareOption{normal}{\def\@@dif{d}}
-\DeclareOption{partial}{\def\fixdif at partial@bool{1}}
-\DeclareOption{nopartial}{\def\fixdif at partial@bool{0}}
+\DeclareOption{partial}{\@tempswatrue}
+\DeclareOption{nopartial}{\@tempswafalse}
 \ExecuteOptions{rm,partial}
 \ProcessOptions\relax
 %    \end{macrocode}
 % Control the behavior of \cs{partial}.
 %    \begin{macrocode}
-\ifnum\fixdif at partial@bool=1
+\if at tempswa
   \AtEndOfPackage{\letdif{\partial}{partial}}
 \fi
 %    \end{macrocode}

Modified: trunk/Master/texmf-dist/tex/latex/fixdif/fixdif.sty
===================================================================
--- trunk/Master/texmf-dist/tex/latex/fixdif/fixdif.sty	2022-10-27 20:07:43 UTC (rev 64834)
+++ trunk/Master/texmf-dist/tex/latex/fixdif/fixdif.sty	2022-10-27 20:07:56 UTC (rev 64835)
@@ -29,7 +29,7 @@
 %%                               and README.md.
 %% 
 \NeedsTeXFormat{LaTeX2e}
-\ProvidesPackage{fixdif}[2022/9/14 Interface for defining differential operators.]
+\ProvidesPackage{fixdif}[2022/10/27 Interface for defining differential operators.]
 \@ifpackageloaded{unicode-math}{
   \Umathcode`\/="4 "0 "002F
   \Umathcode"2044="4 "0 "2044
@@ -49,11 +49,11 @@
 \DeclareOption{rm}{\@ifpackageloaded{unicode-math}
   {\def\@@dif{\symrm{d}}}{\def\@@dif{\mathrm{d}}}}
 \DeclareOption{normal}{\def\@@dif{d}}
-\DeclareOption{partial}{\def\fixdif at partial@bool{1}}
-\DeclareOption{nopartial}{\def\fixdif at partial@bool{0}}
+\DeclareOption{partial}{\@tempswatrue}
+\DeclareOption{nopartial}{\@tempswafalse}
 \ExecuteOptions{rm,partial}
 \ProcessOptions\relax
-\ifnum\fixdif at partial@bool=1
+\if at tempswa
   \AtEndOfPackage{\letdif{\partial}{partial}}
 \fi
 \gdef\resetdfont#1{\let\@@dif\relax%



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