From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Jonas Newsgroups: gmane.emacs.help Subject: LaTeX: prevent auto-fill to break up equations Date: Fri, 18 Jan 2008 08:00:56 -0800 (PST) Organization: http://groups.google.com Message-ID: NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit X-Trace: ger.gmane.org 1200677415 9498 80.91.229.12 (18 Jan 2008 17:30:15 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Fri, 18 Jan 2008 17:30:15 +0000 (UTC) To: help-gnu-emacs@gnu.org Original-X-From: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Fri Jan 18 18:30:33 2008 Return-path: Envelope-to: geh-help-gnu-emacs@m.gmane.org Original-Received: from lists.gnu.org ([199.232.76.165]) by lo.gmane.org with esmtp (Exim 4.50) id 1JFv2w-0005V1-79 for geh-help-gnu-emacs@m.gmane.org; Fri, 18 Jan 2008 18:30:26 +0100 Original-Received: from localhost ([127.0.0.1] helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1JFv2X-0001qs-5R for geh-help-gnu-emacs@m.gmane.org; Fri, 18 Jan 2008 12:30:01 -0500 Original-Path: shelby.stanford.edu!newsfeed.stanford.edu!postnews.google.com!u10g2000prn.googlegroups.com!not-for-mail Original-Newsgroups: gnu.emacs.help Original-Lines: 19 Original-NNTP-Posting-Host: 129.69.51.215 Original-X-Trace: posting.google.com 1200672056 23976 127.0.0.1 (18 Jan 2008 16:00:56 GMT) Original-X-Complaints-To: groups-abuse@google.com Original-NNTP-Posting-Date: Fri, 18 Jan 2008 16:00:56 +0000 (UTC) Complaints-To: groups-abuse@google.com Injection-Info: u10g2000prn.googlegroups.com; posting-host=129.69.51.215; posting-account=yf-4bAoAAAB1N5yVQTL_SDwMfDM9fbya User-Agent: G2/1.0 X-HTTP-UserAgent: Mozilla/5.0 (Macintosh; U; Intel Mac OS X; de; rv:1.8.1.4) Gecko/20070509 Camino/1.5 (MultiLang),gzip(gfe),gzip(gfe) Original-Xref: shelby.stanford.edu gnu.emacs.help:155396 X-Mailman-Approved-At: Fri, 18 Jan 2008 12:28:23 -0500 X-BeenThere: help-gnu-emacs@gnu.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Users list for the GNU Emacs text editor List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Original-Sender: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Errors-To: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Xref: news.gmane.org gmane.emacs.help:50803 Archived-At: 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