X-VM-v5-Data: ([nil nil nil nil nil nil nil nil nil] ["1206" "Tue" "18" "March" "1997" "12:58:34" "+0100" "Daniel Frerejacque" "dfj@TURING.U-PARIS10.FR" nil "39" "Bug or feature ??" "^Date:" nil nil "3" nil nil nil nil] nil) Received: from listserv.gmd.de (listserv.gmd.de [192.88.97.1]) by mail.Uni-Mainz.DE (8.8.5/8.8.4) with ESMTP id NAA17554; Tue, 18 Mar 1997 13:00:03 +0100 (MET) Received: from listserv.gmd.de by listserv.gmd.de (LSMTP for OpenVMS v1.1a) with SMTP id <13.BE6EB889@listserv.gmd.de>; Tue, 18 Mar 1997 12:59:57 +0100 Received: from RELAY.URZ.UNI-HEIDELBERG.DE by RELAY.URZ.UNI-HEIDELBERG.DE (LISTSERV-TCP/IP release 1.8b) with spool id 114363 for LATEX-L@RELAY.URZ.UNI-HEIDELBERG.DE; Tue, 18 Mar 1997 12:59:48 +0100 Received: from parisx.u-paris10.fr (parisx.u-paris10.fr [192.70.13.1]) by relay.urz.uni-heidelberg.de (8.7.6/8.7.4) with SMTP id MAA22202 for ; Tue, 18 Mar 1997 12:59:42 +0100 (MET) Received: from turing.u-paris10.fr by parisx.u-paris10.fr; Tue, 18 Mar 1997 12:59:39 +0100 Received: by turing.u-paris10.fr (5.0/SMI-SVR4) id AA10107; Tue, 18 Mar 97 12:58:34 +0100 X-Sun-Charset: US-ASCII Message-ID: <9703181158.AA10107@turing.u-paris10.fr> Reply-To: Mailing list for the LaTeX3 project Date: Tue, 18 Mar 1997 12:58:34 +0100 From: Daniel Frerejacque Sender: Mailing list for the LaTeX3 project To: Multiple recipients of list LATEX-L Subject: Bug or feature ?? Status: R X-Status: X-Keywords: X-UID: 1871 typing a small memo on hboxes et vboxes, I got surprising alignement (except if I put a empty box on the first line of the enumerate/itemize) and some overprinting too. It was certainly a mistake to bracket some text in the beginning of an item list, but I wanted brackets therfore here is the following test for the MASTERS. I do not put it on the BUG list, because it may be a feature Here is the text and admire both overprinting and misplaced item bullets VERSION: Latex@e: Document class: article 1996/10/31 v1.3U standard LaTeX document class: SOURCE: \documentclass{article} \title{bug or feature} \begin{document} \maketitle \begin{description} \item[How and when to use vboxes] \begin{itemize} \item[What to put in a vbox:} \item Use a box without emptying... \end{itemize] \item[How and when to use hboxes] \begin{itemize} \item Usually you put in a hbox some text you want... \item enough... \end{itemize} \end{description} \end{document} %%%% daniel.frerejacque@u-paris10.fr %------------------------------------------------------------------