diff options
Diffstat (limited to 'Master/texmf-dist/doc/latex/texpower/mathexample.tex')
-rw-r--r-- | Master/texmf-dist/doc/latex/texpower/mathexample.tex | 36 |
1 files changed, 4 insertions, 32 deletions
diff --git a/Master/texmf-dist/doc/latex/texpower/mathexample.tex b/Master/texmf-dist/doc/latex/texpower/mathexample.tex index 64a54d2d0a7..1cbdc65d42e 100644 --- a/Master/texmf-dist/doc/latex/texpower/mathexample.tex +++ b/Master/texmf-dist/doc/latex/texpower/mathexample.tex @@ -9,6 +9,7 @@ %% -------------------------------------------------------------- %% TeXPower bundle - dynamic online presentations with LaTeX %% Copyright (C) 1999-2004 Stephan Lehmke +%% Copyright (C) 2003-2005 Hans Fredrik Nordhaug %% %% This program is free software; you can redistribute it and/or %% modify it under the terms of the GNU General Public License @@ -25,40 +26,11 @@ %% given in the file `00readme.txt'. %% \ProvidesFile{mathexample.tex}% - [2004/07/27 TeXPower example file] + [2005/04/07 TeXPower example file] %----------------------------------------------------------------------------------------------------------------- -% File: mathexample.tex % % Math example for the package texpower.sty. % -% This file can be compiled with pdfLaTeX or (standard) LaTeX. When using standard LaTeX, the dvi file produced should -% be processed with -% -% dvips -Ppdf -j0 mathexample -% -% afterwards processing the resulting ps file with -% -% distill mathexample.ps -% -% (The syntax is for a unix system with tetex 1.0 and distiller 3. Modify appropriately for other configurations.) -% -% The resulting pdf file is meant for presenting `interactively' with Adobe Acrobat Reader. -% -%----------------------------------------------------------------------------------------------------------------- -% Autor: Stephan Lehmke <Stephan.Lehmke@cs.uni-dortmund.de> -% -% v0.0.1 Mar 20, 2000: First version for the pre-alpha release of TeXPower. -% -% v0.0.2 Apr 19, 2000: Using \bstep instead of \boxedsteps. -% -% v0.0.3 Apr 27, 2000: Some small changes in preparation of the update to TeXpower v0.0.7. -% -% v0.0.4 May 24, 2000: texpower 0.0.8 now supports equation numbers in the argument of \stepwise, so align* was -% changed to align. -% - - - %----------------------------------------------------------------------------------------------------------------- % Enable all color emphasis and highlighting options. Use white background and slifonts. @@ -108,7 +80,7 @@ % frame is reduced. \setlength{\highlightboxsep}{1pt}% % - \begin{align} + \begin{align*} \lefteqn {% \min @@ -236,7 +208,7 @@ \right) \right) } - \end{align} + \end{align*} }% \newslide \end{slide} |