From 10b8a88ca57bb59dc6d5866d943a193f2ecf11d4 Mon Sep 17 00:00:00 2001 From: Jim Pryor Date: Wed, 1 Jun 2011 03:48:37 -0400 Subject: [PATCH] added math templates Signed-off-by: Jim Pryor --- templates/page-jsmath.tmpl | 205 +++++++++++++++++++++++++++++ templates/page-latexmathml.tmpl | 206 ++++++++++++++++++++++++++++++ templates/page-mathjax.tmpl | 205 +++++++++++++++++++++++++++++ templates/{page.tmpl => page-mathml.tmpl} | 1 + 4 files changed, 617 insertions(+) create mode 100644 templates/page-jsmath.tmpl create mode 100644 templates/page-latexmathml.tmpl create mode 100644 templates/page-mathjax.tmpl rename templates/{page.tmpl => page-mathml.tmpl} (98%) diff --git a/templates/page-jsmath.tmpl b/templates/page-jsmath.tmpl new file mode 100644 index 00000000..8d330fa6 --- /dev/null +++ b/templates/page-jsmath.tmpl @@ -0,0 +1,205 @@ + + + + + + + + + + + + +<TMPL_VAR TITLE> + + + + + + + + + + + + + + + + + + + + +
+ +
+ + + + + + + + + + + + +
+ +
+ +
+ + + +
+ + + + +
Comments on this page are closed.
+
+
+
+
+ + + +
+ + + + + + + +
+ +License: +
+
+ +
+Last edited + +
+ + + + + +
+ +
+ + + diff --git a/templates/page-latexmathml.tmpl b/templates/page-latexmathml.tmpl new file mode 100644 index 00000000..04944d15 --- /dev/null +++ b/templates/page-latexmathml.tmpl @@ -0,0 +1,206 @@ + + + + + + + + + + + + +<TMPL_VAR TITLE> + + + + + + + + + + + + + + + + + + + + + +
+ +
+ + + + + + + + + + + + +
+ +
+ +
+ + + +
+ + + + +
Comments on this page are closed.
+
+
+
+
+ + + +
+ + + + + + + +
+ +License: +
+
+ +
+Last edited + +
+ + + + + +
+ +
+ + + diff --git a/templates/page-mathjax.tmpl b/templates/page-mathjax.tmpl new file mode 100644 index 00000000..6f19a604 --- /dev/null +++ b/templates/page-mathjax.tmpl @@ -0,0 +1,205 @@ + + + + + + + + + + + + +<TMPL_VAR TITLE> + + + + + + + + + + + + + + + + + + + + +
+ +
+ + + + + + + + + + + + +
+ +
+ +
+ + + +
+ + + + +
Comments on this page are closed.
+
+
+
+
+ + + +
+ + + + + + + +
+ +License: +
+
+ +
+Last edited + +
+ + + + + +
+ +
+ + + diff --git a/templates/page.tmpl b/templates/page-mathml.tmpl similarity index 98% rename from templates/page.tmpl rename to templates/page-mathml.tmpl index 8659018a..6aed9952 100644 --- a/templates/page.tmpl +++ b/templates/page-mathml.tmpl @@ -27,6 +27,7 @@ + -- 2.11.0