From b42a35579d5308baed5fb68ae93f8b4770cab2e3 Mon Sep 17 00:00:00 2001 From: Karl Berry Date: Wed, 14 Sep 2022 20:04:09 +0000 Subject: fixdif (14sep22) git-svn-id: svn://tug.org/texlive/trunk@64390 c570f23f-e606-0410-a88d-b1316a301751 --- .../texmf-dist/doc/latex/fixdif/fixdif-zh-cn.pdf | Bin 163015 -> 163097 bytes .../texmf-dist/doc/latex/fixdif/fixdif-zh-cn.tex | 8 ++++---- Master/texmf-dist/doc/latex/fixdif/fixdif.pdf | Bin 97323 -> 97323 bytes Master/texmf-dist/source/latex/fixdif/fixdif.dtx | 8 ++++---- Master/texmf-dist/tex/latex/fixdif/fixdif.sty | 2 +- 5 files changed, 9 insertions(+), 9 deletions(-) (limited to 'Master') 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 4994a326802..8b182904333 100644 Binary files a/Master/texmf-dist/doc/latex/fixdif/fixdif-zh-cn.pdf and b/Master/texmf-dist/doc/latex/fixdif/fixdif-zh-cn.pdf 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 f54662fffff..d99e8933a66 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/08/11\quad Version 1.4% +\date{2022/09/14\quad Version 1.4a% \thanks{源代码见~\hyperref{https://github.com/AlphaZTX/fixdif}{}{}{GitHub} 或~\hyperref{https://www.ctan.org/pkg/fixdif}{}{}{CTAN}。} } @@ -298,9 +298,9 @@ $\d x$ 和 \d x \end{Verbatim} 这样 |\nabla| 和 |\grad| 都会得到微分算符 $\nabla$。 -{\attention[2]}如需得到原来的普通数学符号 \cs{\meta{csname}},只需在数学模式中输入 -\cs{\meta{csname}nondif}。例如\hyperlink{cs:partialnondif}{% -\textcolor{titlecolor!75!black}{前面介绍的 \cs{partialnondif}}}。 +{\attention[2]}如需得到原来的普通数学符号 \texttt{\textbackslash}\meta{csname}, +只需在数学模式中输入 \texttt{\textbackslash}\meta{csname}\texttt{nondif}。 +例如\hyperlink{cs:partialnondif}{\textcolor{titlecolor!75!black}{前面介绍的 \cs{partialnondif}}}。 \noindent\textcolor{titlecolor}{\cs{letdif*}\marg{cmd}\marg{csname}}% \DescribeMacro{\letdif*}\hfill(仅限在导言区使用) diff --git a/Master/texmf-dist/doc/latex/fixdif/fixdif.pdf b/Master/texmf-dist/doc/latex/fixdif/fixdif.pdf index 4452ce66ff7..e0422d40fc4 100644 Binary files a/Master/texmf-dist/doc/latex/fixdif/fixdif.pdf and b/Master/texmf-dist/doc/latex/fixdif/fixdif.pdf differ diff --git a/Master/texmf-dist/source/latex/fixdif/fixdif.dtx b/Master/texmf-dist/source/latex/fixdif/fixdif.dtx index 1155a130fa0..bc6b3bfce5d 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 . % % %<*driver> -\ProvidesFile{fixdif.dtx}[2022/8/11 (c) Copyright 2022 by Zhang Tingxuan] +\ProvidesFile{fixdif.dtx}[2022/9/14 (c) Copyright 2022 by Zhang Tingxuan] \documentclass{ltxdoc} \usepackage{xcolor} @@ -150,7 +150,7 @@ Copyright (C) 2022 by Zhang Tingxuan . \title{The \pkg{fixdif} Package} \author{Zhang Tingxuan} -\date{2022/8/11\quad Version 1.4\thanks{\url{https://github.com/AlphaZTX/fixdif}}} +\date{2022/9/14\quad Version 1.4a\thanks{\url{https://github.com/AlphaZTX/fixdif}}} \usepackage{hyperref} \hypersetup{ @@ -238,7 +238,7 @@ Copyright (C) 2022 by Zhang Tingxuan . % which is regarded bad. For example, |$\d y/\d x$| produces % $\mathrm{d}y/\,\mathrm{d}x$; % -% \item This |\d| command cannot be used out of math mode. In another word, +% \item This |\d| command cannot be used out of math mode. In other words, % |\d{o}| would not produce ``\d{o}'' in text; % % \item The skip between ``d'' and the expression before it can be regarded @@ -473,7 +473,7 @@ Copyright (C) 2022 by Zhang Tingxuan . % Check the \TeX{} format and provides the package name. % \begin{macrocode} \NeedsTeXFormat{LaTeX2e} -\ProvidesPackage{fixdif}[2022/8/11 Interface for defining differential operators.] +\ProvidesPackage{fixdif}[2022/9/14 Interface for defining differential operators.] % \end{macrocode} % % \subsection{Control the skip between slashes and differential operator} diff --git a/Master/texmf-dist/tex/latex/fixdif/fixdif.sty b/Master/texmf-dist/tex/latex/fixdif/fixdif.sty index 08e38d95e52..9311904406d 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/8/11 Interface for defining differential operators.] +\ProvidesPackage{fixdif}[2022/9/14 Interface for defining differential operators.] \@ifpackageloaded{unicode-math}{ \Umathcode`\/="4 "0 "002F \Umathcode"2044="4 "0 "2044 -- cgit v1.2.3