X-VM-v5-Data: ([nil nil nil nil nil nil nil nil nil] ["969" "Thu" "24" "September" "92" "15:38:14" "BST" "CHAA006@VAX.RHBNC.AC.UK" "CHAA006@VAX.RHBNC.AC.UK" nil "21" "Re: Section command" "^Date:" nil nil "9"]) Return-Path: Received: from sc.ZIB-Berlin.DE (serv01) by dagobert.ZIB-Berlin.DE (4.1/SMI-4.0/1.9.92 ) id AA23161; Thu, 24 Sep 92 16:40:19 +0200 Received: from vm.urz.Uni-Heidelberg.de (vm.hd-net.uni-heidelberg.de) by sc.ZIB-Berlin.DE (4.0/SMI-4.0-sc/19.6.92) id AA02094; Thu, 24 Sep 92 16:39:44 +0200 Message-Id: <9209241439.AA02094@sc.zib-berlin.dbp.de> Received: from DHDURZ1 by vm.urz.Uni-Heidelberg.de (IBM VM SMTP V2R2) with BSMTP id 1303; Thu, 24 Sep 92 16:34:36 CET Received: from DHDURZ1 by DHDURZ1 (Mailer R2.08 R208004) with BSMTP id 1292; Thu, 24 Sep 92 16:34:29 CET Received: from DHDURZ1 by DHDURZ1 (Mailer R2.08 R208004) with BSMTP id 1290; Thu, 24 Sep 92 16:34:26 CET Reply-To: Mailing list for the LaTeX3 project Date: Thu, 24 Sep 92 15:38:14 BST From: CHAA006@VAX.RHBNC.AC.UK Sender: Mailing list for the LaTeX3 project To: Multiple recipients of Subject: Re: Section command Status: R X-Status: X-Keywords: X-UID: 791 Regarding the user of case-differentiation in identifiers, I would suggest that it be used in an entirely consistent manner, rather than being used ad hoc simply to differentiate variant commands. For my own purposes, I use case to differentiate between defining and applied occurrences: for example, \Section {} _defines_ the section (i.e. it takes the name of a section as parameter and internally defines a concealed identifier through which the section can be referenced); \section {}, on the other hand, is the _applied_ occurrence -- it, too, takes the name as parameter, but in this case looks up the equivalent internal identifier and returns the number of the corresponding section. Thus my documents typically resemble: \Section {Introduction} . In \section {Introduction}, we met the concepts of ... There may well be other, pehaps better, uses of case differentiation, but I strongly suggest that it be used _consistently_. Philip Taylor, RHBNC.