-
Notifications
You must be signed in to change notification settings - Fork 3
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
5 changed files
with
11 additions
and
11 deletions.
There are no files selected for viewing
Binary file not shown.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -131,7 +131,7 @@ Copyright (C) 2022 by Zhang Tingxuan <[email protected]>. | |
%</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 <[email protected]>. | |
|
||
\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 <[email protected]>. | |
% 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 <[email protected]>. | |
\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} | ||
|
Binary file not shown.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters