help-gnu-emacs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

ending a TeX region


From: Joe Corneli
Subject: ending a TeX region
Date: Thu, 04 Dec 2003 23:22:51 -0600

  (setq tex-trailer "\\end\\s-*{document}\n")

This might be more of a TeX question than an Emacs question, but at
any rate, the default above appears to fail to be useful for
generating a dvi file whereas my modified version below allows
tex-region to work as expected.

  (setq tex-trailer "\\end{document}\n")

Anyone out there with crossover knowledge care to tell me what is
the meaning and/or point of the default?




reply via email to

[Prev in Thread] Current Thread [Next in Thread]