summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorbnewbold <bnewbold@manus.(none)>2007-03-13 19:17:27 -0700
committerbnewbold <bnewbold@manus.(none)>2007-03-13 19:17:27 -0700
commit774832ba2782c9c6346518800169ca7892c829f3 (patch)
treeb3a4ed7dc5dc06991cd11163748facc36fa5f7bc
parentcf2b5c68dbd1b2a4bcb218e8cde907c51e1b2b1c (diff)
downloadknowledge-774832ba2782c9c6346518800169ca7892c829f3.tar.gz
knowledge-774832ba2782c9c6346518800169ca7892c829f3.zip
put latex math in latex raw sections
-rw-r--r--Test of Features23
1 files changed, 20 insertions, 3 deletions
diff --git a/Test of Features b/Test of Features
index 93f8fca..9454592 100644
--- a/Test of Features
+++ b/Test of Features
@@ -9,9 +9,26 @@ this wiki, or to make their failure obvious.
.. image:: fig/bryanJello.jpg
:alt: bryan with jello
- :width: 640
+ :width: 100
-this paragraph should contain an $\epsilon$ of inline math, and should be
+this paragraph should contain a link_, an |epsilon| of inline math, and should be
followed by a full-on equation.
-$$E = m c^2$$
+.. _link: http://epsilon.org
+.. |epsilon| raw:: latex
+
+ $\epsilon$
+
+here is the equation:
+
+.. raw:: latex
+
+ $$E = m c^2$$
+
+this is in a comment::
+
+ .. |epsilon| raw:: latex
+ $\epsilon$
+ .. raw:: latex
+ $$E = m c^2$$
+