diff options
author | Karl Berry <karl@freefriends.org> | 2023-01-28 21:06:35 +0000 |
---|---|---|
committer | Karl Berry <karl@freefriends.org> | 2023-01-28 21:06:35 +0000 |
commit | d0f36fadec57f074d0303a9f12ffec97377bf1d1 (patch) | |
tree | e21ced6599c70cfe339d28714c5b8156134f2434 /Master/texmf-dist/doc | |
parent | 4d78187b0ebd2ca024d2e9ae9c5e82c39eea3912 (diff) |
fixdif (28jan23)
git-svn-id: svn://tug.org/texlive/trunk@65658 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master/texmf-dist/doc')
-rw-r--r-- | Master/texmf-dist/doc/latex/fixdif/fixdif-zh-cn.pdf | bin | 163584 -> 159497 bytes | |||
-rw-r--r-- | Master/texmf-dist/doc/latex/fixdif/fixdif-zh-cn.tex | 75 | ||||
-rw-r--r-- | Master/texmf-dist/doc/latex/fixdif/fixdif.pdf | bin | 97610 -> 92154 bytes |
3 files changed, 23 insertions, 52 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 Binary files differindex 576280efef9..079be1bc7f7 100644 --- a/Master/texmf-dist/doc/latex/fixdif/fixdif-zh-cn.pdf +++ b/Master/texmf-dist/doc/latex/fixdif/fixdif-zh-cn.pdf 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 4c4793742d5..851065ebc8f 100644 --- a/Master/texmf-dist/doc/latex/fixdif/fixdif-zh-cn.tex +++ b/Master/texmf-dist/doc/latex/fixdif/fixdif-zh-cn.tex @@ -1,10 +1,12 @@ \documentclass[letterpaper,11pt]{article} -\date{2023/01/27\quad Version 1.6% +\usepackage{fixdif} +\date{2023/01/31\quad Version 2.0% \thanks{源代码见~\hyperref{https://github.com/AlphaZTX/fixdif}{}{}{GitHub} 或~\hyperref{https://www.ctan.org/pkg/fixdif}{}{}{CTAN}。} } \ifcsname XeTeXversion\endcsname\else\errmessage{本文档需使用 xelatex 编译}\fi -\usepackage{indentfirst,enumitem} +\usepackage{indentfirst,enumitem,multicol} +\columnsep20pt\columnseprule.4pt \usepackage{manfnt,marginnote} \newcounter{fixdifattention} \newcommand\attention[1][1]{\setcounter{fixdifattention}{1}% @@ -27,8 +29,8 @@ \renewcommand\abstractname{摘\hskip.8em 要} \renewcommand\contentsname{目\hskip.8em 录} \DeclareRobustCommand\zhemph{\CJKunderdot} -\usepackage{unicode-math} -\setmathfont{STIX Two Math} +%\usepackage{unicode-math} +%\setmathfont{STIX Two Math} \usepackage{hyperref} \hypersetup{pdffitwindow, pdftitle = {fixdif 宏包}, @@ -71,7 +73,6 @@ \gdef\@author{\Uchar"5F20\Uchar"5EAD\Uchar"7444} \makeatother \pagestyle{plain} -\usepackage{fixdif} \linespread{1.2} \parskip8pt plus 4pt minus 2pt \parindent2em @@ -87,14 +88,18 @@ 本宏包在 \xelatex{} 和 \lualatex{} 下兼容 \pkg{unicode-math} 宏包。 \end{abstract} -{\parskip0pt\tableofcontents} +\section*{\contentsname} +\begin{multicols}{2} +\parskip0pt +\csname @starttoc\endcsname{toc} +\end{multicols} \section{背景} 我们一般更推荐在微分算符与前面的内容之间留出一个比较小的间距\footnote{% 见 \hyperref{https://tex.stackexchange.com/questions/14821/whats-the-% proper-way-to-typeset-a-differential-operator}{}{}{\TeX.SX}。},比如在下面展示的 两种情况中,右边的比左边的更好: -\[f(x)\mathrm{d}x\qquad\text{\&}\qquad f(x)\d x.\] +\[f(x)\mathrm{d}x \qquad\hbox{\&}\qquad f(x)\d x.\] 微分算符 $\d{}$ 与其前面的表达式之间的间距可认为是乘积的一种表示。 有些用户习惯使用下面的方法定义一个宏: @@ -191,41 +196,16 @@ texhash 会得到 \[f(x)\d x,\quad \frac{\d y}{\d x},\quad \d y/\d x,\quad a^{y\d x}.\] -\subsection{对 \pkg{unicode-math} 宏包的兼容} -如果你在文档中使用了 \pkg{unicode-math} 宏包(编译方式为 \xelatex{} 或 -\lualatex{}),需注意以下几点: -\begin{itemize} -\item 如需使用 \pkg{amsmath} 宏包,请在 \pkg{unicode-math} \zhemph{之前}% -载入 \pkg{amsmath}。 - -\item 在载入 \pkg{unicode-math} 后通过 \cs{setmathfont} 指定数学字体。 -若使用默认的数学字体,建议显式指明 |\setmathfont{Latin Modern Math}|, -这样可以避免在用斜杠表示的分式中产生不好的间距; - -\item \pkg{fixdif} 宏包需要在 \pkg{unicode-math} 宏包\zhemph{后}载入。 -\end{itemize} -从而,导言区正确的顺序是: -\begin{Verbatim} -\usepackage[..]{amsmath} -\usepackage[..]{unicode-math} -\setmathfont{...}[...] -\usepackage{fixdif} -\end{Verbatim} - -\subsection{对 \pkg{hyperref} 宏包的兼容} -如果你使用了 \pkg{hyperref} 宏包,需注意 \pkg{fixdif} 宏包需要在 \pkg{hyperref} -之后载入,否则会引起冲突。 - -\subsection{基本命令及宏包选项} -\DescribeMacro{\d} -\pkg{fixdif} 宏包提供了 \cs{d} 命令用于在数学模式中得到微分算符“$\d{}$”。 +\subsection{基本的 \cs{d} 命令} +\DescribeMacro{\d}% +\pkg{fixdif} 宏包提供了 \cs{d} 命令用于在数学模式中得到微分算符“$\d$”。 在正文中,\cs{d} 会保留其原有的重音符号的功能。例如: \begin{Verbatim} $\d x$ 和 \d x \end{Verbatim} 以上代码会得到“$\d x$ 和 \d x”。 -\paragraph{设置 \cs{d} 的字体} +\subsection{设置 \cs{d} 的字体} 本宏包提供了两个选项来控制 \cs{d} 的字体,分别为 \opt{rm} 和 \opt{normal}。 其中,\opt{rm} 为默认值,表示 \cs{d} 的字体为罗马体(\cs{mathrm}); \opt{normal} 表示 \cs{d} 的字体为数学模式下的常规体(\cs{mathnormal}), @@ -243,8 +223,8 @@ $\d x$ 和 \d x \end{Verbatim} 在此设置下,正文中的 |\d x| 会得到 $\mathsf{d}x$。 -\paragraph{\cs{partial} 的行为} -\DescribeMacro{\partial} +\subsection{\cs{partial} 的行为} +\DescribeMacro{\partial}% \pkg{fixdif} 宏包将 \cs{partial} 归为微分算符,正文中的 \cs{partial} 前面也会有 自动的间距。例如 |$\partial x\partial y$| 会得到 $\partial x\partial y$。 若不需要将 \cs{partial} 视为微分算符,可以开启 \opt{nopartial} 选项: @@ -310,7 +290,7 @@ $\d x$ 和 \d x \noindent\textcolor{titlecolor}{\cs{newdif}\marg{cmd}\marg{multi-cmd}}% \DescribeMacro{\newdif}\hfill(仅限在导言区使用,后无矫正)\\ \noindent\textcolor{titlecolor}{\cs{newdif*}\marg{cmd}\marg{multi-cmd}}% -\DescribeMacro{\newdif*}\hfill(仅限在导言区使用,后有矫正) +\hfill(仅限在导言区使用,后有矫正) 上面两个命令的第一个参数 \meta{cmd} 是新定义的微分算符命令,第二个参数 \meta{multi-cmd} 是超过一个字(token)的命令组合或字符串。举个例子,在 @@ -331,9 +311,9 @@ $\d x$ 和 \d x \cs{newdif}(\texttt{*}) 会检查第一个参数 \meta{cmd} 是否已经被定义,若 \meta{cmd} 已被定义,则会报错。 -\noindent\textcolor{titlecolor}{\cs{renewdif}\marg{cmd}\marg{multi-cmd}}\DescribeMacro{\renewdif} -\hfill(仅限在导言区使用,后无矫正)\\ -\noindent\textcolor{titlecolor}{\cs{renewdif*}\marg{cmd}\marg{multi-cmd}}\DescribeMacro{\renewdif*} +\noindent\textcolor{titlecolor}{\cs{renewdif}\marg{cmd}\marg{multi-cmd}}% +\DescribeMacro{\renewdif}\hfill(仅限在导言区使用,后无矫正)\\ +\noindent\textcolor{titlecolor}{\cs{renewdif*}\marg{cmd}\marg{multi-cmd}}% \hfill(仅限在导言区使用,后有矫正) 这两个命令用于将 \meta{cmd} 重定义为微分算符命令。 @@ -343,7 +323,7 @@ $\d x$ 和 \d x \noindent\textcolor{titlecolor}{\cs{mathdif}\marg{symbol}}% \DescribeMacro{\mathdif}\hfill(仅限在数学模式使用,后无矫正)\\ \noindent\textcolor{titlecolor}{\cs{mathdif*}\marg{symbol}}% -\DescribeMacro{\mathdif*}\hfill(仅限在数学模式使用,后有矫正) +\hfill(仅限在数学模式使用,后有矫正) 如需在正文中少量使用某一数学符号作为微分算符,可以使用上面的两个命令。 例如,\verb|$x\mathdif{\Delta}\psi$| 会得到 $x\mathdif{\Delta}\psi$。 @@ -367,15 +347,6 @@ $\d x$ 和 \d x \begin{Verbatim} \letdif{\laplacian}{Delta} \end{Verbatim} -如果你比较擅长使用 \pkg{xparse} 宏包(2020 年 10 月后已被集成进 \LaTeXe{} 内核) -的接口,你也可以采用下面的方法: -\begin{Verbatim} -\letdif{\nabla}{nabla} -\DeclareDocumentCommand{ \laplacian }{ s }{ - \IfBooleanTF { #1 } { \mathdif{\Delta} } { \nabla^2 } -} -\end{Verbatim} -这样,|\laplacian| 会得到 $\nabla^2$,|\laplacian*| 会得到 $\Delta$。 \paragraph{处理正负号与微分算符之间的间距} 输入 |$-\d x$| 会得到 $-\d x$。如果你不希望在正负号与微分算符之间保留 diff --git a/Master/texmf-dist/doc/latex/fixdif/fixdif.pdf b/Master/texmf-dist/doc/latex/fixdif/fixdif.pdf Binary files differindex c01f1bc78f3..8e80606dd32 100644 --- a/Master/texmf-dist/doc/latex/fixdif/fixdif.pdf +++ b/Master/texmf-dist/doc/latex/fixdif/fixdif.pdf |