From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: sunway Newsgroups: gmane.emacs.help Subject: how to set indentation for \subsection in AUCTex? Date: Mon, 28 Jan 2008 00:09:27 -0800 (PST) Organization: http://groups.google.com Message-ID: <4a96c7e9-d052-4ef4-ade3-c9afb8f726b1@i72g2000hsd.googlegroups.com> 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 1201509641 2415 80.91.229.12 (28 Jan 2008 08:40:41 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Mon, 28 Jan 2008 08:40:41 +0000 (UTC) To: help-gnu-emacs@gnu.org Original-X-From: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Mon Jan 28 09:41:02 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 1JJPY3-0002ZZ-I9 for geh-help-gnu-emacs@m.gmane.org; Mon, 28 Jan 2008 09:40:59 +0100 Original-Received: from localhost ([127.0.0.1] helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1JJPXc-00028a-P5 for geh-help-gnu-emacs@m.gmane.org; Mon, 28 Jan 2008 03:40:32 -0500 Original-Path: shelby.stanford.edu!newsfeed.stanford.edu!postnews.google.com!i72g2000hsd.googlegroups.com!not-for-mail Original-Newsgroups: gnu.emacs.help Original-Lines: 13 Original-NNTP-Posting-Host: 125.33.165.128 Original-X-Trace: posting.google.com 1201507768 12043 127.0.0.1 (28 Jan 2008 08:09:28 GMT) Original-X-Complaints-To: groups-abuse@google.com Original-NNTP-Posting-Date: Mon, 28 Jan 2008 08:09:28 +0000 (UTC) Complaints-To: groups-abuse@google.com Injection-Info: i72g2000hsd.googlegroups.com; posting-host=125.33.165.128; posting-account=ngAdqwoAAAA0uK1OfC15kE5UvDiCOvxy User-Agent: G2/1.0 X-HTTP-UserAgent: Opera/9.24 (X11; Linux i686; U; zh-cn),gzip(gfe),gzip(gfe) Original-Xref: shelby.stanford.edu gnu.emacs.help:155637 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:51020 Archived-At: by default,emacs indent the .tex like this: \section{} \subsection{} \section{} i want it be indented like: \section{} \section{} \section{} how to set the indentation?