diff options
author | bnewbold <bnewbold@manus.(none)> | 2007-03-21 00:06:35 -0700 |
---|---|---|
committer | bnewbold <bnewbold@manus.(none)> | 2007-03-21 00:06:35 -0700 |
commit | 72d03a4cbecae9feb9a29030fe76756f2630f5dc (patch) | |
tree | bc9ca10e9eab1a29019f4eb26be1995914f2c4a1 | |
parent | ba57fb14c9c95d9135673c5b49a6f009e4f5cac9 (diff) | |
download | knowledge-72d03a4cbecae9feb9a29030fe76756f2630f5dc.tar.gz knowledge-72d03a4cbecae9feb9a29030fe76756f2630f5dc.zip |
equations...
-rw-r--r-- | Test of Features | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/Test of Features b/Test of Features index 998b4d7..9f3e333 100644 --- a/Test of Features +++ b/Test of Features @@ -27,3 +27,11 @@ this is in a comment:: .. raw:: latex $$E = m c^2$$ +another attept at inline (:latex:`$\epsilon$`) followed by a full-on equation. + +:latex:`$$E = m c^2$$` + +and as a directive: +.. latex:: + + $$-1 = e^{i\pi}$$ |