From: Martin DeMello Date: 2005-01-28T02:50:54+09:00 Subject: Re: Seeking RedCloth#to_pdf advice Bil Kleb wrote: > I'm still pining for PDF output from RedCloth and > am seeking advice: > > Instiki has to_latex in it's RedCloth > > I like the idea of going directly to LaTeX so that I > can embed (La)TeX mathematics somehow. Also, there are pretty well-used toolchains for the LaTeX -> PDF route, so it's likely you can just drop something in. The con side is that distributing it crossplatformly gets problematic - the average windows box has neither TeX nor ps2pdf. (I'm experiencing a similar problem with an ascii | lout | gs > pdf program of mine - the end users are very nontechnical, and I have to come up with a good way of distributing it.) martin