<br><div><span class="gmail_quote">On 8/30/07, <b class="gmail_sendername">Grant Rettke</b> &lt;<a href="mailto:grettke@acm.org">grettke@acm.org</a>&gt; wrote:</span><blockquote class="gmail_quote" style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;">
This is a simple almost trivial problem, and I am wondering what would<br>be considered to be a &quot;normal solution&quot; in Scheme.<br><br>I would like to write my resume in a single format and generate flat<br>text, html, and latex from it.
<br></blockquote><div><br>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).&nbsp; If you want to type S-expressions, Skribe (for Bigloo) generates LaTeX and html.&nbsp; Webit, as far as I know, only allows you to generate x(ht)ml. 
<br></div><br></div><br>