all messages for Emacs-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
* ending a TeX region
@ 2003-12-05  5:22 Joe Corneli
  0 siblings, 0 replies; 2+ messages in thread
From: Joe Corneli @ 2003-12-05  5:22 UTC (permalink / raw)


  (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?

^ permalink raw reply	[flat|nested] 2+ messages in thread

* Re: ending a TeX region
       [not found] <mailman.1154.1070605500.399.help-gnu-emacs@gnu.org>
@ 2003-12-05 18:44 ` Kevin Rodgers
  0 siblings, 0 replies; 2+ messages in thread
From: Kevin Rodgers @ 2003-12-05 18:44 UTC (permalink / raw)


Joe Corneli wrote:

>   (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?

It is a bug:


http://groups.google.com/groups?selm=mailman.197.1058078678.496.bug-gnu-emacs%40gnu.org


-- 
Kevin Rodgers

^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2003-12-05 18:44 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
     [not found] <mailman.1154.1070605500.399.help-gnu-emacs@gnu.org>
2003-12-05 18:44 ` ending a TeX region Kevin Rodgers
2003-12-05  5:22 Joe Corneli

Code repositories for project(s) associated with this external index

	https://git.savannah.gnu.org/cgit/emacs.git
	https://git.savannah.gnu.org/cgit/emacs/org-mode.git

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.