summaryrefslogtreecommitdiff
path: root/Master/texmf-doc/doc/english/mathmode/Mathmode.tex
diff options
context:
space:
mode:
authorKarl Berry <karl@freefriends.org>2008-10-30 23:55:47 +0000
committerKarl Berry <karl@freefriends.org>2008-10-30 23:55:47 +0000
commit4263a716ae472c8b8dd60214ba1ac37a6a53afd2 (patch)
tree279daa8b223a8e61d0d5d21b7b020290c0092aae /Master/texmf-doc/doc/english/mathmode/Mathmode.tex
parent59043f5dcffdd257e2a64806a6238094a7df7231 (diff)
mathmode update (30oct08)
git-svn-id: svn://tug.org/texlive/trunk@11132 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.tex151
1 files changed, 101 insertions, 50 deletions
diff --git a/Master/texmf-doc/doc/english/mathmode/Mathmode.tex b/Master/texmf-doc/doc/english/mathmode/Mathmode.tex
index abf65ff1a1f..dcb104b4128 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.33}
+%\def\MathmodeVersion{2.33} see .ltx
%\ifvtex\title{\logo Math mode - v.\MathmodeVersion}\else
\ifpdf\title{Math mode - v.\MathmodeVersion}\else
\title{\logo Math mode - v.\MathmodeVersion}\fi%\fi
@@ -80,7 +80,10 @@ in directory \url{CTAN://macros/latex/base/lppl.txt}.
\clearpage
+\begingroup
+\fancypagestyle{plain}
\tableofcontents{}
+\endgroup
\part{Standard \protect\LaTeX{} math mode}
@@ -2761,7 +2764,7 @@ to use the \verb+everydisplay+ macro (section~\vref{sec:other}).
\marginpar{\CMD{mathversion}\\\CMD{boldmath}\\\CMD{unboldmath}}%
Writing a whole formula in bold\index{boldmath@\textbackslash boldmath} is possible with the command sequence
-\verb|\boldmath ... \unboldmath|, which itself must be written in textmode (outside the
+\CMD{boldmath} \ldots\ \CMD{unboldmath}, which itself must be written in textmode (outside the
formula) or with the command \verb+{\mathversion{bold} ... }+.
\index{mathversion@\textbackslash mathversion}\index{boldmath@\textbackslash
boldmath}\index{unboldmath@\textbackslash unboldmath}
@@ -5951,7 +5954,7 @@ the package.
\CIndex{Factorial}\verb|{n}| & $\displaystyle \Factorial{n}$\\
\CIndex{DblFactorial}\verb|{n}| & $\displaystyle \DblFactorial{n}$\\
\CIndex{Binomial}\verb|{n}{k}| & $\displaystyle \Binomial{n}{k}$\\
-\CIndex{Multinomial}\verb|{1,2,3,4}|& $\displaystyle \Multinomial{1,2,3,4}$
+\CIndex{Multinomial}\verb|{1,2,3,4}|& $\displaystyle \Multinomial{i_1,\ldots,i_n}$
\end{tabular}
\bigskip
@@ -7325,17 +7328,16 @@ braces are also on the same line, \eg
\underbrace{\binom{t_x}{t_y}}_{\text{Translation}}
\end{equation}
-\begin{lstlisting}
+\begin{lstlisting}[xrightmargin=-\marginparwidth]
\begin{equation}
- \binom{x_R}{y_R} = \underbrace{r\vphantom{\binom{A}{B}}}_{\text{Skaling}}\cdot%
+\binom{x_R}{y_R} = \underbrace{r\vphantom{\binom{A}{B}}}_{\text{Skaling}}\cdot%
\underbrace{%
- \begin{pmatrix}
+ \begin{pmatrix}
\sin \gamma & -\cos \gamma \\
\cos \gamma & \sin \gamma \\
- \end{pmatrix}%
+ \end{pmatrix}%
}_{\text{Rotation}}
- \binom{x_K}{y_K} +
- \underbrace{\binom{t_x}{t_y}}_{\text{Translation}}
+\binom{x_K}{y_K} + \underbrace{\binom{t_x}{t_y}}_{\text{Translation}}
\end{equation}
\end{lstlisting}
@@ -7501,9 +7503,9 @@ formulas distributed over the whole page:
%
\begin{align*}
f(x) &= a\\
- g(x) &= x2-4x\\
-f(x)-g(x) &= x2+x3+x\\
- g &= x2+x3+x4+x5+b
+ g(x) &= x^2-4x\\
+f(x)-g(x) &= x^2+x^3+x\\
+ g &= x^2+x^3+x4+x^5+b
\end{align*}
%
They all have a different length of the left and right side. Now we want to write some
@@ -8095,7 +8097,7 @@ d(P,Q)|_{Stat.,Dependent}=\\
This document was build with
\begin{lstlisting}[breaklines,xrightmargin=-\marginparwidth]
-This is pdfTeXk, Version 3.141592-1.40.3 (Web2C 7.5.6) (format=pdflatex 2007.3.18) 21 APR 2007 09:54
+This is pdfTeXk, Version 3.1415926-1.40.9 (Web2C 7.5.7) (format=pdflatex 2008.10.24) 30 OCT 2008 10:19
\end{lstlisting}
and with the following file and package versions:
@@ -8110,15 +8112,24 @@ fixltx2e.sty 2006/03/24 v1.1n fixes to LaTeX
t1enc.def 2005/09/27 v1.99g Standard LaTeX file
inputenc.sty 2006/05/05 v1.1b Input encoding file
latin1.def 2006/05/05 v1.1b Input encoding file
- ifpdf.sty 2006/02/20 v1.4 Provides the ifpdf switch (HO)
- ifvtex.sty 2007/01/10 v1.2 Switches for detecting VTeX and its modes (HO)
+ bera.sty 2004/01/31 (WaS)
+ fontenc.sty
+ t1enc.def 2005/09/27 v1.99g Standard LaTeX file
+textcomp.sty 2005/09/27 v1.99g Standard LaTeX package
+ ts1enc.def 2001/06/05 v3.0e (jk/car/fm) Standard LaTeX file
+beraserif.sty 2004/01/30 (WaS)
+ keyval.sty 1999/03/16 v1.13 key=value parser (DPC)
+ t1fve.fd 2004/09/07 scalable font definitions for T1/fve.
+berasans.sty 2004/01/30 (WaS)
+beramono.sty 2004/01/31 (WaS)
+ ifpdf.sty 2007/12/12 v1.6 Provides the ifpdf switch (HO)
+ ifvtex.sty 2007/09/09 v1.3 Switches for detecting VTeX and its modes (HO)
comment.sty
graphicx.sty 1999/02/16 v1.0f Enhanced LaTeX Graphics (DPC,SPQR)
- keyval.sty 1999/03/16 v1.13 key=value parser (DPC)
graphics.sty 2006/02/20 v1.0o Standard LaTeX Graphics (DPC,SPQR)
trig.sty 1999/03/16 v1.09 sin cos tan (DPC)
graphics.cfg 2007/01/18 v1.5 graphics configuration of teTeX/TeXLive
- pdftex.def 2007/01/08 v0.04d Graphics/color for pdfTeX
+ pdftex.def 2008/09/08 v0.04l Graphics/color for pdfTeX
varwidth.sty 2003/03/10 ver 0.9a; Variable-width minipages
array.sty 2005/08/23 v2.4b Tabular extension package (FMi)
delarray.sty 1994/03/14 v1.01 array delimiter package (DPC)
@@ -8138,17 +8149,17 @@ amsfonts.sty 2001/10/25 v2.2f
dsfont.sty 1995/08/01 v0.1 Double stroke roman fonts
multirow.sty
bigdelim.sty
- framed.sty 2003/07/21 v 0.8a: framed or shaded text with page breaks
-longtable.sty 2004/02/01 v4.11 Multi-page Table package (DPC)
+ framed.sty 2007/10/04 v 0.95: framed or shaded text with page breaks
+longtable.sty 2004/02/01 v4.11 Multi-page Table package (DPC)
varioref.sty 2006/05/13 v1.4p package for extended references (FMi)
xcolor.sty 2007/01/21 v2.11 LaTeX color extensions (UK)
color.cfg 2007/01/18 v1.5 color configuration of teTeX/TeXLive
makeidx.sty 2000/03/29 v1.0m Standard LaTeX package
- url.sty 2005/06/27 ver 3.2 Verb mode for urls, etc.
+ url.sty 2006/04/12 ver 3.3 Verb mode for urls, etc.
setspace.sty 2000/12/01 6.7 Contributed and Supported LaTeX2e package
- empheq.sty 2004/10/10 v2.11a Emphasizing equations (MH)
- mhsetup.sty 2004/10/10 v1.0b programming setup (MH)
-mathtools.sty 2004/10/10 v1.01a mathematical typesetting tools (MH)
+ empheq.sty 2007/12/03 v2.12 Emphasizing equations (MH)
+ mhsetup.sty 2007/12/03 v1.2 programming setup (MH)
+mathtools.sty 2008/08/01 v1.06 mathematical typesetting tools (MH)
calc.sty 2005/08/06 v4.2 Infix arithmetic (KKT,FJ)
nicefrac.sty 1998/08/04 v0.9b Nice fractions
ifthen.sty 2001/05/26 v1.1c Standard LaTeX ifthen package (DPC)
@@ -8156,12 +8167,12 @@ nicefrac.sty 1998/08/04 v0.9b Nice fractions
relsize.sty 2003/07/04 ver 3.1
xspace.sty 2006/05/08 v1.12 Space after command names (DPC,MH)
eucal.sty 2001/10/01 v2.2d Euler Script fonts
-footmisc.sty 2005/03/17 v5.3d a miscellany of footnote facilities
+footmisc.sty 2007/06/12 v5.4a a miscellany of footnote facilities
esint.sty
esvect.sty
remreset.sty
cool.sty 2006/12/29 v1.35 COntent Oriented LaTeX
-coollist.sty 2006/08/14 v1 COntent Oriented LaTeX Lists
+coollist.sty 2007/10/06 v1.2 COntent Oriented LaTeX Lists
coolstr.sty 2007/01/08 v2.1 COntent Oriented LaTeX Strings
forloop.sty 2006/09/18 v3.0 For Loops for LaTeX
bbm.sty 1999/03/15 V 1.2 provides fonts for set symbols - TH
@@ -8169,44 +8180,84 @@ coollist.sty 2006/08/14 v1 COntent Oriented LaTeX Lists
xy.sty
fancyhdr.sty
showexpl.sty 2007/02/03 v0.3h Typesetting example code (RN)
-listings.sty 2004/10/17 1.3b (Carsten Heinz)
-lstpatch.sty 2004/10/17 1.3b (Carsten Heinz)
- lstmisc.sty 2004/09/07 1.3 (Carsten Heinz)
-listings.cfg 2004/09/05 1.3 listings configuration
- lstmisc.sty 2004/09/07 1.3 (Carsten Heinz)
+listings.sty 2007/02/22 1.4 (Carsten Heinz)
+ lstmisc.sty 2007/02/22 1.4 (Carsten Heinz)
+listings.cfg 2007/02/22 1.4 listings configuration
+ lstmisc.sty 2007/02/22 1.4 (Carsten Heinz)
showexpl.cfg 2005/06/30 v0.02 Definitions for the showexpl package (hv)
lstlang1.sty 2004/09/05 1.3 listings language file
lstlang2.sty 2004/09/05 1.3 listings language file
lstlang3.sty 2004/09/05 1.3 listings language file
- lstmisc.sty 2004/09/07 1.3 (Carsten Heinz)
-microtype.sty 2007/01/21 v2.0 Micro-typography with pdfTeX (RS)
-microtype.cfg 2007/01/14 v2.0 microtype main configuration file (RS)
-hyperref.sty 2007/02/07 v6.75r Hypertext links for LaTeX
- pd1enc.def 2007/02/07 v6.75r Hyperref: PDFDocEncoding definition (HO)
+lstlang1.sty 2004/09/05 1.3 listings language file
+lstlang2.sty 2004/09/05 1.3 listings language file
+lstlang3.sty 2004/09/05 1.3 listings language file
+lstlang1.sty 2004/09/05 1.3 listings language file
+lstlang2.sty 2004/09/05 1.3 listings language file
+lstlang3.sty 2004/09/05 1.3 listings language file
+lstlang1.sty 2004/09/05 1.3 listings language file
+lstlang2.sty 2004/09/05 1.3 listings language file
+lstlang3.sty 2004/09/05 1.3 listings language file
+ lstmisc.sty 2007/02/22 1.4 (Carsten Heinz)
+microtype.sty 2008/06/04 v2.3b Micro-typography with pdfTeX (RS)
+microtype.cfg 2008/06/04 v2.3b microtype main configuration file (RS)
+hyperref.sty 2008/09/29 v6.78l Hypertext links for LaTeX
+ ifxetex.sty 2008/09/18 v0.4 Provides ifxetex conditional
+ hycolor.sty 2008/09/08 v1.4 Code for color options of hyperref/bookmark (HO
+)
+xcolor-patch.sty 2008/09/08 xcolor patch
+ pd1enc.def 2008/09/29 v6.78l Hyperref: PDFDocEncoding definition (HO)
+etexcmds.sty 2007/12/12 v1.2 Prefix for e-TeX command names (HO)
+infwarerr.sty 2007/09/09 v1.2 Providing info/warning/message (HO)
hyperref.cfg 2002/06/06 v1.2 hyperref configuration of TeXLive
-kvoptions.sty 2006/08/22 v2.4 Connects package keyval with LaTeX options (HO)
- hpdftex.def 2007/02/07 v6.75r Hyperref driver for pdfTeX
- hypcap.sty 2006/02/20 v1.5 Adjusting anchors of captions (HO)
- babel.sty 2005/11/23 v3.8h The Babel package
+kvoptions.sty 2007/10/18 v3.0 Keyval support for LaTeX options (HO)
+ bitset.sty 2007/09/28 v1.0 Data type bit set (HO)
+ intcalc.sty 2007/09/27 v1.1 Expandable integer calculations (HO)
+bigintcalc.sty 2007/11/11 v1.1 Expandable big integer calculations (HO)
+pdftexcmds.sty 2007/12/12 v0.3 LuaTeX support for pdfTeX utility functions (
+HO)
+kvsetkeys.sty 2007/09/29 v1.3 Key value parser with default handler support
+(HO)
+atbegshi.sty 2008/07/31 v1.9 At begin shipout hook (HO)
+ hpdftex.def 2008/09/29 v6.78l Hyperref driver for pdfTeX
+ hypcap.sty 2008/09/08 v1.10 Adjusting anchors of captions (HO)
+ babel.sty 2008/07/06 v3.8l The Babel package
english.ldf 2005/03/30 v3.3o English support from the babel system
braket.sty
+ ts1cmr.fd 1999/05/25 v2.5h Standard LaTeX font definitions
supp-pdf.tex
- mt-cmr.cfg 2005/11/07 v1.9 microtype config. file: Computer Modern Roman (RS)
- nameref.sty 2006/12/27 v2.28 Cross-referencing by name of section
-refcount.sty 2006/02/20 v3.0 Data extraction from references (HO)
+ nameref.sty 2007/05/29 v2.31 Cross-referencing by name of section
+refcount.sty 2008/08/11 v3.1 Data extraction from references (HO)
+Mathmode.out
Mathmode.out
Mathmode.tex
- umsa.fd 2002/01/19 v2.2g AMS font definitions
+ mt-cmr.cfg 2008/02/29 v1.9a microtype config. file: Computer Modern Roman
+(RS)
+ umsa.fd 2002/01/19 v2.2g AMS font definitions
mt-msa.cfg 2006/02/04 v1.1 microtype config. file: AMS symbols (a) (RS)
- umsb.fd 2002/01/19 v2.2g AMS font definitions
+ umsb.fd 2002/01/19 v2.2g AMS font definitions
mt-msb.cfg 2005/06/01 v1.0 microtype config. file: AMS symbols (b) (RS)
mt-eur.cfg 2006/07/31 v1.1 microtype config. file: AMS Euler Roman (RS)
- uesint.fd
- uesvect.fd
- t1cmtt.fd 1999/05/25 v2.5h Standard LaTeX font definitions
- omscmr.fd 1999/05/25 v2.5h Standard LaTeX font definitions
- t1cmss.fd 1999/05/25 v2.5h Standard LaTeX font definitions
+ uesint.fd
+ uesvect.fd
+ ts1fve.fd 2004/09/07 scalable font definitions for TS1/fve.
+ t1fvm.fd 2004/09/07 scalable font definitions for T1/fvm.
+images/styles.pdf
+images/amsalign.pdf
+ t1fvs.fd 2004/09/07 scalable font definitions for T1/fvs.
+images/family.pdf
+images/EuScript.pdf
+images/exscale.pdf
+images/cm-crop.pdf
+images/lm-crop.pdf
+images/pazo-crop.pdf
+images/pamath-crop.pdf
+images/cmbright-crop.pdf
+images/minionpro-crop.pdf
+images/colArray.pdf
+images/node.pdf
Mathmode.bbl
Mathmode.ind
- ***********
\end{lstlisting}
+
+%\clearpage
+%\layout \ No newline at end of file