X-VM-v5-Data: ([nil nil nil nil nil nil nil nil nil] ["490" "Mon" "31" "January" "1994" "13:09:26" "GMT" "David Carlisle" "carlisle@cs.man.ac.uk" "<199401311311.AA25429@quepasa.cs.tu-berlin.de>" "16" "Re: form and content" "^Date:" nil nil "1" "1994013113:09:26" "form and content" nil "<9401311300.AB03265@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 AA21096; Mon, 31 Jan 94 16:28:02 +0100 Received: from mail.cs.tu-berlin.de by sc.ZIB-Berlin.DE (4.1/SMI-4.0-sc/03.06.93) id AA03554; Mon, 31 Jan 94 16:26:59 +0100 Received: from quepasa.cs.tu-berlin.de by mail.cs.tu-berlin.de with SMTP id AA14337 (5.65c8/IDA-1.4.4(mail.m4[1.12]) for ); Mon, 31 Jan 1994 16:19:56 +0100 Received: from tubvm.cs.tu-berlin.de by quepasa.cs.tu-berlin.de with SMTP id AA25429 (5.65c8/IDA-1.4.4(fallback.m4[1.7]) for <@MAIL.CS.TU-BERLIN.DE:Schoepf@SC.ZIB-BERLIN.DE>); Mon, 31 Jan 1994 14:11:59 +0100 Message-Id: <199401311311.AA25429@quepasa.cs.tu-berlin.de> Received: from TUBVM.CS.TU-BERLIN.DE by tubvm.cs.tu-berlin.de (IBM VM SMTP V2R2) with BSMTP id 6713; Mon, 31 Jan 94 14:11:54 +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 6712; Mon, 31 Jan 1994 14:11:53 +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 7866; Mon, 31 Jan 1994 14:11:23 +0000 Reply-To: Mailing list for the LaTeX3 project In-Reply-To: <9401311300.AB03265@m1.cs.man.ac.uk> (message from Mike Piff on Mon, 31 Jan 1994 12:45:15 LCL) Date: Mon, 31 Jan 1994 13:09:26 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: 1357 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} (I dont think it is anywhere else in the book, I havent read it for a while :-) David