* LaTeX: prevent auto-fill to break up equations
@ 2008-01-18 16:00 Jonas
2008-01-18 18:23 ` Ralf Angeli
0 siblings, 1 reply; 2+ messages in thread
From: Jonas @ 2008-01-18 16:00 UTC (permalink / raw)
To: help-gnu-emacs
Hi,
for formulae in the text I use $formula$. The formulae can be very
long but I don't want to have them on two seperate lines. How can I
prevent emacs to break the line if I am in th $$-"environment".
The best would be the following:
"Blablablabla $long_formula$"
is transformed into
"Blablablabla
$long_formula$"
Any idea?
Cheers
Jonas
^ permalink raw reply [flat|nested] 2+ messages in thread
* Re: LaTeX: prevent auto-fill to break up equations
2008-01-18 16:00 LaTeX: prevent auto-fill to break up equations Jonas
@ 2008-01-18 18:23 ` Ralf Angeli
0 siblings, 0 replies; 2+ messages in thread
From: Ralf Angeli @ 2008-01-18 18:23 UTC (permalink / raw)
To: help-gnu-emacs
* Jonas (2008-01-18) writes:
> for formulae in the text I use $formula$. The formulae can be very
> long but I don't want to have them on two seperate lines. How can I
> prevent emacs to break the line if I am in th $$-"environment".
>
> The best would be the following:
>
> "Blablablabla $long_formula$"
> is transformed into
> "Blablablabla
> $long_formula$"
If you use AUCTeX and \(...\) instead of $...$, you can customize
`LaTeX-fill-break-at-separators' to do this for you.
--
Ralf
^ permalink raw reply [flat|nested] 2+ messages in thread
end of thread, other threads:[~2008-01-18 18:23 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2008-01-18 16:00 LaTeX: prevent auto-fill to break up equations Jonas
2008-01-18 18:23 ` Ralf Angeli
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.