From 17f516fc152788a66dbeffec45f9aa95cb61547f Mon Sep 17 00:00:00 2001 From: fiddlosopher Date: Wed, 23 Jan 2008 02:17:42 +0000 Subject: Moved math.txt -> math.text on web page, so it won't be confused with page source. git-svn-id: https://pandoc.googlecode.com/svn/trunk@1193 788f1e2b-df1e-0410-8736-df70ead52e1b --- web/demos | 8 ++++---- web/math.text | 17 +++++++++++++++++ web/math.txt | 17 ----------------- 3 files changed, 21 insertions(+), 21 deletions(-) create mode 100644 web/math.text delete mode 100644 web/math.txt diff --git a/web/demos b/web/demos index ba3428c42..3865cf037 100644 --- a/web/demos +++ b/web/demos @@ -77,9 +77,9 @@ click on the name of the output file: 17. TeX math in HTML: -@ pandoc @@math.txt@@ -s -o @@mathDefault.html@@ -@ pandoc @@math.txt@@ -s -m -o @@mathAsciimathml.html@@ -@ pandoc @@math.txt@@ -s --mimetex=/cgi-bin/mimetex.cgi -o @@mathMimetex.html@@ -@ pandoc @@math.txt@@ -s --gladtex -o mathGladtex.htex +@ pandoc @@math.text@@ -s -o @@mathDefault.html@@ +@ pandoc @@math.text@@ -s -m -o @@mathAsciimathml.html@@ +@ pandoc @@math.text@@ -s --mimetex=/cgi-bin/mimetex.cgi -o @@mathMimetex.html@@ +@ pandoc @@math.text@@ -s --gladtex -o mathGladtex.htex @ gladtex @@mathGladtex.htex@@ # produces @@mathGladtex.html@@ diff --git a/web/math.text b/web/math.text new file mode 100644 index 000000000..aa52eae5e --- /dev/null +++ b/web/math.text @@ -0,0 +1,17 @@ +% Pandoc math demos + +$a^2 + b^2 = c^2$ + +$v(t) = v_0 + \frac{1}{2}at^2$ + +$\gamma = \frac{1}{\sqrt{1 - v^2/c^2}}$ + +$\exists x \forall y (Rxy \equiv Ryx)$ + +$p \wedge q \models p$ + +$\Box\diamond p\equiv\diamond p$ + +$\int_{0}^{1} x dx = \left[ \frac{1}{2}x^2 \right]_{0}^{1} = \frac{1}{2}$ + +$e^x = \sum_{n=0}^\infty \frac{x^n}{n!} = \lim_{n\rightarrow\infty} (1+x/n)^n$ diff --git a/web/math.txt b/web/math.txt deleted file mode 100644 index aa52eae5e..000000000 --- a/web/math.txt +++ /dev/null @@ -1,17 +0,0 @@ -% Pandoc math demos - -$a^2 + b^2 = c^2$ - -$v(t) = v_0 + \frac{1}{2}at^2$ - -$\gamma = \frac{1}{\sqrt{1 - v^2/c^2}}$ - -$\exists x \forall y (Rxy \equiv Ryx)$ - -$p \wedge q \models p$ - -$\Box\diamond p\equiv\diamond p$ - -$\int_{0}^{1} x dx = \left[ \frac{1}{2}x^2 \right]_{0}^{1} = \frac{1}{2}$ - -$e^x = \sum_{n=0}^\infty \frac{x^n}{n!} = \lim_{n\rightarrow\infty} (1+x/n)^n$ -- cgit v1.2.3