aboutsummaryrefslogtreecommitdiff
path: root/web/math.txt
diff options
context:
space:
mode:
authorfiddlosopher <fiddlosopher@788f1e2b-df1e-0410-8736-df70ead52e1b>2007-12-04 04:14:38 +0000
committerfiddlosopher <fiddlosopher@788f1e2b-df1e-0410-8736-df70ead52e1b>2007-12-04 04:14:38 +0000
commit702bb474503dadb8a8fc061b4bc43d81e3d2da0b (patch)
treec6ee0aaa3f2ce4cb10e9adedf64b35a88ea364b4 /web/math.txt
parent6cfe6c250a836b7de7349f931ecb6520681a6af7 (diff)
downloadpandoc-702bb474503dadb8a8fc061b4bc43d81e3d2da0b.tar.gz
Added new HTML math demos to website. Revamped mkdemos.pl for simplicity.
git-svn-id: https://pandoc.googlecode.com/svn/trunk@1139 788f1e2b-df1e-0410-8736-df70ead52e1b
Diffstat (limited to 'web/math.txt')
-rw-r--r--web/math.txt17
1 files changed, 17 insertions, 0 deletions
diff --git a/web/math.txt b/web/math.txt
new file mode 100644
index 000000000..aa52eae5e
--- /dev/null
+++ b/web/math.txt
@@ -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$