diff options
Diffstat (limited to 'Master/texmf-doc/doc/english/mathmode/Mathmode.tex')
-rw-r--r-- | Master/texmf-doc/doc/english/mathmode/Mathmode.tex | 31 |
1 files changed, 24 insertions, 7 deletions
diff --git a/Master/texmf-doc/doc/english/mathmode/Mathmode.tex b/Master/texmf-doc/doc/english/mathmode/Mathmode.tex index c6d191282d3..bdfc650849c 100644 --- a/Master/texmf-doc/doc/english/mathmode/Mathmode.tex +++ b/Master/texmf-doc/doc/english/mathmode/Mathmode.tex @@ -13,7 +13,7 @@ %% DESCRIPTION: %% `Mathmode' is a document how the math mode works inside LaTeX %% -\def\MathmodeVersion{2.28} +\def\MathmodeVersion{2.29} %\ifvtex\title{\logo Math mode - v.\MathmodeVersion}\else \ifpdf\title{Math mode - v.\MathmodeVersion}\else \title{\logo Math mode - v.\MathmodeVersion}\fi%\fi @@ -1930,17 +1930,19 @@ In difference to a \Index{decimal point} and a \Index{comma} as a marker of thou countries prefer it vice versa. To get the same behaviour the meaning of \Index{dot} and comma has to be changed: + \begin{align} -1,234,567.89 & \textrm{ default}\\ -1.234.567,89 & \textrm{ vice versa, wrong spacing}\\\label{eq:comma} -1\mathpunct{.}234\mathpunct{.}567{,}89 & \textrm{ correct spacing} +1,234,567.89 & \text{ default}\\ +1.234.567,89 & \text{ vice versa, wrong spacing}\label{eq:comma}\\ +1\mathpunct{.}234\mathpunct{.}567{,}89 & \text{ correct spacing} \end{align} \begin{lstlisting} -1,234,567.89 & \textrm{ default}\\ -1.234.567,89 & \textrm{ vice versa, wrong spacing}\\ -1\mathpunct{.}234\mathpunct{.}567{,}89 & \textrm{ correct spacing} +%\usepackage{amsmath} +1,234,567.89 & \text{ default}\\ +1.234.567,89 & \text{ vice versa, wrong spacing}\\ +1\mathpunct{.}234\mathpunct{.}567{,}89 & \text{ correct spacing} \end{lstlisting} The original definitions from \verb+fontmath.ltx+\footnote{% @@ -6655,6 +6657,21 @@ $\threesim ABC$ \end{minipage} +\noindent +\begin{minipage}{0.7\linewidth} +\begin{lstlisting} +\newcommand\Let{\mathrel{\mathop:\!\!=}}% Upper case L! +\newcommand\teL{\mathrel{=\!\!\mathop:}} +$x\Let y$ $y\teL x$ +\end{lstlisting}% +\end{minipage}\hfill +\newcommand\Let{\mathrel{\mathop:\!\!=}}% Upper case L! +\newcommand\teL{\mathrel{=\!\!\mathop:}} +$x\Let y$ $y\teL x$ +\begin{minipage}{0.15\linewidth} +\end{minipage} + + %\lstset{xrightmargin=-\marginparwidth} \part{Examples} |