instiki/app/controllers
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
..
admin_controller.rb Rails 2.1 RC1 2008-05-17 23:22:34 -05:00
application.rb Theorem Environments 2008-10-17 16:26:17 -05:00
cache_sweeping_helper.rb Atom Feeds (bis) 2007-04-13 17:20:14 -05:00
file_controller.rb Rough In New Sanitizer 2008-05-20 17:02:10 -05:00
revision_sweeper.rb All WikiReference methods now limit results to the current web. 2007-03-10 16:09:20 -05:00
web_sweeper.rb Checkout of Instiki Trunk 1/21/2007. 2007-01-22 07:43:50 -06:00
wiki_controller.rb Two Bugfixes 2008-09-01 15:35:34 -05:00