summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorKarl Berry <karl@freefriends.org>2022-10-27 20:07:56 +0000
committerKarl Berry <karl@freefriends.org>2022-10-27 20:07:56 +0000
commit2a75807458308af74bd85ac42834fb0e22b2f625 (patch)
tree10984162844c9b58d85e889dcba6e4c999f90214
parentecf5b52dbd9132da03ba53b3e1398d6c815ccf15 (diff)
fixdif (27oct22)
git-svn-id: svn://tug.org/texlive/trunk@64835 c570f23f-e606-0410-a88d-b1316a301751
-rw-r--r--Master/texmf-dist/doc/latex/fixdif/fixdif-zh-cn.pdfbin163097 -> 163034 bytes
-rw-r--r--Master/texmf-dist/doc/latex/fixdif/fixdif-zh-cn.tex2
-rw-r--r--Master/texmf-dist/doc/latex/fixdif/fixdif.pdfbin97323 -> 97443 bytes
-rw-r--r--Master/texmf-dist/source/latex/fixdif/fixdif.dtx12
-rw-r--r--Master/texmf-dist/tex/latex/fixdif/fixdif.sty8
5 files changed, 11 insertions, 11 deletions
diff --git a/Master/texmf-dist/doc/latex/fixdif/fixdif-zh-cn.pdf b/Master/texmf-dist/doc/latex/fixdif/fixdif-zh-cn.pdf
index 8b182904333..09902e25b1e 100644
--- a/Master/texmf-dist/doc/latex/fixdif/fixdif-zh-cn.pdf
+++ b/Master/texmf-dist/doc/latex/fixdif/fixdif-zh-cn.pdf
Binary files differ
diff --git a/Master/texmf-dist/doc/latex/fixdif/fixdif-zh-cn.tex b/Master/texmf-dist/doc/latex/fixdif/fixdif-zh-cn.tex
index d99e8933a66..075b57610e5 100644
--- a/Master/texmf-dist/doc/latex/fixdif/fixdif-zh-cn.tex
+++ b/Master/texmf-dist/doc/latex/fixdif/fixdif-zh-cn.tex
@@ -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}。}
}
diff --git a/Master/texmf-dist/doc/latex/fixdif/fixdif.pdf b/Master/texmf-dist/doc/latex/fixdif/fixdif.pdf
index e0422d40fc4..55f49058db1 100644
--- a/Master/texmf-dist/doc/latex/fixdif/fixdif.pdf
+++ b/Master/texmf-dist/doc/latex/fixdif/fixdif.pdf
Binary files differ
diff --git a/Master/texmf-dist/source/latex/fixdif/fixdif.dtx b/Master/texmf-dist/source/latex/fixdif/fixdif.dtx
index bc6b3bfce5d..7b525cc67ff 100644
--- a/Master/texmf-dist/source/latex/fixdif/fixdif.dtx
+++ b/Master/texmf-dist/source/latex/fixdif/fixdif.dtx
@@ -131,7 +131,7 @@ Copyright (C) 2022 by Zhang Tingxuan <alphaztx@163.com>.
%</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 @@ Copyright (C) 2022 by Zhang Tingxuan <alphaztx@163.com>.
\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 @@ Copyright (C) 2022 by Zhang Tingxuan <alphaztx@163.com>.
% 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 @@ Copyright (C) 2022 by Zhang Tingxuan <alphaztx@163.com>.
\DeclareOption{rm}{\@ifpackageloaded{unicode-math}
{\def\@@dif{\symrm{d}}}{\def\@@dif{\mathrm{d}}}}
\DeclareOption{normal}{\def\@@dif{d}}
-\DeclareOption{partial}{\def\fixdif@partial@bool{1}}
-\DeclareOption{nopartial}{\def\fixdif@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@partial@bool=1
+\if@tempswa
\AtEndOfPackage{\letdif{\partial}{partial}}
\fi
% \end{macrocode}
diff --git a/Master/texmf-dist/tex/latex/fixdif/fixdif.sty b/Master/texmf-dist/tex/latex/fixdif/fixdif.sty
index 9311904406d..b0e967b1c94 100644
--- a/Master/texmf-dist/tex/latex/fixdif/fixdif.sty
+++ b/Master/texmf-dist/tex/latex/fixdif/fixdif.sty
@@ -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@partial@bool{1}}
-\DeclareOption{nopartial}{\def\fixdif@partial@bool{0}}
+\DeclareOption{partial}{\@tempswatrue}
+\DeclareOption{nopartial}{\@tempswafalse}
\ExecuteOptions{rm,partial}
\ProcessOptions\relax
-\ifnum\fixdif@partial@bool=1
+\if@tempswa
\AtEndOfPackage{\letdif{\partial}{partial}}
\fi
\gdef\resetdfont#1{\let\@@dif\relax%