X-VM-v5-Data: ([nil nil nil nil nil nil nil nil nil] ["491" "Mon" "31" "January" "1994" "14:32:56" "GMT" "David Carlisle" "carlisle@CS.MAN.AC.UK" "<199401311434.AA13079@mail.cs.tu-berlin.de>" "18" "Re: form and content" "^Date:" nil nil "1" "1994013114:32:56" "form and content" nil "<9401311417.AA05900@m1.cs.man.ac.uk>"]) Return-Path: Received: from sc.ZIB-Berlin.DE (mailserv) by dagobert.ZIB-Berlin.DE (4.1/SMI-4.0/24.6.93) id AA20799; Mon, 31 Jan 94 15:36:58 +0100 Received: from mail.cs.tu-berlin.de by sc.ZIB-Berlin.DE (4.1/SMI-4.0-sc/03.06.93) id AA02897; Mon, 31 Jan 94 15:34:58 +0100 Received: from tubvm.cs.tu-berlin.de by mail.cs.tu-berlin.de with SMTP id AA13079 (5.65c8/IDA-1.4.4(mail.m4[1.12]) for <@MAIL.CS.TU-BERLIN.DE:Schoepf@SC.ZIB-BERLIN.DE>); Mon, 31 Jan 1994 15:34:56 +0100 Message-Id: <199401311434.AA13079@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 7313; Mon, 31 Jan 94 15:34:52 +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 7310; Mon, 31 Jan 1994 15:34:49 +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 8635; Mon, 31 Jan 1994 15:34:10 +0000 Reply-To: Mailing list for the LaTeX3 project In-Reply-To: <9401311417.AA05900@m1.cs.man.ac.uk> (message from Mike Piff on Mon, 31 Jan 1994 13:53:30 LCL) Date: Mon, 31 Jan 1994 14:32:56 GMT From: David Carlisle Sender: Mailing list for the LaTeX3 project To: Multiple recipients of list LATEX-L Subject: Re: form and content Status: R X-Status: X-Keywords: X-UID: 1361 > I don't agree! > ... > A clear distinction is made between the environment center and the > "declaration" \centering. That is because they are different. \begin{centering} ... \end{centering} is equivalent to {\centering ... } but doesnt centre the `...' as no \par is in the scope of the declaration. the center environment would centre the .. as it is a list environment (with one item) and so adds an implicit \par at the end. David We seem to be drifting away from LaTeX3 again