diff options
author | Karl Berry <karl@freefriends.org> | 2006-08-13 23:57:26 +0000 |
---|---|---|
committer | Karl Berry <karl@freefriends.org> | 2006-08-13 23:57:26 +0000 |
commit | d9b9c5c3fe8e511b205a80c567c199a6bf10d818 (patch) | |
tree | bf27136fb288b129df9332b4fd77f2d82d334030 /Master/texmf-doc/doc/english/mathmode/Mathmode.tex | |
parent | adc5dcda88ceeafccf75cee53a3825a24fdc59da (diff) |
mathmode update 2006-08-03 (3aug06)
git-svn-id: svn://tug.org/texlive/trunk@1946 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master/texmf-doc/doc/english/mathmode/Mathmode.tex')
-rw-r--r-- | Master/texmf-doc/doc/english/mathmode/Mathmode.tex | 17 |
1 files changed, 10 insertions, 7 deletions
diff --git a/Master/texmf-doc/doc/english/mathmode/Mathmode.tex b/Master/texmf-doc/doc/english/mathmode/Mathmode.tex index e69ea23c604..676c57619b5 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.14} +\def\MathmodeVersion{2.16} %\ifvtex\title{\logo Math mode - v.\MathmodeVersion}\else \ifpdf\title{Math mode - v.\MathmodeVersion}\else \title{\logo Math mode - v.\MathmodeVersion}\fi%\fi @@ -56,7 +56,7 @@ know all existing macros and options of \AllTeX{} and the several additional pac especially of \AmSmath. This is the reason why I have attempted to gather all the relevant %I tried to collect all important -facts in this paper. +facts in this paper. An advanced german version of this paper is available as a book \cite{voss06}. \vspace{3cm} \noindent Please report typos or any other comments to this documentation to @@ -82,7 +82,8 @@ in directory \url{CTAN://macros/latex/base/lppl.txt}. \section{Introduction} The following sections describe all the math commands which are available without any additional package. Most of them also work with special -packages and some of them are redefined. At first some important facts for typesetting math expressions. +packages and some of them are redefined. +At first some important facts for typesetting math expressions. \section{The Inlinemode}\label{sec:The-Inlinemode} As the name says this are always math expressions which are in a standard @@ -3521,7 +3522,7 @@ $x=\begin{cases} x & \textrm{this runs with as much text as you like, but without an automatic linebreak, it runs out of page....} -\end{cases}$%$ %%% ----- Martin -----(wegen EMacs Syntaxhighlighting) +\end{cases}$ \end{verbatim}} \noindent which gives equation~\vref{eq:cases}. It is obvious what the problem is. @@ -4507,7 +4508,7 @@ $\overset{over}{baseline}$\tabularnewline \CMD{underset} is a useful macro for having limits under non-operators (see page~\pageref{sec:amsopn}). %%% ----- Martin ----- \section{Problems with \texttt{amsmath}} -\AmSmath{} is an excellent package with some "'funny features"`. +\AmSmath{} is an excellent package with some ``funny features''. When using an \verb+align+ environment inside a \verb+gather+ environment, it should be centered just like the other lines. This is only true, when there is a number/tag or an additional ampersand: @@ -4756,7 +4757,8 @@ See section~\ref{subsec:mathskip}. \section{Math font macros} \subsection{\CMD{delcode}} -\cIndex{delcode}Each character has not only a \verb+\catcode+ and \verb+\mathcode+ but also a \verb+\delcode+ +\cIndex{delcode}Each character has not only a \verb+\catcode+ and \verb+\mathcode+ but also +a \verb+\delcode+ which defines for a single chracter how it should look when used as a math delimiter. \subsection{\CMD{delimiter}} @@ -5743,7 +5745,8 @@ This matrix was created with \part{Math fonts} Typesetting text and math is far different. There exist a lot of free text fonts without additional math characters. This is the reason why we have to buy a commercial math font, e.\,g. -\Index{Palatino} (\verb+pamath+) or \Index{Helvetica} (\verb+hvmath+), or to combine the free texttt font with another free math font. +\Index{Palatino} (\verb+pamath+) or \Index{Helvetica} (\verb+hvmath+), or to +combine the free text font with another free math font. \section{Computer modern} This is the default font, designed by Knuth.\index{cmr}\index{Computer modern} For the PDF output |