Received: from mail.proteosys.com ([213.139.130.197]) by nummer-3.proteosys with Microsoft SMTPSVC(6.0.3790.1830); Fri, 16 Jun 2006 14:34:42 +0200 Received: by mail.proteosys.com (8.12.11.20060308/8.12.2) with ESMTP id k5GCYZb2011155 for ; Fri, 16 Jun 2006 14:34:38 +0200 Received: from listserv.uni-heidelberg.de (listserv.uni-heidelberg.de [129.206.100.94]) by relay2.uni-heidelberg.de (8.12.10/8.12.10) with ESMTP id k5GCUqvj025612; Fri, 16 Jun 2006 14:30:52 +0200 (MET DST) Received: from listserv.uni-heidelberg.de (listserv.uni-heidelberg.de [129.206.100.94]) by listserv.uni-heidelberg.de (8.13.1/8.13.1) with ESMTP id k5G9ahv3029651; Fri, 16 Jun 2006 14:28:28 +0200 Received: by LISTSERV.UNI-HEIDELBERG.DE (LISTSERV-TCP/IP release 14.3) with spool id 1292256 for LATEX-L@LISTSERV.UNI-HEIDELBERG.DE; Fri, 16 Jun 2006 14:28:28 +0200 Received: from relay2.uni-heidelberg.de (relay2.uni-heidelberg.de [129.206.210.211]) by listserv.uni-heidelberg.de (8.13.1/8.13.1) with ESMTP id k5GCIS8G002935 for ; Fri, 16 Jun 2006 14:18:28 +0200 Received: from ix.urz.uni-heidelberg.de (cyrus1.urz.uni-heidelberg.de [129.206.119.235]) by relay2.uni-heidelberg.de (8.12.10/8.12.10) with ESMTP id k5GCKSvj019609 for ; Fri, 16 Jun 2006 14:20:28 +0200 (MET DST) Received: from relay.uni-heidelberg.de (relay.uni-heidelberg.de [129.206.100.212]) by ix.urz.uni-heidelberg.de (8.8.8/8.8.8) with ESMTP id OAA9388214 for ; Fri, 16 Jun 2006 14:18:23 +0200 Received: from ciao.gmane.org (main.gmane.org [80.91.229.2]) by relay.uni-heidelberg.de (8.13.4/8.13.1) with ESMTP id k5GCIFAx022518 (version=TLSv1/SSLv3 cipher=AES256-SHA bits=256 verify=NO) for ; Fri, 16 Jun 2006 14:18:19 +0200 Received: from list by ciao.gmane.org with local (Exim 4.43) id 1FrDHD-0003Yw-9K for LATEX-L@URZ.UNI-HEIDELBERG.DE; Fri, 16 Jun 2006 14:18:15 +0200 Received: from camera.optique.espci.fr ([193.54.84.5]) by main.gmane.org with esmtp (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Fri, 16 Jun 2006 14:18:15 +0200 Received: from arik.funke by camera.optique.espci.fr with local (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Fri, 16 Jun 2006 14:18:15 +0200 X-Injected-Via-Gmane: http://gmane.org/ Lines: 17 Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit X-Complaints-To: usenet@sea.gmane.org X-Gmane-NNTP-Posting-Host: camera.optique.espci.fr User-Agent: Thunderbird 1.5.0.4 (Windows/20060516) X-Spam-Flag: No X-Envelope-From: X-Spam-Status: No, hits=-8.19 required=5 tests=AWL,BAYES_00,GOOD_RELAY,SPF_HELO_PASS, SPF_PASS Message-ID: Date: Fri, 16 Jun 2006 14:18:10 +0200 Reply-To: Mailing list for the LaTeX3 project Sender: Mailing list for the LaTeX3 project From: Arik Raffael Funke Subject: Adding Additional Structure to Content To: LATEX-L@LISTSERV.UNI-HEIDELBERG.DE Precedence: list X-ProteoSys-SPAM-Score: 0 () X-Scanned-By: MIMEDefang at proteosys.com Return-Path: owner-latex-l@LISTSERV.UNI-HEIDELBERG.DE X-OriginalArrivalTime: 16 Jun 2006 12:34:43.0034 (UTC) FILETIME=[3E4663A0:01C69141] Status: R X-Status: X-Keywords: X-UID: 4972 Hello all, I am working on quite a large document and the content is getting quite long and it becomes difficult find things quickly. I have thus introduced an "artificial" structure layer by adding following to the code: \addtocontents{toc}{\contentsline {chapter}{\centerline{SECTION 1}}{}} Unfortunately this line in the content listing is classified as a chapter and a page break to the following chapter will occur. I have found no way to prevent this. Adding \nopagebreak, \newpage etc. to the toc file just resulted in errors. How is this done properly? Cheers, Arik