X-VM-v5-Data: ([nil nil nil nil nil nil nil nil nil] ["649" "Mon" "31" "January" "1994" "14:12:28" "+0000" "Chris Rowley | OU - UK [R01/Maths]" "C.A.Rowley@open.ac.uk" "<199401311415.AA12670@mail.cs.tu-berlin.de>" "25" "Re: form and content" "^Date:" nil nil "1" "1994013114:12:28" "form and content" 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 AA20722; Mon, 31 Jan 94 15:17:47 +0100 Received: from mail.cs.tu-berlin.de by sc.ZIB-Berlin.DE (4.1/SMI-4.0-sc/03.06.93) id AA02808; Mon, 31 Jan 94 15:15:45 +0100 Received: from tubvm.cs.tu-berlin.de by mail.cs.tu-berlin.de with SMTP id AA12670 (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:15:42 +0100 Message-Id: <199401311415.AA12670@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 7170; Mon, 31 Jan 94 15:15:38 +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 7169; Mon, 31 Jan 1994 15:15:37 +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 8467; Mon, 31 Jan 1994 15:15:04 +0000 Reply-To: Mailing list for the LaTeX3 project Date: Mon, 31 Jan 1994 14:12:28 +0000 From: "Chris Rowley | OU - UK [R01/Maths]" 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: 1360 > > Mike> Was this intentional, or an oversight in the way the macros were > Mike> defined? So the existence of the command \foo implies the > Mike> existence of the environment foo. > > Intentional, and `documented by example' on page 18 of the LaTeX book. > > It says: \begin{em} \end{em} is eqivalent to {\em } > > > To be read as: any declaration {\foo } may also be entered as an > environment \begin{foo} \end{foo} But dont forget that, if used in the, for example, \begin{section}{...} .... \end{section} that this intoduces an extra group around the whole section. Thus the environment form is not identical to the command form chris