From mboxrd@z Thu Jan 1 00:00:00 1970 Path: main.gmane.org!not-for-mail From: cmacquat@gmx.net (C?dric) Newsgroups: gmane.emacs.help Subject: Re: Editing LaTeX Date: 29 Nov 2003 07:53:21 -0800 Organization: http://groups.google.com Sender: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Message-ID: <81eeb024.0311290753.1a06d521@posting.google.com> References: NNTP-Posting-Host: deer.gmane.org Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 8bit X-Trace: sea.gmane.org 1070122272 5853 80.91.224.253 (29 Nov 2003 16:11:12 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Sat, 29 Nov 2003 16:11:12 +0000 (UTC) Original-X-From: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Sat Nov 29 17:11:10 2003 Return-path: Original-Received: from monty-python.gnu.org ([199.232.76.173]) by deer.gmane.org with esmtp (Exim 3.35 #1 (Debian)) id 1AQ7gc-0005eB-00 for ; Sat, 29 Nov 2003 17:11:10 +0100 Original-Received: from localhost ([127.0.0.1] helo=monty-python.gnu.org) by monty-python.gnu.org with esmtp (Exim 4.24) id 1AQ8Ub-0000Ck-Mv for geh-help-gnu-emacs@m.gmane.org; Sat, 29 Nov 2003 12:02:49 -0500 Original-Path: shelby.stanford.edu!newsfeed.stanford.edu!news-spur1.maxwell.syr.edu!news.maxwell.syr.edu!postnews1.google.com!not-for-mail Original-Newsgroups: gnu.emacs.help Original-Lines: 21 Original-NNTP-Posting-Host: 194.230.240.157 Original-X-Trace: posting.google.com 1070121201 17444 127.0.0.1 (29 Nov 2003 15:53:21 GMT) Original-X-Complaints-To: groups-abuse@google.com Original-NNTP-Posting-Date: Sat, 29 Nov 2003 15:53:21 +0000 (UTC) Original-Xref: shelby.stanford.edu gnu.emacs.help:118775 Original-To: help-gnu-emacs@gnu.org X-BeenThere: help-gnu-emacs@gnu.org X-Mailman-Version: 2.1.2 Precedence: list List-Id: Users list for the GNU Emacs text editor List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Xref: main.gmane.org gmane.emacs.help:14718 X-Report-Spam: http://spam.gmane.org/gmane.emacs.help:14718 David Rasmussen wrote in message news:... > When editing LaTeX in emacs, I find two things annoying: > > 1) I want emacs not to wrap words at the end of a line, but to put words > that don't fit, on the next line > > 2) I want the margin to be smaller than "at the end of the window". > > In other words, I want emacs to help a little bit in making the > LaTeX-code more readable. Until now, I've just pressed Enter after every > line at appropriate places. I never pressed enter at the end of the line. Did you try auto-fill-mode ? The Auctex package has also some formating commands. If you're interested i write a tutorial (unfortunately in french) on how to install Latex with Emacs and i give some tips to tune the system. For example what can be interesting to edit tex file in your .emacs. Take a look at http://www.miktex.org/links.html. You'll find my toturial (the one in french) and another good site in english. Cedric