Received: from mail.proteosys.com ([213.139.130.197]) by nummer-3.proteosys with Microsoft SMTPSVC(6.0.3790.3959); Sun, 8 Nov 2009 10:06:08 +0100 Received: by mail.proteosys.com (8.14.3/8.14.3) with ESMTP id nA8968Zp001085 for ; Sun, 8 Nov 2009 10:06:08 +0100 Received: from listserv.uni-heidelberg.de (listserv.uni-heidelberg.de [129.206.100.94]) by relay.uni-heidelberg.de (8.14.1/8.14.1) with ESMTP id nA890UN2016938 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=NO); Sun, 8 Nov 2009 10:00:30 +0100 Received: from listserv.uni-heidelberg.de (localhost.localdomain [127.0.0.1]) by listserv.uni-heidelberg.de (8.13.1/8.13.1) with ESMTP id nA7N2285013298; Sun, 8 Nov 2009 10:00:24 +0100 Received: by LISTSERV.UNI-HEIDELBERG.DE (LISTSERV-TCP/IP release 15.5) with spool id 350868 for LATEX-L@LISTSERV.UNI-HEIDELBERG.DE; Sun, 8 Nov 2009 10:00:24 +0100 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 nA890Oku005741 for ; Sun, 8 Nov 2009 10:00:24 +0100 Received: from moutng.kundenserver.de (moutng.kundenserver.de [212.227.17.8]) by relay2.uni-heidelberg.de (8.13.8/8.13.8) with ESMTP id nA890KEV028121 for ; Sun, 8 Nov 2009 10:00:23 +0100 Received: from CHARON (p4FEBD66E.dip.t-dialin.net [79.235.214.110]) by mrelayeu.kundenserver.de (node=mrbap0) with ESMTP (Nemesis) id 0MTvWL-1Mh2SA3p2n-00RH9H; Sun, 08 Nov 2009 10:00:20 +0100 References: <19189.17593.814557.704925@morse.mittelbach-online.de> <4AF5A79B.9040003@residenset.net> <19189.49743.74826.581704@morse.mittelbach-online.de> MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" X-Mailer: Microsoft Office Outlook 12.0 Thread-Index: Acpf2/XPTkrR50tyS6auBY9vTOcJoAAb+yiA Content-Language: de X-Provags-ID: V01U2FsdGVkX1+K5f8N2JIsFaK+2HaP2XbtSgnwyDbmu/AVPpm PeMt5q5YQV0xfuRM4Mhnp17DDeU0yftYKJnptpU/AEHdUOdmG3 kusbNBLgFoUn1KoPlMkgQ== X-Spam-Whitelist-Provider: Content-Transfer-Encoding: 8bit X-MIME-Autoconverted: from quoted-printable to 8bit by listserv.uni-heidelberg.de id nA890Oku005742 Message-ID: <004001ca6051$e9e35e10$bdaa1a30$@de> Date: Sun, 8 Nov 2009 10:00:25 +0100 Reply-To: Mailing list for the LaTeX3 project Sender: Mailing list for the LaTeX3 project From: Ulrich Dirr Organization: Art & Satz Subject: Re: an object type for heading commands To: LATEX-L@LISTSERV.UNI-HEIDELBERG.DE In-Reply-To: <19189.49743.74826.581704@morse.mittelbach-online.de> Precedence: list List-Help: , List-Unsubscribe: List-Subscribe: List-Owner: List-Archive: X-ProteoSys-SPAM-Score: -6.599 () BAYES_00,RCVD_IN_DNSWL_MED X-Scanned-By: MIMEDefang 2.65 on 213.139.130.197 Return-Path: owner-latex-l@LISTSERV.UNI-HEIDELBERG.DE X-OriginalArrivalTime: 08 Nov 2009 09:06:08.0975 (UTC) FILETIME=[B5F445F0:01CA6052] Status: R X-Status: X-Keywords: X-UID: 6144 Hi, > (As a final comment, I thought briefly whether it made sense to split > this object type into three: "heading", "contents-entry", and "running- > header-entry", but I couldn't see a good argument for it.) > > -- Will I would like to see a better control for these three types. I often run in 'difficulties' when I need to separate what goes to the toc, the running head, and the section title (if present). Most of the time I have to use the titlesec/titletoc package to get what I want but still have to adjust a lot. Here is a small (incomplete) list: 1. When typesetting sectioning titles typesetting has to be manually adjusted (e.g. telling where to break or special formatting). Which requires adjustment of the running head and toc-entry. 2. Sometimes the sectioning title is so long that one needs a short form for the running head only. 3. Sometimes the running head contains additional information that doesn't come from a section title but doesn't go into the toc. This is also true for dictionary-like headers. 4. As already mentioned not always should a section number go into the toc of header. 5. Sometimes (I had an application in an omnibus volume) sectioning commands in a big special chapter should not go into the tocą. 6. Sectioning commands should not only thought of in hierarchical order. Some should have the same level but with different 'behavior' concerning the toc or running head (the simpliest form in LaTeX2e is \section & \section* but with unwanted side-effects). 7. The most problems I experience with informations that are going to the toc. 7.1 Problems with special formatting in the title 7.2 Special formatting that should only go into the toc (from simple things like \addtocontents{toc}{\protect\vspace{\baselineskip}} or page breaks to more complicated things) 7.3 A general interface for better controlling the appearance/typesetting of the toc. One or two columns -- even mixed (e.g. chapters centered, sections in two+ column format). Running paragraphs for sections or subsections with special formatting plus controlling the typesetting (e.g. line breaks, paragraph format) ... Best regards, Ulrich ____________________________ 1. This was a chapter collecting a lot historical information in a chronological order. The chapter itself has a lot of pages but isn't of very high importance comparing to other chapters in the book. When all sectioning information would go into the toc this chapter would become too 'prominent'.