summaryrefslogtreecommitdiff
path: root/Master/texmf-dist/source/latex/fixdif/fixdif.dtx
diff options
context:
space:
mode:
authorKarl Berry <karl@freefriends.org>2022-09-14 20:04:09 +0000
committerKarl Berry <karl@freefriends.org>2022-09-14 20:04:09 +0000
commitb42a35579d5308baed5fb68ae93f8b4770cab2e3 (patch)
treec33b33618b96aa6426dbd424fd1471f742ac50c7 /Master/texmf-dist/source/latex/fixdif/fixdif.dtx
parent456df783332b7ebb38f737f0a3dbcf7b70ead26c (diff)
fixdif (14sep22)
git-svn-id: svn://tug.org/texlive/trunk@64390 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master/texmf-dist/source/latex/fixdif/fixdif.dtx')
-rw-r--r--Master/texmf-dist/source/latex/fixdif/fixdif.dtx8
1 files changed, 4 insertions, 4 deletions
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 <alphaztx@163.com>.
%</internal>
%
%<*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 <alphaztx@163.com>.
\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 <alphaztx@163.com>.
% 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 <alphaztx@163.com>.
% 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}