Received: from mail.proteosys.com ([213.139.130.197]) by nummer-3.proteosys with Microsoft SMTPSVC(6.0.3790.1830); Fri, 16 Jun 2006 17:10:49 +0200 Received: by mail.proteosys.com (8.12.11.20060308/8.12.2) with ESMTP id k5GFAgpg012500 for ; Fri, 16 Jun 2006 17:10:43 +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 k5GF8Pvj020675; Fri, 16 Jun 2006 17:08:25 +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 k5GCkQCo002581; Fri, 16 Jun 2006 17:06:16 +0200 Received: by LISTSERV.UNI-HEIDELBERG.DE (LISTSERV-TCP/IP release 14.3) with spool id 1289026 for LATEX-L@LISTSERV.UNI-HEIDELBERG.DE; Fri, 16 Jun 2006 17:06:15 +0200 Received: from relay.uni-heidelberg.de (relay.uni-heidelberg.de [129.206.100.212]) by listserv.uni-heidelberg.de (8.13.1/8.13.1) with ESMTP id k5GF6FXW007629 for ; Fri, 16 Jun 2006 17:06:15 +0200 Received: from atlas.informatik.uni-freiburg.de (atlas.informatik.uni-freiburg.de [132.230.150.3]) by relay.uni-heidelberg.de (8.13.4/8.13.1) with ESMTP id k5GF67e9007096 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=FAIL) for ; Fri, 16 Jun 2006 17:06:10 +0200 Received: from remote218-07.home.uni-freiburg.de ([132.230.218.7] helo=m0A023293.vpn.uni-freiburg.de) by atlas.informatik.uni-freiburg.de with esmtpsa (TLSv1:AES256-SHA:256) (Exim 4.60) (envelope-from ) id 1FrFte-0000LU-EQ for LATEX-L@LISTSERV.UNI-HEIDELBERG.DE; Fri, 16 Jun 2006 17:06:06 +0200 Received: by m0A023293.vpn.uni-freiburg.de (Postfix, from userid 500) id A17513698A; Fri, 16 Jun 2006 16:55:55 +0200 (CEST) Mail-Followup-To: LATEX-L@LISTSERV.UNI-HEIDELBERG.DE References: Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline Message-ID: <20060616145555.GA2870@m0A023293.vpn.uni-freiburg.de> Date: Fri, 16 Jun 2006 16:55:55 +0200 Reply-To: Mailing list for the LaTeX3 project Sender: Mailing list for the LaTeX3 project From: Heiko Oberdiek Subject: Re: Adding Additional Structure to Content To: LATEX-L@LISTSERV.UNI-HEIDELBERG.DE In-Reply-To: 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 15:10:49.0288 (UTC) FILETIME=[0CFF5480:01C69157] Status: R X-Status: X-Keywords: X-UID: 4973 On Fri, Jun 16, 2006 at 02:18:10PM +0200, Arik Raffael Funke wrote: > 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}}{}} * A higher order structure element than chapter is part. * The generic interface for formatting issues in the table of contents are macros that start with \l@: \l@part, \l@chapter, ... Package tocloft provides help at user level. > 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. The standard classes make a page break *before* this entry easier, but they don't force page breaks. BTW, a better place for asking this kind of questions is the newsgroup comp.text.tex or AFAIK the mailing list texhax, see: http://www.tex.ac.uk/cgi-bin/texfaq2html?label=maillists Where to get help See also FAQ section P.6 "Table of contents and indexes", e.g.: http://www.tex.ac.uk/cgi-bin/texfaq2html?label=tocloft The format of the Table of Contents, etc. Yours sincerely Heiko