summaryrefslogtreecommitdiff
path: root/Master/texmf-dist/source/latex/mathtools/mathtools.dtx
diff options
context:
space:
mode:
authorKarl Berry <karl@freefriends.org>2018-01-08 22:18:48 +0000
committerKarl Berry <karl@freefriends.org>2018-01-08 22:18:48 +0000
commit343149415948f873715217dff41493941d20cd90 (patch)
tree499728e4dc2286a083449bdc850037bf280dc396 /Master/texmf-dist/source/latex/mathtools/mathtools.dtx
parent9b36c30d1213436b0c7919940c67b142b5d982c0 (diff)
mathtools (8jan18)
git-svn-id: svn://tug.org/texlive/trunk@46250 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master/texmf-dist/source/latex/mathtools/mathtools.dtx')
-rw-r--r--Master/texmf-dist/source/latex/mathtools/mathtools.dtx14
1 files changed, 10 insertions, 4 deletions
diff --git a/Master/texmf-dist/source/latex/mathtools/mathtools.dtx b/Master/texmf-dist/source/latex/mathtools/mathtools.dtx
index 06a6c6c4a43..d5facd8df28 100644
--- a/Master/texmf-dist/source/latex/mathtools/mathtools.dtx
+++ b/Master/texmf-dist/source/latex/mathtools/mathtools.dtx
@@ -68,7 +68,7 @@
\input docstrip.tex
\Msg{************************************************************************}
\Msg{* Installation}
-\Msg{* Package: mathtools 2017/10/30 v1.20}
+\Msg{* Package: mathtools 2018/01/08 v1.21}
\Msg{************************************************************************}
\keepsilent
@@ -131,7 +131,7 @@ and the derived files
%<*driver>
\NeedsTeXFormat{LaTeX2e}
\ProvidesFile{mathtools.drv}%
- [2017/10/30 v1.20 mathematical typesetting tools]
+ [2018/01/08 v1.21 mathematical typesetting tools]
\documentclass{ltxdoc}
\IfFileExists{fourier.sty}{\usepackage{fourier}}{}
\addtolength\marginparwidth{-25pt}
@@ -2713,7 +2713,7 @@ hyperindex=false,
% \begin{macrocode}
%<*package>
\ProvidesPackage{mathtools}%
- [2017/10/30 v1.20 mathematical typesetting tools]
+ [2018/01/08 v1.21 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}}
@@ -5271,7 +5271,11 @@ hyperindex=false,
\penalty\predisplaypenalty\vskip\abovedisplayskip%
\vskip-\lineskiplimit % CCS
\vskip\normallineskiplimit % CCS
- \vskip\l_MT_above_intertext_sep
+% \end{macrocode}
+% \changes{v1.21}{2018/01/08}{Typo, it should use \texttt{\_below\_}
+% not \texttt{\_above\_}}
+% \begin{macrocode}
+ \vskip\l_MT_below_intertext_sep
}%
}%
% \end{macrocode}
@@ -5280,6 +5284,8 @@ hyperindex=false,
% us to get the same error messages as \cs{intertext}.
% \changes{v1.19}{2017/03/31}{Added}
% \begin{macrocode}
+ % also activate \shortintertext, such that is is only available when
+ % \intertext is
\MH_let:NwN \shortintertext \shortintertext@
}
% \end{macrocode}