[latex3-commits] [git/LaTeX3-latex3-latex2e] master: rephrase note on space before [ and suggeste safer workaround for bold eqref (4d62825)
David Carlisle
d.p.carlisle at gmail.com
Tue Apr 3 21:23:33 CEST 2018
Repository : https://github.com/latex3/latex2e
On branch : master
Link : https://github.com/latex3/latex2e/commit/4d62825dbeb1f9306640b9b1ca9561b3413495a3
>---------------------------------------------------------------
commit 4d62825dbeb1f9306640b9b1ca9561b3413495a3
Author: David Carlisle <d.p.carlisle at gmail.com>
Date: Tue Apr 3 20:23:33 2018 +0100
rephrase note on space before [ and suggeste safer workaround for bold eqref
>---------------------------------------------------------------
4d62825dbeb1f9306640b9b1ca9561b3413495a3
required/amsmath/amsldoc.tex | 8 +++-----
1 file changed, 3 insertions(+), 5 deletions(-)
diff --git a/required/amsmath/amsldoc.tex b/required/amsmath/amsldoc.tex
index bba5deb..5412ba2 100644
--- a/required/amsmath/amsldoc.tex
+++ b/required/amsmath/amsldoc.tex
@@ -882,10 +882,8 @@ an optional\index{options!positioning of \texttt{-ed} environments}
|[b]|\index{b option@\texttt{b} (bottom) option} or the default
|[c]|\index{c option@\texttt{c} (center) option}
argument to specify vertical
-positioning. Do not insert a space\index{options!space before \texttt{[}}
-or line break\index{line break} before the option; leaving a space
-will result in the option being printed rather than being interpreted
-as intended. (This misfeature is corrected by \pkg{mathtools}.) See
+positioning. For maximum interoperability, do not insert a space\index{options!space before \texttt{[}}
+or line break\index{line break} before the option. See
also the note on page~\pageref{breaknote} regarding page breaking
within the \texttt{-ed} environments.
@@ -1079,7 +1077,7 @@ redefining \cn{theequation} as follows will produce roman numerals.
The default equation number is set in \cn{normalfont}. This means that
in bold section headings, bold is suppressed; a workaround for this is
-to locally specify \verb+\let\normalfont\relax+.
+to use \verb+(\ref{+\ldots\verb+})+ rather than \verb+\eqref{+\ldots\verb+}+.
If smaller type is specified for a numbered display, the size of the
equation number will also be small. The default size can be ensured
More information about the latex3-commits
mailing list