From 774832ba2782c9c6346518800169ca7892c829f3 Mon Sep 17 00:00:00 2001 From: bnewbold Date: Tue, 13 Mar 2007 19:17:27 -0700 Subject: put latex math in latex raw sections --- Test of Features | 23 ++++++++++++++++++++--- 1 file 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$$ + -- cgit v1.2.3