[toronto-lisp] LaTex for Scheme

Do any of you use LaTeX? I am looking for something to typeset Scheme snippets in LaTeX article or amsart. I have tried slatex with so-so results. I am not happy to have to run it from the command line, and do not presently have time to hook it into emacs the way I want. I use the listings package successfully for CL but this package does not really understand Scheme as far as I can tell. Any suggestions? Best, - Dave -

UW CS dept uses and recommends slatex for slides: http://www.ccs.neu.edu/home/dorai/slatex/ as it is very PLT oriented. But if you're doing latex you should be have a toolchain anyways so it shouldn't be a big deal. abram On 10-08-12 10:31 PM, David Penton wrote:
Do any of you use LaTeX?
I am looking for something to typeset Scheme snippets in LaTeX article or amsart. I have tried slatex with so-so results. I am not happy to have to run it from the command line, and do not presently have time to hook it into emacs the way I want.
I use the /listings/ package successfully for CL but this package does not really understand Scheme as far as I can tell.
Any suggestions?
Best,
- Dave -
_______________________________________________ toronto-lisp mailing list toronto-lisp@common-lisp.net http://common-lisp.net/cgi-bin/mailman/listinfo/toronto-lisp

By coincidence, I stumbled across this last night; it might address your need: "Scribble" http://lambda-the-ultimate.org/node/4017 BC From: David Penton [mailto:djp@arqux.com] Sent: Thursday, August 12, 2010 10:32 PM To: toronto lisp Subject: [toronto-lisp] LaTex for Scheme Do any of you use LaTeX? I am looking for something to typeset Scheme snippets in LaTeX article or amsart. I have tried slatex with so-so results. I am not happy to have to run it from the command line, and do not presently have time to hook it into emacs the way I want. I use the listings package successfully for CL but this package does not really understand Scheme as far as I can tell. Any suggestions? Best, - Dave -

Oh yeah - I totally forgot about Scribble. I had heard of it and have been meaning to check it out, but the "too be checked out" list is pretty long! Thanks. - Dave - On 2010-08-13, at 9:44 AM, Brian Connoy wrote:
By coincidence, I stumbled across this last night; it might address your need:
“Scribble” http://lambda-the-ultimate.org/node/4017
BC
From: David Penton [mailto:djp@arqux.com] Sent: Thursday, August 12, 2010 10:32 PM To: toronto lisp Subject: [toronto-lisp] LaTex for Scheme
Do any of you use LaTeX?
I am looking for something to typeset Scheme snippets in LaTeX article or amsart. I have tried slatex with so-so results. I am not happy to have to run it from the command line, and do not presently have time to hook it into emacs the way I want.
I use the listings package successfully for CL but this package does not really understand Scheme as far as I can tell.
Any suggestions?
Best,
- Dave - _______________________________________________ toronto-lisp mailing list toronto-lisp@common-lisp.net http://common-lisp.net/cgi-bin/mailman/listinfo/toronto-lisp
participants (3)
-
Abram Hindle
-
Brian Connoy
-
David Penton