diff options
author | Karl Berry <karl@freefriends.org> | 2010-12-14 23:17:25 +0000 |
---|---|---|
committer | Karl Berry <karl@freefriends.org> | 2010-12-14 23:17:25 +0000 |
commit | 077eff04adecf7d632612d8fdfe97b77c57d0ad2 (patch) | |
tree | b974461bbafd7872bfa71a232c2c6945b4267cff /Master/texmf-dist | |
parent | 3a1b44e3a9b96476670befab0929def69c3b96aa (diff) |
mathmode 2.47 (14dec10)
git-svn-id: svn://tug.org/texlive/trunk@20742 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master/texmf-dist')
-rw-r--r-- | Master/texmf-dist/doc/latex/mathmode/Changes | 1 | ||||
-rw-r--r-- | Master/texmf-dist/doc/latex/mathmode/Mathmode.ltx | 3 | ||||
-rw-r--r-- | Master/texmf-dist/doc/latex/mathmode/Mathmode.pdf | bin | 1973337 -> 1973527 bytes | |||
-rw-r--r-- | Master/texmf-dist/doc/latex/mathmode/Mathmode.tex | 16 |
4 files changed, 11 insertions, 9 deletions
diff --git a/Master/texmf-dist/doc/latex/mathmode/Changes b/Master/texmf-dist/doc/latex/mathmode/Changes index aebb5d7b9df..4e4ddb5b663 100644 --- a/Master/texmf-dist/doc/latex/mathmode/Changes +++ b/Master/texmf-dist/doc/latex/mathmode/Changes @@ -1,4 +1,5 @@ ..... Mathmode.ltx|tex|bib|ist +2.47 2010-12-14 - added a note for missing equation* 2.46 2010-12-10 - edited the bibliography 2.45 2010-10-18 - fix bug with missing $ symbols 2.44 2010-08-22 - typos diff --git a/Master/texmf-dist/doc/latex/mathmode/Mathmode.ltx b/Master/texmf-dist/doc/latex/mathmode/Mathmode.ltx index 951a19dd4ac..3278a7d6d02 100644 --- a/Master/texmf-dist/doc/latex/mathmode/Mathmode.ltx +++ b/Master/texmf-dist/doc/latex/mathmode/Mathmode.ltx @@ -14,7 +14,7 @@ %% `Mathmode' is a document how the math mode works inside LaTeX %% % -\def\MathmodeVersion{2.46} +\def\MathmodeVersion{2.47} % \listfiles \documentclass[11pt,a4paper,english,twoside]{article} @@ -34,6 +34,7 @@ \usepackage{comment} \usepackage{graphicx} \usepackage{varwidth} +\usepackage{paralist} \usepackage{array} \usepackage{delarray} \usepackage{tabularx} diff --git a/Master/texmf-dist/doc/latex/mathmode/Mathmode.pdf b/Master/texmf-dist/doc/latex/mathmode/Mathmode.pdf Binary files differindex 0b499568349..7a0f27a06e9 100644 --- a/Master/texmf-dist/doc/latex/mathmode/Mathmode.pdf +++ b/Master/texmf-dist/doc/latex/mathmode/Mathmode.pdf diff --git a/Master/texmf-dist/doc/latex/mathmode/Mathmode.tex b/Master/texmf-dist/doc/latex/mathmode/Mathmode.tex index fd68193a08d..c8d4bdf844e 100644 --- a/Master/texmf-dist/doc/latex/mathmode/Mathmode.tex +++ b/Master/texmf-dist/doc/latex/mathmode/Mathmode.tex @@ -28,7 +28,7 @@ Azzam Hassam; Gernot Hassenpflug; Henning Heinze; Martin Hensel; Mathias Hoffmann; Jon Kirwan; Morten H\o{}gholm; M. Kalidoss; Dan Lasley; - Angus Leeming; Vladimir Lomov; Tim Love; Ladislav Lukas; Dan Luecking; + Angus Leeming; Vladimir Lomov; Mico Loretan; Tim Love; Ladislav Lukas; Dan Luecking; Hendrik Maryns; Heinz Mezera; David Neuway; Luis Trucco Passadore; Joachim Punter; @@ -67,7 +67,7 @@ Members of DANTE e.\,V., the german \TeX\ users group, may ask for a special pri \vspace{3cm} \noindent Please report typos or any other comments to this documentation to -\href{mailto:voss@perce.de}{voss@perce.de}. +\href{mailto:hvoss@tug.org}{hvoss@tug.org}. %\noindent This document was written with the \LaTeX{} editor \verb+Kile 1.8+ %\verb+(Qt 3.3+ \verb+KDE 3.4)+ %\href{http://sourceforge.net/projects/kile/}{http://sourceforge.net/projects/kile/} @@ -403,7 +403,7 @@ The delimiters\index{Delimiter} \CMD{begin\{equation\} ... }\CMD{end\{equation\}} are the only difference to the inline version. There are some equivalent commands for the display-math mode: -\begin{enumerate} +\begin{compactenum} \mPar{\CMD{begin\{displaymath\}}\\ \ldots\\ \CMD{end\{displaymath\}}}% @@ -431,10 +431,10 @@ displayed, a sequential equation number, which may be reset when starting a new chapter or section. -\begin{enumerate} +\begin{compactenum} \item There is only \textbf{one} equation number for the whole environment. -\item \mPar{\CMD{nonumber}}There exists no star-version of the equation environment -because \CIndex{[}\ldots\CIndex{]} is the equivalent. With the tag +\item \mPar{\CMD{nonumber}}In standard \LaTeX\ there exists no star-version of the equation environment +because \CIndex{[}\ldots\CIndex{]} is the equivalent. However, with package \AmSmath\ it will be defined. With the tag \CIndex{nonumber} it is possible to suppress the equation number: \begin{minipage}{0.5\linewidth} @@ -450,8 +450,8 @@ because \CIndex{[}\ldots\CIndex{]} is the equivalent. With the tag \end{lstlisting} \end{minipage} % -\end{enumerate} -\end{enumerate} +\end{compactenum} +\end{compactenum} \subsection{\texttt{eqnarray} environment}\label{display:eqnarray} |