in reply to a wiki with comments and LaTeX inline?

Oh well, I guess. Its more likely to be useful to other people if you get your work into Kwiki or whatever other wiki you prefer. I assume you'd add in some sort of LaTeX block and then have that linked to some autogenerated image (I also assume you'd cache it). I wouldn't go to the trouble of maintaining that as a separate package. In the worst case just provide a patch set so people can download the original distribution, apply your patch and get your features. That's a pretty common thing for the UseMod people anyway. See PatchedScripts for an example of how this can work.
  • Comment on Re: a wiki with comments and LaTeX inline?

Replies are listed 'Best First'.
Re: Re: a wiki with comments and LaTeX inline?
by oha (Friar) on Jan 06, 2004 at 18:41 UTC
    i've putted the woha code available for download
    i had no time to make a Kwiki patch, but.

    the formatter works quite good, but (as in Kwiki), all those regex make things difficult to manage. So i started playing with Parse::RecDescent and, for now, it seems better than regex cascade.

    update: i've removed all those regex and used a P::RD grammar.