Path: utzoo!utgpu!jarvis.csri.toronto.edu!rutgers!tut.cis.ohio-state.edu!allosaur.cis.ohio-state.edu!bob From: bob@allosaur.cis.ohio-state.edu (Bob Sutterfield) Newsgroups: gnu.emacs Subject: Re: lisp pretty-printing Message-ID: Date: 25 May 89 22:03:04 GMT References: Sender: news@tut.cis.ohio-state.edu Reply-To: Bob Sutterfield Distribution: na Organization: The Ohio State University Dept of Computer & Information Science Lines: 16 In-reply-to: mujica@ra.cs.ucla.edu's message of 25 May 89 07:34:58 GMT In article mujica@ra.cs.ucla.edu (S. Mujica) writes: Has anybody written emacs lisp code to pretty-print lisp code using either LaTeX or TeX? This is something that will take as input a piece of lisp code (for example, common lisp) and will produce as output the same code with LaTeX or TeX commands interspersed to format it appropriately. tgrind would probably give you a good starting base, but apparently LISP isn't known to it yet. You could always write your own language formatting definition library! The credits from the manual page: AUTHOR Van Jacobson, Lawrence Berkeley Laboratory (based on "vgrind" by Dave Presotto & William Joy of UC Berkeley).