From 32940266507ccd0c4ba129c61e8932734370e283 Mon Sep 17 00:00:00 2001 From: Norbert Preining Date: Tue, 13 Apr 2021 03:00:56 +0000 Subject: CTAN sync 202104130300 --- macros/latex/contrib/aomart/README | 5 ++- macros/latex/contrib/aomart/aomart.dtx | 58 +++++++++++++++++++-------- macros/latex/contrib/aomart/aomart.pdf | Bin 413744 -> 414567 bytes macros/latex/contrib/aomart/aomfrench.pdf | Bin 204430 -> 204681 bytes macros/latex/contrib/aomart/aomsample.pdf | Bin 477825 -> 479193 bytes macros/latex/contrib/aomart/aomsample.tex | 32 +++++++-------- macros/latex/contrib/aomart/aomsample1.pdf | Bin 477842 -> 479194 bytes macros/latex/contrib/aomart/aomsample1.tex | 18 ++++++--- macros/latex/contrib/aomart/fullref.pl | 4 +- macros/latex/contrib/mathtools/empheq.pdf | Bin 311677 -> 311680 bytes macros/latex/contrib/mathtools/mathtools.dtx | 17 +++++--- macros/latex/contrib/mathtools/mathtools.ins | 3 +- macros/latex/contrib/mathtools/mathtools.pdf | Bin 456864 -> 456865 bytes macros/latex/contrib/mathtools/mhsetup.pdf | Bin 236759 -> 236759 bytes 14 files changed, 88 insertions(+), 49 deletions(-) (limited to 'macros/latex/contrib') diff --git a/macros/latex/contrib/aomart/README b/macros/latex/contrib/aomart/README index 31738d4abe..2fa8715ea8 100644 --- a/macros/latex/contrib/aomart/README +++ b/macros/latex/contrib/aomart/README @@ -1,12 +1,15 @@ LaTeX Class for The Annals of Mathematics Boris Veytsman - Version 1.24 + Version 1.25 This package provides the class for typesetting articles for The Annals of Mathematics, http://annals.princeton.edu/. Changes: + Version 1.25 + New command: \fullpageref + Version 1.24 Optionally print MSC designation diff --git a/macros/latex/contrib/aomart/aomart.dtx b/macros/latex/contrib/aomart/aomart.dtx index 3bfbf3390a..f5e7e0d025 100644 --- a/macros/latex/contrib/aomart/aomart.dtx +++ b/macros/latex/contrib/aomart/aomart.dtx @@ -1,7 +1,7 @@ % \iffalse -% $Id: aomart.dtx,v 1.77 2020/08/09 22:26:46 boris Exp $ +% $Id: aomart.dtx,v 1.78 2021/04/11 00:14:37 boris Exp $ % -% Copyright 2010-2020, Princeton University (Mathematics Department) +% Copyright 2010-2021, Princeton University (Mathematics Department) % This work may be distributed and/or modified under the % conditions of the LaTeX Project Public License, either % version 1.3 of this license or (at your option) any @@ -23,7 +23,7 @@ % public domain. % % \fi -% \CheckSum{1532} +% \CheckSum{1536} % % %% \CharacterTable @@ -66,7 +66,7 @@ % \GetFileInfo{aomart.dtx} % \newcommand{\progname}[1]{\textsf{#1}} % \title{\LaTeX{} Class for The \emph{Annals of -% Mathematics}\thanks{\copyright 2010--2020, Princeton University +% Mathematics}\thanks{\copyright 2010--2021, Princeton University % (Mathematics Department)}} % \author{Boris Veytsman\thanks{% % \href{mailto:borisv@lk.net}{\texttt{borisv@lk.net}}, @@ -574,10 +574,11 @@ % \end{verbatim} % % -% \DescribeMacro{\fullref} -% \DescribeMacro{\pfullref} -% \DescribeMacro{\bfullref} -% \DescribeMacro{\eqfullref} +% \DescribeMacro{\fullref}% +% \DescribeMacro{\pfullref}% +% \DescribeMacro{\bfullref}% +% \DescribeMacro{\eqfullref}% +% \DescribeMacro{\fullpageref}% % A set of macros is used to make more convenient clickable references % in the online versions of papers. The % package~\progname{hyperref}~\cite{Rahtz06:Hyperref} @@ -600,6 +601,19 @@ % \begin{verbatim} % ...see \eqfullref{equation}{eq:alpha}... % \end{verbatim} +% The similar command |\fullpageref| is used to make the word +% ``page'' clickable, for example, +% \begin{verbatim} +% ...see \eqfullref{equation}{eq:alpha} on +% \fullpageref{eq:alpha}... +% \end{verbatim} +% By default the command adds the word ``page'' to the text. You can +% override this choice using the optiomal parameter, e.g. +% \begin{verbatim} +% \fullpageref[The page]{eq:alpha} starts the discussion of... +% \end{verbatim} +% +% % % The \progname{Perl} script \path{fullref.pl} can be used to convert % change all references to the |\fullref| commands. It works in the @@ -607,14 +621,15 @@ % \begin{verbatim} % perl fullref.pl original.pl > result.pl % \end{verbatim} -% The script converts all instances of combinations ``|word \ref{reference}|'' -% and ``|word~\ref{reference}|'' -% to ``|\fullref{word}{reference}|, and similarly for -% parenthesized references or |\eqref| commands. To prevent the -% converting, just put |\ref{reference}| or |\eqref{reference}| inside -% braces. The ``word'' here must not start with a backslash -% (i.e. must not be a macro itself). This prevents disastrous results -% for phrases like ``|see~\ref{a}, \ref{b}|''. +% The script converts all instances of combinations +% ``|word \ref{reference}|'', ``|word~\ref{reference}|'' and +% ``|word~\pageref{reference}|'' to ``|\fullref{word}{reference}|, and +% similarly for parenthesized references, |\eqref| commands, and page +% references. To prevent the converting, just put |\ref{reference}| +% or |\eqref{reference}| inside braces. The ``word'' here must not +% start with a backslash (i.e. must not be a macro itself). This +% prevents disastrous results for phrases like +% ``|see~\ref{a}, \ref{b}|''. % % % The distribution includes two sample files, \path{aomsample.tex} and @@ -781,7 +796,7 @@ \ProvidesFile{aomart.dtx} % %\ProvidesClass{aomart} -[2020/08/09 v1.24 Typesetting articles for the Annals of Mathematics] +[2021/04/10 v1.25 Typesetting articles for the Annals of Mathematics] % \end{macrocode} % % @@ -2322,6 +2337,15 @@ \newcommand{\eqfullref}[2]{\hyperref[#2]{#1~\textup{\tagform@{\ref*{#2}}}}} % \end{macrocode} % \end{macro} +% \begin{macro}{\fullpageref} +% \changes{v1.25}{2021/04/10}{Added macro} +% A wide link for page reference. Note that the word ``page'' can +% be omitted +% \begin{macrocode} +\newcommand{\fullpageref}[2][page]{\hyperref[#2]{#1~\pageref*{#2}}} +% \end{macrocode} +% \end{macro} +% % % \begin{macro}{\eqnarray} % \changes{v0.9}{2010/12/04}{Redefined standard macro} diff --git a/macros/latex/contrib/aomart/aomart.pdf b/macros/latex/contrib/aomart/aomart.pdf index 58366ab260..1ae47991e8 100644 Binary files a/macros/latex/contrib/aomart/aomart.pdf and b/macros/latex/contrib/aomart/aomart.pdf differ diff --git a/macros/latex/contrib/aomart/aomfrench.pdf b/macros/latex/contrib/aomart/aomfrench.pdf index 5b411b76b1..2412c92901 100644 Binary files a/macros/latex/contrib/aomart/aomfrench.pdf and b/macros/latex/contrib/aomart/aomfrench.pdf differ diff --git a/macros/latex/contrib/aomart/aomsample.pdf b/macros/latex/contrib/aomart/aomsample.pdf index 817a42f5ee..1faf78a4e9 100644 Binary files a/macros/latex/contrib/aomart/aomsample.pdf and b/macros/latex/contrib/aomart/aomsample.pdf differ diff --git a/macros/latex/contrib/aomart/aomsample.tex b/macros/latex/contrib/aomart/aomsample.tex index 9d331b0b85..2ecba3e18d 100644 --- a/macros/latex/contrib/aomart/aomsample.tex +++ b/macros/latex/contrib/aomart/aomsample.tex @@ -365,7 +365,7 @@ D(t_1,\dots,t_n) where $\mathbf{K}(t=1,t_1,\dots,t_n; i|i)$ is the $i$th principal submatrix of $\mathbf{K}(t=1,t_1,\dots,t_n)$. -Theorem ~\ref{thm-main} leads to +Theorem~\ref{thm-main} leads to \begin{equation}\label{detK1} \det\mathbf{K}(t_1,t_1,\dots,t_n) =\sum_{I\in\mathbf{n}}(-1)^{\envert{I}}t^{n-\envert{I}} @@ -379,7 +379,7 @@ Note that ^{(\lambda)}(\overline{I}|\overline{I})=0. \end{equation} -Let $t_i=\hat x_i,i=1,\dots,n$. Lemma ~\ref{lem-per} yields +Let $t_i=\hat x_i,i=1,\dots,n$. Lemma~\ref{lem-per} yields \begin{multline} \biggl(\sum_{\,i\in\mathbf{n}}a_{l _i}x_i\biggr) \det\mathbf{K}(t=1,x_1,\dots,x_n;l |l )\\ @@ -421,8 +421,8 @@ D(t_1,\dots,t_n)}_{t_i=\left\{\begin{smallmatrix} \section{Application} \label{lincomp} -We consider here the applications of Theorems~\ref{th-info-ow-ow} and -~\ref{th-weak-ske-owf} to a complete +We consider here the applications of Theorems~\ref{th-info-ow-ow} +and~\ref{th-weak-ske-owf} on page~\pageref{th-weak-ske-owf} to a complete multipartite graph $K_{n_1\dots n_p}$. It can be shown that the number of spanning trees of $K_{n_1\dots n_p}$ may be written @@ -463,7 +463,7 @@ H_c&=\frac12\sum^{n-1}_{l =0} \end{equation} The enumeration of $H_c$ in a $K_{n_1\dotsm n_p}$ graph can also be -carried out by Theorem ~\ref{thm-H-param} or ~\ref{thm-asym} +carried out by Theorem~\ref{thm-H-param} or~\ref{thm-asym} together with the algebraic method of \eqref{multdef}. Some elegant representations may be obtained. For example, $H_c$ in a $K_{n_1n_2n_3}$ graph may be written @@ -930,8 +930,8 @@ achieve the general result using \thmref{t:conl}. \begin{step} Assume that $n=1$. Since $S_u$ is at most countable, \eqref{sum-bij} -yields that $\abs{\wt{D}v}(S_u\backslash S_v)=0$, so that -\eqref{e:st} and \eqref{e:barwq} imply that $Dv=\wt{D}v+Jv$ is +yields that $\abs{\wt{D}v}(S_u\backslash S_v)=0$, so that~\eqref{e:st} +and \eqref{e:barwq} imply that $Dv=\wt{D}v+Jv$ is the Radon-Nikod\'ym decomposition of $Dv$ in absolutely continuous and singular part with respect to $\abs{\wt{D} u}$. By \thmref{th-weak-ske-owf}, we have @@ -959,8 +959,8 @@ and \hat v(t)=f(\hat u(t))\qquad\forall t\in\mathbf{R}.\end{equation} Let $t\in\mathbf{R}$ be such that $\abs{\wt{D}u}(\interval{\left[t,s\right[})>0$ for every $s>t$ and -assume that the limits in \eqref{joe} exist. By \eqref{j:mark} and -\eqref{far-d} we get +assume that the limits in \eqref{joe} exist. By \eqref{j:mark} +and~\eqref{far-d} we get \begin{equation*}\begin{split} \frac{\hat v(s)-\hat v(t)}{\abs{\wt{D}u}(\interval{\left[t,s\right[})}&=\frac {f(\hat @@ -1021,8 +1021,8 @@ for $\mathcal{H}_{n-1}$-almost every $y\in \pi_\nu$. We claim that }}(y+t\nu)=\frac{\wt{D}u_y} {\abs{\wt{D}u_y}}(t)\qquad\abs{\wt{D}u_y}\text{-a.e. in }\mathbf{R} \end{equation} -for $\mathcal{H}_{n-1}$-almost every $y\in\pi_\nu$. In fact, by -\eqref{sum-ali} and \eqref{delta-l} we get +for $\mathcal{H}_{n-1}$-almost every $y\in\pi_\nu$. In fact, +by~\eqref{sum-ali} and \eqref{delta-l} we get \begin{multline*} \int_{\pi_\nu}\frac{\wt{D}u_y}{\abs{\wt{D}u_y}}\cdot\abs{\wt{D}u_y }\,d\mathcal{H}_{n-1}(y)=\int_{\pi_\nu}\wt{D}u_y\,d\mathcal{H}_{n-1}(y)\\ @@ -1046,8 +1046,7 @@ u,\nu\rangle }{\abs{\langle \wt{D}u,\nu\rangle }}(y+t\nu))-f(\tilde u(y+t\nu))}{h} =\frac{\langle \wt{D}v,\nu\rangle }{\abs{\langle \wt{D}u,\nu\rangle }}(y+t\nu)\] -for $\mathcal{H}_{n-1}$-almost every $y\in\pi_\nu$, and using again -\eqref{detK1}, \eqref{detK2} we get +for $\mathcal{H}_{n-1}$-almost every $y\in\pi_\nu$, and using again~\eqref{detK1}, \eqref{detK2} we get \[ \lim_{h\to 0}\frac{f(\tilde u(x)+h\dfrac{\langle \wt{D}u,\nu\rangle }{\abs{\langle \wt{D}u,\nu\rangle }}(x))-f(\tilde @@ -1126,8 +1125,9 @@ A^{(\lambda)}_l =\sum_{I_l \subseteq\mathbf{n}}\per \mathbf{A} \end{thm} It is worth noting that $A_l ^{(\lambda)}$ of \eqref{A-l-lambda} is -similar to the coefficients $b_l $ of the characteristic polynomial of -\eqref{bl-sum}. It is well known in graph theory that the coefficients +similar to the coefficients $b_l $ of the characteristic polynomial +of~\eqref{bl-sum}. It is well known in graph theory that the +coefficients $b_l $ can be expressed as a sum over certain subgraphs. It is interesting to see whether $A_l $, $\lambda=0$, structural properties of a graph. @@ -1153,7 +1153,7 @@ A_l = 0,&\text{otherwise }.\end{cases} \label{compl-bip-gr} \end{equation} -Theorem ~\ref{thm-H-param} +Theorem~\ref{thm-H-param} leads to \begin{equation} H_c=\frac1{n_1+n_2}n_1!n_2!\delta_{n_1n_2}. diff --git a/macros/latex/contrib/aomart/aomsample1.pdf b/macros/latex/contrib/aomart/aomsample1.pdf index cbc4470d34..da11f5c574 100644 Binary files a/macros/latex/contrib/aomart/aomsample1.pdf and b/macros/latex/contrib/aomart/aomsample1.pdf differ diff --git a/macros/latex/contrib/aomart/aomsample1.tex b/macros/latex/contrib/aomart/aomsample1.tex index 29257baead..30a52e5691 100644 --- a/macros/latex/contrib/aomart/aomsample1.tex +++ b/macros/latex/contrib/aomart/aomsample1.tex @@ -421,7 +421,8 @@ D(t_1,\dots,t_n)}_{t_i=\left\{\begin{smallmatrix} \section{Application} \label{lincomp} -We consider here the applications of \fullref{Theorems}{th-info-ow-ow} \fullref{and}{th-weak-ske-owf} to a complete +We consider here the applications of \fullref{Theorems}{th-info-ow-ow} +\fullref{and}{th-weak-ske-owf} on \fullpageref[page]{th-weak-ske-owf} to a complete multipartite graph $K_{n_1\dots n_p}$. It can be shown that the number of spanning trees of $K_{n_1\dots n_p}$ may be written @@ -928,7 +929,8 @@ achieve the general result using \thmref{t:conl}. \begin{step} Assume that $n=1$. Since $S_u$ is at most countable, \eqref{sum-bij} -yields that $\abs{\wt{D}v}(S_u\backslash S_v)=0$, so that \eqref{e:st} and \eqref{e:barwq} imply that $Dv=\wt{D}v+Jv$ is +yields that $\abs{\wt{D}v}(S_u\backslash S_v)=0$, so that~\eqref{e:st} +and \eqref{e:barwq} imply that $Dv=\wt{D}v+Jv$ is the Radon-Nikod\'ym decomposition of $Dv$ in absolutely continuous and singular part with respect to $\abs{\wt{D} u}$. By \thmref{th-weak-ske-owf}, we have @@ -956,7 +958,8 @@ and \hat v(t)=f(\hat u(t))\qquad\forall t\in\mathbf{R}.\end{equation} Let $t\in\mathbf{R}$ be such that $\abs{\wt{D}u}(\interval{\left[t,s\right[})>0$ for every $s>t$ and -assume that the limits in \eqref{joe} exist. By \eqref{j:mark} and \eqref{far-d} we get +assume that the limits in \eqref{joe} exist. By \eqref{j:mark} +and~\eqref{far-d} we get \begin{equation*}\begin{split} \frac{\hat v(s)-\hat v(t)}{\abs{\wt{D}u}(\interval{\left[t,s\right[})}&=\frac {f(\hat @@ -1017,7 +1020,8 @@ for $\mathcal{H}_{n-1}$-almost every $y\in \pi_\nu$. We claim that }}(y+t\nu)=\frac{\wt{D}u_y} {\abs{\wt{D}u_y}}(t)\qquad\abs{\wt{D}u_y}\text{-a.e. in }\mathbf{R} \end{equation} -for $\mathcal{H}_{n-1}$-almost every $y\in\pi_\nu$. In fact, by \eqref{sum-ali} and \eqref{delta-l} we get +for $\mathcal{H}_{n-1}$-almost every $y\in\pi_\nu$. In fact, +by~\eqref{sum-ali} and \eqref{delta-l} we get \begin{multline*} \int_{\pi_\nu}\frac{\wt{D}u_y}{\abs{\wt{D}u_y}}\cdot\abs{\wt{D}u_y }\,d\mathcal{H}_{n-1}(y)=\int_{\pi_\nu}\wt{D}u_y\,d\mathcal{H}_{n-1}(y)\\ @@ -1041,7 +1045,7 @@ u,\nu\rangle }{\abs{\langle \wt{D}u,\nu\rangle }}(y+t\nu))-f(\tilde u(y+t\nu))}{h} =\frac{\langle \wt{D}v,\nu\rangle }{\abs{\langle \wt{D}u,\nu\rangle }}(y+t\nu)\] -for $\mathcal{H}_{n-1}$-almost every $y\in\pi_\nu$, and using again \eqref{detK1}, \eqref{detK2} we get +for $\mathcal{H}_{n-1}$-almost every $y\in\pi_\nu$, and using again~\eqref{detK1}, \eqref{detK2} we get \[ \lim_{h\to 0}\frac{f(\tilde u(x)+h\dfrac{\langle \wt{D}u,\nu\rangle }{\abs{\langle \wt{D}u,\nu\rangle }}(x))-f(\tilde @@ -1120,7 +1124,9 @@ A^{(\lambda)}_l =\sum_{I_l \subseteq\mathbf{n}}\per \mathbf{A} \end{thm} It is worth noting that $A_l ^{(\lambda)}$ of \eqref{A-l-lambda} is -similar to the coefficients $b_l $ of the characteristic polynomial of \eqref{bl-sum}. It is well known in graph theory that the coefficients +similar to the coefficients $b_l $ of the characteristic polynomial +of~\eqref{bl-sum}. It is well known in graph theory that the +coefficients $b_l $ can be expressed as a sum over certain subgraphs. It is interesting to see whether $A_l $, $\lambda=0$, structural properties of a graph. diff --git a/macros/latex/contrib/aomart/fullref.pl b/macros/latex/contrib/aomart/fullref.pl index 0414089ea0..0eba808aa8 100644 --- a/macros/latex/contrib/aomart/fullref.pl +++ b/macros/latex/contrib/aomart/fullref.pl @@ -4,7 +4,7 @@ # perl fullref.pl original.tex > converted.tex # # -# Copyright (C) 2010 Annals of Mathematics. Public domain. +# Copyright (C) 2010-2021 Annals of Mathematics. Licenses under CC0 # # Author: Boris Veytsman # @@ -44,7 +44,7 @@ while (<>) { } s/(\s)([^\s\\]\S*[^~\s\(\)\[\]])[\s~]*\[\\ref\{([^\}]+)\}\]/$1\\bfullref{$2}{$3}/g; s/(\s)([^\s\\]\S*[^~\s\(\)\[\]])[\s~]*\\ref\{([^\}]+)\}/$1\\fullref{$2}{$3}/g; - + s/(\s)([^\s\\]\S*[^~\s\(\)\[\]])[\s~]*\\pageref\{([^\}]+)\}/$1\\fullpageref[$2]{$3}/g; # Now delete the extra space s/^ //; $prevline=$_; diff --git a/macros/latex/contrib/mathtools/empheq.pdf b/macros/latex/contrib/mathtools/empheq.pdf index 237e509ed9..bd5ffddff8 100644 Binary files a/macros/latex/contrib/mathtools/empheq.pdf and b/macros/latex/contrib/mathtools/empheq.pdf differ diff --git a/macros/latex/contrib/mathtools/mathtools.dtx b/macros/latex/contrib/mathtools/mathtools.dtx index 4078ac8a4d..b065615eb0 100644 --- a/macros/latex/contrib/mathtools/mathtools.dtx +++ b/macros/latex/contrib/mathtools/mathtools.dtx @@ -69,7 +69,7 @@ \input docstrip.tex \Msg{************************************************************************} \Msg{* Installation} -\Msg{* Package: mathtools 2021/03/28 v1.26} +\Msg{* Package: mathtools 2021/04/12 v1.27} \Msg{************************************************************************} \keepsilent @@ -133,8 +133,9 @@ and the derived files %<*driver> \NeedsTeXFormat{LaTeX2e} \ProvidesFile{mathtools.drv}% - [2021/03/28 v1.28 mathematical typesetting tools] + [2021/04/12 v1.27 mathematical typesetting tools] \documentclass{ltxdoc} + \IfFileExists{fourier.sty}{\usepackage{fourier}}{} \addtolength\marginparwidth{-25pt} \usepackage{mathtools} @@ -2982,7 +2983,7 @@ colorlinks, % \begin{macrocode} %<*package> \ProvidesPackage{mathtools}% - [2021/03/28 v1.26 mathematical typesetting tools] + [2021/04/12 v1.27 mathematical typesetting tools] % \end{macrocode} % \changes{v1.10}{2011/02/12}{Might as well make sure that we need the % latest version of \texttt{mhsetup}} @@ -4198,7 +4199,10 @@ colorlinks, % THIS IS LUALATEX \newcommand\MultlinedHook{ % from amsmath - \newenvironment{subarray}[1]{% +% \end{macrocode} +% \changes{1.27}{2021/04/12}{need to be \cs{renewenvironment}} +% \begin{macrocode} + \renewenvironment{subarray}[1]{% \vcenter\bgroup \Let@ \restore@math@cr \default@tag \let\math@cr@@\AMS@math@cr@@ % <--- the fix @@ -4215,7 +4219,10 @@ colorlinks, \crcr\egroup\egroup } % from mathtools - \newenvironment{crampedsubarray}[1]{% +% \end{macrocode} +% \changes{1.27}{2021/04/12}{need to be \cs{renewenvironment}} +% \begin{macrocode} + \renewenvironment{crampedsubarray}[1]{% \vcenter\bgroup \Let@ \restore@math@cr \default@tag \let\math@cr@@\AMS@math@cr@@ % <--- the fix diff --git a/macros/latex/contrib/mathtools/mathtools.ins b/macros/latex/contrib/mathtools/mathtools.ins index ab102f076b..dbc22bd44e 100644 --- a/macros/latex/contrib/mathtools/mathtools.ins +++ b/macros/latex/contrib/mathtools/mathtools.ins @@ -12,7 +12,6 @@ %% Copyright (C) 2012-2019 by Lars Madsen %% Copyright (C) 2020- by Lars Madsen, the LaTeX3 project %% -%% %% This work may be distributed and/or modified under the %% conditions of the LaTeX Project Public License, either %% version 1.3c of this license or (at your option) any later @@ -33,7 +32,7 @@ \input docstrip.tex \Msg{************************************************************************} \Msg{* Installation} -\Msg{* Package: mathtools 2021/03/18 v1.25} +\Msg{* Package: mathtools 2021/04/12 v1.27} \Msg{************************************************************************} \keepsilent diff --git a/macros/latex/contrib/mathtools/mathtools.pdf b/macros/latex/contrib/mathtools/mathtools.pdf index b0e8d1e7ff..800eba8211 100644 Binary files a/macros/latex/contrib/mathtools/mathtools.pdf and b/macros/latex/contrib/mathtools/mathtools.pdf differ diff --git a/macros/latex/contrib/mathtools/mhsetup.pdf b/macros/latex/contrib/mathtools/mhsetup.pdf index c1f853e0e2..2c818dd7cb 100644 Binary files a/macros/latex/contrib/mathtools/mhsetup.pdf and b/macros/latex/contrib/mathtools/mhsetup.pdf differ -- cgit v1.2.3