latex output



On 06/06/2013 12:54 PM, Kris Katterjohn wrote:

> I didn't know about the (neat) display hooks either.  They seem to go back to
> commit ac436f79 in 2003.  The commit log says they are documented in
> doc/implementation/external-interface.txt.  The end of that file shows the
> hooks for alternate display functions.  (That file also shows other hooks for
> prompts and output.)

I like this trick of keeping 2D display as default but automatic 
printing of TeX or Fortran when display2d:false.

The external-interface.txt file implies that  (setf *alt-display1d* 
'latex) should work but it doesn't because LATEX is undefined. Is the 
(defun latex .. code mentioned in the file already installed somewhere 
or does it need to be run by hand? And what about FORTRAN-style 
output---is there a way to turn that on?