For simple things like lists, I like to use org-mode files as a intermediate format. Emacs then generates .tex and pdflatex .pdf for me :)
On Wed, Jun 9, 2010 at 11:46 PM, Martin DeMello <[email protected]> wrote: > On Wed, Jun 9, 2010 at 8:05 PM, Peter Thatcher <[email protected]> wrote: >> Just recently, I had a little hobby project to make PDFs for printing >> little vocabulary books for kids. I used Clojure to output Latex, >> which then produced the PDFs. I might do a blog post about it to >> give you more details. >> >> Clojure worked great, and I was glad I used it. The only problem is >> that you have to know Latex :). > > I've done this using ruby -> lout -> ps -> pdf. The advantage of lout > is that machine generation was one of its design goals from the > outset, so it's a lot easier to work with than latex. > > martin > > -- > You received this message because you are subscribed to the Google > Groups "Clojure" group. > To post to this group, send email to [email protected] > Note that posts from new members are moderated - please be patient with your > first post. > To unsubscribe from this group, send email to > [email protected] > For more options, visit this group at > http://groups.google.com/group/clojure?hl=en -- Moritz Ulrich Programmer, Student, Almost normal Guy http://www.google.com/profiles/ulrich.moritz -- You received this message because you are subscribed to the Google Groups "Clojure" group. To post to this group, send email to [email protected] Note that posts from new members are moderated - please be patient with your first post. To unsubscribe from this group, send email to [email protected] For more options, visit this group at http://groups.google.com/group/clojure?hl=en
