summaryrefslogtreecommitdiff
path: root/Master/texmf-dist/doc/latex/texpower/mathexample.tex
diff options
context:
space:
mode:
authorKarl Berry <karl@freefriends.org>2007-05-22 17:41:52 +0000
committerKarl Berry <karl@freefriends.org>2007-05-22 17:41:52 +0000
commit14af3f447439750920f754792b89f113d019076a (patch)
treed49286b2215d2211333ae7b9a890e2f6ea120b84 /Master/texmf-dist/doc/latex/texpower/mathexample.tex
parent9619856eb2ef82ce64ea935233a8a8c64791c616 (diff)
texpower update
git-svn-id: svn://tug.org/texlive/trunk@4334 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master/texmf-dist/doc/latex/texpower/mathexample.tex')
-rw-r--r--Master/texmf-dist/doc/latex/texpower/mathexample.tex36
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}