instiki/app
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
..
controllers Theorem Environments 2008-10-17 16:26:17 -05:00
helpers Recently_revised and List views fixed 2008-05-23 11:04:00 -05:00
models Security: Sanitize Remote IP address 2008-03-14 10:50:06 -05:00
views Theorem Environments 2008-10-17 16:26:17 -05:00