instiki/app/views/layouts
Jacques Distler 34082fbf94 Theorem Environments
Implement amsthm-like Theorem environments with Maruku.
Support is based on Maruku "div"s with special class-names.
Classes
    num_*
produce numbered environments, and

    un_*

produce un-numbered environments, where * is one of

   theorem     (for Theorem)
   lemma       (for Lemma)
   prop        (for Proposition)
   cor         (for Corollary)
   def         (for Definition)
   example     (for Example)
   remark      (for Remark)
   note        (for Note)

In addition, the class

   proof

produces a Proof environment.

The LaTeX export works as expected, and these also work in the S5 view.

Bumped version number.
2008-10-17 16:26:17 -05:00
..
default.rhtml Theorem Environments 2008-10-17 16:26:17 -05:00
error.html.erb Further Tweaks 2008-02-29 09:46:21 -06:00
s5.rhtml More progress on S5. 2007-02-28 18:38:52 -06:00
tex.rhtml Bring up to current. 2007-01-22 08:36:51 -06:00