summaryrefslogtreecommitdiff
path: root/Master/texmf-dist/source/latex/fixdif/fixdif.dtx
diff options
context:
space:
mode:
authorKarl Berry <karl@freefriends.org>2022-07-27 20:08:48 +0000
committerKarl Berry <karl@freefriends.org>2022-07-27 20:08:48 +0000
commit9dbd4bb036778a4b3f6dfa3b6faa2a4cb55c4463 (patch)
tree0746412775ae99adc39552052dfcb36473f32617 /Master/texmf-dist/source/latex/fixdif/fixdif.dtx
parent8ada917012e78c3b4fcea109a9547d44dffee710 (diff)
fixdif (27jul22)
git-svn-id: svn://tug.org/texlive/trunk@63986 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.dtx27
1 files changed, 18 insertions, 9 deletions
diff --git a/Master/texmf-dist/source/latex/fixdif/fixdif.dtx b/Master/texmf-dist/source/latex/fixdif/fixdif.dtx
index 34d709b9ab2..5cc0a60a123 100644
--- a/Master/texmf-dist/source/latex/fixdif/fixdif.dtx
+++ b/Master/texmf-dist/source/latex/fixdif/fixdif.dtx
@@ -116,6 +116,8 @@ Copyright (C) 2022 by Zhang Tingxuan <alphaztx@163.com>.
\Msg{* *}
\Msg{* To produce the documentation run the file *}
\Msg{* fixdif.dtx through pdfLaTeX/XeLaTeX/LuaLaTeX. *}
+\Msg{* XeLaTeX and LuaLaTeX are recommended if you *}
+\Msg{* hope the PDF file to be smaller. *}
\Msg{* *}
\Msg{* Happy TeXing! *}
\Msg{* *}
@@ -129,7 +131,7 @@ Copyright (C) 2022 by Zhang Tingxuan <alphaztx@163.com>.
%</internal>
%
%<*driver>
-\ProvidesFile{fixdif.dtx}[2022/7/19 (c) Copyright 2022 by Zhang Tingxuan]
+\ProvidesFile{fixdif.dtx}[2022/7/27 (c) Copyright 2022 by Zhang Tingxuan]
\documentclass{ltxdoc}
\usepackage{xcolor}
@@ -148,7 +150,7 @@ Copyright (C) 2022 by Zhang Tingxuan <alphaztx@163.com>.
\title{The \pkg{fixdif} Package}
\author{Zhang Tingxuan}
-\date{2022/7/19\quad Version 1.3a\thanks{\url{https://github.com/AlphaZTX/fixdif}}}
+\date{2022/7/27\quad Version 1.3b\thanks{\url{https://github.com/AlphaZTX/fixdif}}}
\usepackage{hyperref}
\hypersetup{
@@ -173,13 +175,19 @@ Copyright (C) 2022 by Zhang Tingxuan <alphaztx@163.com>.
{.8ex plus .4ex minus .2ex}%
{-1em}%
{\normalfont\normalsize\bfseries\color{titlecolor}}}
+\def\ps@fixdif{\let\@mkboth\@gobbletwo
+ \def\@oddhead{\hbox{}\hfil\hbox{}%
+ \rlap{\raisebox{-.1cm}[0pt][0pt]{%
+ \hspace*{.6cm}\sffamily\bfseries\color{titlecolor!35}%
+ \fontsize{128pt}{0pt}\selectfont\thepage}}}%
+ \def\@oddfoot{\reset@font}\let\@evenhead\@oddhead\let\@evenfoot\@oddfoot}
\def\UrlAlphabet{%
- \do\a\do\b\do\c\do\d\do\e\do\f\do\g\do\h\do\i\do\j%
- \do\k\do\l\do\m\do\n\do\o\do\p\do\q\do\r\do\s\do\t%
- \do\u\do\v\do\w\do\x\do\y\do\z\do\A\do\B\do\C\do\D%
- \do\E\do\F\do\G\do\H\do\I\do\J\do\K\do\L\do\M\do\N%
- \do\O\do\P\do\Q\do\R\do\S\do\T\do\U\do\V\do\W\do\X%
- \do\Y\do\Z}
+ \do\a\do\b\do\c\do\d\do\e\do\f\do\g\do\h\do\i\do\j%
+ \do\k\do\l\do\m\do\n\do\o\do\p\do\q\do\r\do\s\do\t%
+ \do\u\do\v\do\w\do\x\do\y\do\z\do\A\do\B\do\C\do\D%
+ \do\E\do\F\do\G\do\H\do\I\do\J\do\K\do\L\do\M\do\N%
+ \do\O\do\P\do\Q\do\R\do\S\do\T\do\U\do\V\do\W\do\X%
+ \do\Y\do\Z}
\def\UrlDigits{\do\1\do\2\do\3\do\4\do\5\do\6\do\7\do\8\do\9\do\0}
\g@addto@macro{\UrlBreaks}{\UrlOrds}
\g@addto@macro{\UrlBreaks}{\UrlAlphabet}
@@ -189,6 +197,7 @@ Copyright (C) 2022 by Zhang Tingxuan <alphaztx@163.com>.
\setmathfont{Latin Modern Math}
\fi
\makeatother
+\pagestyle{fixdif}
\usepackage{fixdif}
@@ -465,7 +474,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/7/19 Interface for defining differential operators.]
+\ProvidesPackage{fixdif}[2022/7/27 Interface for defining differential operators.]
% \end{macrocode}
%
% \subsection{Control the skip between slashes and differential operator}