[plt-scheme] The role of macros in solving this little problem

From: Keith Frost (keith.l.frost at gmail.com)
Date: Fri Aug 31 01:50:49 EDT 2007

On 8/30/07, Grant Rettke <grettke at acm.org> wrote:
>
> This is a simple almost trivial problem, and I am wondering what would
> be considered to be a "normal solution" in Scheme.
>
> I would like to write my resume in a single format and generate flat
> text, html, and latex from it.
>

PLT Scheme includes tex2page, which starts from LaTeX (with a special style
file) and uses it to generate html (as well as the usual LaTeX outputs).  If
you want to type S-expressions, Skribe (for Bigloo) generates LaTeX and
html.  Webit, as far as I know, only allows you to generate x(ht)ml.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.racket-lang.org/users/archive/attachments/20070830/91cafbc4/attachment.html>

Posted on the users mailing list.