[latex3-commits] [git/LaTeX3-latex3-latex2e] develop: document math spacing changes (4ff57c30)
Ulrike Fischer
fischer at troubleshooting-tex.de
Fri May 29 10:07:39 CEST 2020
Repository : https://github.com/latex3/latex2e
On branch : develop
Link : https://github.com/latex3/latex2e/commit/4ff57c309a3ce980ac698ec708a6b33e1f6ea800
>---------------------------------------------------------------
commit 4ff57c309a3ce980ac698ec708a6b33e1f6ea800
Author: Ulrike Fischer <fischer at troubleshooting-tex.de>
Date: Fri May 29 10:07:39 2020 +0200
document math spacing changes
>---------------------------------------------------------------
4ff57c309a3ce980ac698ec708a6b33e1f6ea800
base/doc/ltnews32.tex | 19 +++++++++++++++++++
1 file changed, 19 insertions(+)
diff --git a/base/doc/ltnews32.tex b/base/doc/ltnews32.tex
index 65582d17..48e169f4 100644
--- a/base/doc/ltnews32.tex
+++ b/base/doc/ltnews32.tex
@@ -476,6 +476,25 @@ now allowed.
%
\githubissue{335}
+\subsection{Spacing commands moved from \pkg{amsmath} to the kernel}
+Originally \LaTeX{} only provided a small set of spacing commands
+for use in text and math, some of the commands like \cs{;} were
+only supported in math mode. \texttt{amsmath} normalized and
+provided all of them in text and math. This code has now been
+moved to the kernel so that it is generally available.
+%
+\githubissue{303}
+
+\begin{tabular}{lll}
+command name(s) & math & text\\\hline
+\cs{,} \cs{thinspace} & $x\,x$ & x\,x\\
+\cs{!} \cs{negthinspace} & $x\!x$ & x\!x\\
+\cs{:} \cs{>} \cs{medspace} & $x\:x$ & x\:x\\
+\cs{negmedspace} & $x\negmedspace x$ & x\negmedspace x\\
+\cs{;} \cs{thickspace} & $x\;x$ & x\;x\\
+\cs{negthickspace} & $x\negthickspace x$ & x\negthickspace x\\
+\end{tabular}
+
\section{Changes to packages in the \pkg{graphics} category}
More information about the latex3-commits
mailing list.