X-VM-v5-Data: ([nil nil nil nil nil nil nil nil nil] ["1741" "Thu" " 3" "February" "1994" "12:50:22" "GMT" "David Carlisle" "carlisle@cs.man.ac.uk" "<199402031252.AA19323@mail.cs.tu-berlin.de>" "47" "Re: Another optional argument for \\section etc. ?" "^Date:" nil nil "2" "1994020312:50:22" "Another optional argument for \\section etc. ?" nil nil]) Return-Path: Received: from sc.ZIB-Berlin.DE (mailserv) by dagobert.ZIB-Berlin.DE (4.1/SMI-4.0/24.6.93) id AA28904; Thu, 3 Feb 94 13:53:48 +0100 Received: from mail.cs.tu-berlin.de by sc.ZIB-Berlin.DE (4.1/SMI-4.0-sc/03.06.93) id AA23022; Thu, 3 Feb 94 13:52:45 +0100 Received: from tubvm.cs.tu-berlin.de by mail.cs.tu-berlin.de with SMTP id AA19323 (5.65c8/IDA-1.4.4(mail.m4[1.12]) for <@MAIL.CS.TU-BERLIN.DE:Schoepf@SC.ZIB-BERLIN.DE>); Thu, 3 Feb 1994 13:52:41 +0100 Message-Id: <199402031252.AA19323@mail.cs.tu-berlin.de> Received: from TUBVM.CS.TU-BERLIN.DE by tubvm.cs.tu-berlin.de (IBM VM SMTP V2R2) with BSMTP id 6729; Thu, 03 Feb 94 13:52:35 +0200 Received: from VM.URZ.UNI-HEIDELBERG.DE (NJE origin MAILER@DHDURZ1) by TUBVM.CS.TU-BERLIN.DE (LMail V1.2a/1.8a) with BSMTP id 6728; Thu, 3 Feb 1994 13:52:35 +0200 Received: from VM.URZ.UNI-HEIDELBERG.DE (NJE origin LISTSERV@DHDURZ1) by VM.URZ.UNI-HEIDELBERG.DE (LMail V1.2a/1.8a) with BSMTP id 3280; Thu, 3 Feb 1994 13:52:06 +0000 Reply-To: Mailing list for the LaTeX3 project Date: Thu, 3 Feb 1994 12:50:22 GMT From: David Carlisle Sender: Mailing list for the LaTeX3 project To: Multiple recipients of list LATEX-L Subject: Re: Another optional argument for \section etc. ? Status: R X-Status: X-Keywords: X-UID: 1422 Adrian: On Wed, 2 Feb 1994 20:35:34 +0100, "J%org Knappen, Mainz" said: JKM> May I ask for this new feature? JKM> Add a second optional argument to the command \chapter, \section, etc. in JKM> the following manner: JKM> JKM> \section[toc entry]{Actual section header, maybe looonnnngggg}[Running head] If one is allowe to vote new features in, I would also be very pleased to see this. There are quite a few occasions where I have had to start fiddling about with running heads just because the section title is rather long. Such a feature would be upwards-compatible (very important IMHO) and increase flexibility. ...Adrian The proposed syntax is of course *not* compatible with existing 2.09 documents. \section{intro} [I must write this introduction one day] would behave differently. You see, some of us do care about compatibility issues:-) If you look at those commands in 2e which do have new optional arguments, you will see that they are never the last argument. For exactly this reason. \section[toc entry][Running head] {Actual section header, maybe looonnnngggg} is a perfectly reasonable suggestion, but despite some appearances to the contrary, LaTeX2e is not supposed to have lots of new features, apart from the new package interface and NFSS2. For instance, the other Mainz styles (array, verbatim,...) were *not* included into the kernel. Given the names that have so far contributed to this thread, I think any one of you would not find it too difficult to provide a LaTeX2e package that provides this functionality. I am sure Sebastian would like to have some more files to fill up his new contributed/supported area on ctan:-) David