diff options
-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}$$ |