From 82cc378443047422b95954c42362d5a30d70485c Mon Sep 17 00:00:00 2001 From: "Davide P. Cervone" Date: Tue, 1 Mar 2011 18:58:00 -0500 Subject: [PATCH] Add example for showing steps one after another --- test/sample-dynamic-steps.html | 96 ++++++++++++++++++++++++++++++++++ 1 file changed, 96 insertions(+) create mode 100644 test/sample-dynamic-steps.html diff --git a/test/sample-dynamic-steps.html b/test/sample-dynamic-steps.html new file mode 100644 index 000000000..40c64c815 --- /dev/null +++ b/test/sample-dynamic-steps.html @@ -0,0 +1,96 @@ + + + +MathJax Dynamic Steps Test Page + + + + + + + + + + + + + + +

Dynamic Equations in MathJax

+ +
+

+Expand the following: +\begin{align} + (x+1)^2 + &\cssId{Step1}{= (x+1)(x+1)}\\ + &\cssId{Step2}{= x(x+1) + 1(x+1)}\\ + &\cssId{Step3}{= (x^2+x) + (x+1)}\\ + &\cssId{Step4}{= x^2 + (x + x) + 1}\\ + &\cssId{Step5}{= x^2+2x+1}\\ +\end{align} +

+ + + +
+ + +