From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Eric Wang Newsgroups: gmane.emacs.help Subject: Re: how to let reftex show the title of an article? Date: Mon, 09 Jul 2007 04:37:11 -0000 Organization: http://groups.google.com Message-ID: <1183955831.996874.190360@o11g2000prd.googlegroups.com> References: <1183452809.046409.58660@i13g2000prf.googlegroups.com> <468a7c3c$0$31639$9b4e6d93@newsspool3.arcor-online.net> <1183608131.069655.67840@m37g2000prh.googlegroups.com> <468d484f$0$31638$9b4e6d93@newsspool3.arcor-online.net> NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" X-Trace: sea.gmane.org 1183956041 18634 80.91.229.12 (9 Jul 2007 04:40:41 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Mon, 9 Jul 2007 04: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 Jul 09 06:40:40 2007 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 1I7l36-0001hu-0L for geh-help-gnu-emacs@m.gmane.org; Mon, 09 Jul 2007 06:40:36 +0200 Original-Received: from localhost ([127.0.0.1] helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1I7l35-0005cv-Lj for geh-help-gnu-emacs@m.gmane.org; Mon, 09 Jul 2007 00:40:35 -0400 Original-Path: shelby.stanford.edu!newsfeed.stanford.edu!postnews.google.com!o11g2000prd.googlegroups.com!not-for-mail Original-Newsgroups: gnu.emacs.help Original-Lines: 44 Original-NNTP-Posting-Host: 61.150.43.47 Original-X-Trace: posting.google.com 1183955832 3583 127.0.0.1 (9 Jul 2007 04:37:12 GMT) Original-X-Complaints-To: groups-abuse@google.com Original-NNTP-Posting-Date: Mon, 9 Jul 2007 04:37:12 +0000 (UTC) In-Reply-To: <468d484f$0$31638$9b4e6d93@newsspool3.arcor-online.net> User-Agent: G2/1.0 X-HTTP-UserAgent: Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.8.1.4) Gecko/20070508 Iceweasel/2.0.0.4 (Debian-2.0.0.4-0etch1; Google-TR-3),gzip(gfe),gzip(gfe) Complaints-To: groups-abuse@google.com Injection-Info: o11g2000prd.googlegroups.com; posting-host=61.150.43.47; posting-account=eThO_g0AAADMvjw6zZ5Brkk1qDHPRKcX Original-Xref: shelby.stanford.edu gnu.emacs.help:149956 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:45545 Archived-At: On Jul 6, 3:36 am, Ralf Angeli wrote: > * Eric Wang (2007-07-05) writes: > > > > > On Jul 4, 12:41 am, Ralf Angeli wrote: > >> * Eric Wang (2007-07-03) writes: > > >> > How to configure the reftex to show the title of an article. now > >> > reftex shows only the sections' title. > > >> Which functionality are you referring to? > > > I mean to show the title of the article, now the reftex only shows the > > subtitle of every section. for example. > > > the article in latex: > > ... > > \title{aaa} > > ... > > \section{111} > > \section{222} > > ... > > > now the reftex shows following: > > 111 > > 222 > > > I want the reftex to show following: > > aaa > > 111 > > 222 > > I am still not sure what functionality you are referring to. The > display of a table of contents (`C-c =')? If this is the case, I am not > aware of functionality for showing the title in the table of contents > generated by RefTeX. > > -- > Ralf I want the reftex to display the title in the table of contents('C-c =').