X-VM-v5-Data: ([nil nil nil nil nil nil nil nil nil] ["1176" "Thu" " 3" "February" "1994" "12:38:14" "LCL" "Mike Piff" "M.Piff@SHEFFIELD.AC.UK" "<199402031638.AA05913@quepasa.cs.tu-berlin.de>" "40" "List environment" "^Date:" nil nil "2" "1994020312:38:14" "List environment" 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 AA29818; Thu, 3 Feb 94 18:49:24 +0100 Received: from mail.cs.tu-berlin.de by sc.ZIB-Berlin.DE (4.1/SMI-4.0-sc/03.06.93) id AA25468; Thu, 3 Feb 94 18:47:24 +0100 Received: from quepasa.cs.tu-berlin.de by mail.cs.tu-berlin.de with SMTP id AA14430 (5.65c8/IDA-1.4.4(mail.m4[1.12]) for ); Thu, 3 Feb 1994 18:39:59 +0100 Received: from tubvm.cs.tu-berlin.de by quepasa.cs.tu-berlin.de with SMTP id AA05913 (5.65c8/IDA-1.4.4(fallback.m4[1.7]) for <@MAIL.CS.TU-BERLIN.DE:Schoepf@SC.ZIB-BERLIN.DE>); Thu, 3 Feb 1994 17:38:31 +0100 Message-Id: <199402031638.AA05913@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 8268; Thu, 03 Feb 94 17:36:24 +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 8267; Thu, 3 Feb 1994 17:36:25 +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 4867; Thu, 3 Feb 1994 17:34:52 +0000 Reply-To: Mailing list for the LaTeX3 project Date: Thu, 3 Feb 1994 12:38:14 LCL From: Mike Piff Sender: Mailing list for the LaTeX3 project To: Multiple recipients of list LATEX-L Subject: List environment Status: R X-Status: X-Keywords: X-UID: 1421 Some comments for LaTeX-3 or even LaTeX2.9. To my eyes, the layout when lists interact looks very poor sometimes. Here is an example. (Compatibility mode, sorry!) It has seemed to me in the past to be very difficult to alter the behaviour of things like this without messing up somewhere else. There don't seem to be parameters the end-user can change to alter this effect. How do others see this? Mike Piff \documentstyle[12pt]{article} \newtheorem{th}{Theorem} \begin{document} \begin{enumerate} \item \begin{enumerate} \item This looks \item good \end{enumerate} \end{enumerate} \begin{th} \begin{enumerate} \item $\leftarrow$This space is too big \item \end{enumerate} \end{th} \begin{th} \begin{description} \item [One] Good \item [Two] Probably this would look better indented \end{description} \end{th} \end{document} %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% %% Dr M J Piff, School of Mathematics and Statistics, University of %% %% Sheffield, UK. e-mail: M.Piff@sheffield.ac.uk %% %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%