From mboxrd@z Thu Jan 1 00:00:00 1970 X-Msuck: nntp://news.gmane.io/gmane.comp.tex.context/18889 Path: news.gmane.org!not-for-mail From: Gerben Wierda Newsgroups: gmane.comp.tex.context Subject: Why doesn't this margin= have an effect? Date: Sun, 13 Mar 2005 13:48:35 +0100 Message-ID: <04e03bf46bec92288b6656c7d167d197@rna.nl> Reply-To: mailing list for ConTeXt users NNTP-Posting-Host: main.gmane.org Mime-Version: 1.0 (Apple Message framework v619.2) Content-Type: text/plain; charset=US-ASCII; format=flowed Content-Transfer-Encoding: 7bit X-Trace: sea.gmane.org 1110718047 4677 80.91.229.2 (13 Mar 2005 12:47:27 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Sun, 13 Mar 2005 12:47:27 +0000 (UTC) Original-X-From: ntg-context-bounces@ntg.nl Sun Mar 13 13:47:27 2005 Original-Received: from ronja.vet.uu.nl ([131.211.172.88] helo=ronja.ntg.nl) by ciao.gmane.org with esmtp (Exim 4.43) id 1DASVA-0005U2-DD for gctc-ntg-context-518@m.gmane.org; Sun, 13 Mar 2005 13:47:24 +0100 Original-Received: from localhost (localhost.localdomain [127.0.0.1]) by ronja.ntg.nl (Postfix) with ESMTP id 3D3231285A; Sun, 13 Mar 2005 13:48:16 +0100 (CET) Original-Received: from ronja.ntg.nl ([127.0.0.1]) by localhost (ronja.vet.uu.nl [127.0.0.1]) (amavisd-new, port 10024) with LMTP id 24306-01; Sun, 13 Mar 2005 13:48:13 +0100 (CET) Original-Received: from ronja.vet.uu.nl (localhost.localdomain [127.0.0.1]) by ronja.ntg.nl (Postfix) with ESMTP id 394941280A; Sun, 13 Mar 2005 13:48:13 +0100 (CET) Original-Received: from localhost (localhost.localdomain [127.0.0.1]) by ronja.ntg.nl (Postfix) with ESMTP id BF2F71280A for ; Sun, 13 Mar 2005 13:48:11 +0100 (CET) Original-Received: from ronja.ntg.nl ([127.0.0.1]) by localhost (ronja.vet.uu.nl [127.0.0.1]) (amavisd-new, port 10024) with LMTP id 24194-05-3 for ; Sun, 13 Mar 2005 13:48:11 +0100 (CET) Original-Received: from post-23.mail.nl.demon.net (post-23.mail.nl.demon.net [194.159.73.193]) by ronja.ntg.nl (Postfix) with ESMTP id 2344512792 for ; Sun, 13 Mar 2005 13:48:11 +0100 (CET) Original-Received: from ii2.demon.nl ([82.161.98.36]:23559 helo=mail.rna.nl) by post-23.mail.nl.demon.net with esmtp (Exim 4.43) id 1DASVv-0007SJ-2h for ntg-context@ntg.nl; Sun, 13 Mar 2005 12:48:11 +0000 Original-Received: from [192.168.2.87] (hermione-a.rna.nl [192.168.2.87]) by mail.rna.nl (Postfix) with ESMTP id B6C336B714 for ; Sun, 13 Mar 2005 13:48:10 +0100 (CET) Original-To: mailing list for ConTeXt users X-Mailer: Apple Mail (2.619.2) X-Virus-Scanned: by amavisd-new at ntg.nl X-BeenThere: ntg-context@ntg.nl X-Mailman-Version: 2.1.5 Precedence: list List-Id: mailing list for ConTeXt users List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Original-Sender: ntg-context-bounces@ntg.nl Errors-To: ntg-context-bounces@ntg.nl X-Virus-Scanned: by amavisd-new at ntg.nl X-MailScanner-From: ntg-context-bounces@ntg.nl X-MailScanner-To: gctc-ntg-context-518@m.gmane.org Xref: news.gmane.org gmane.comp.tex.context:18889 X-Report-Spam: http://spam.gmane.org/gmane.comp.tex.context:18889 I am trying to get the itemized lists to be indented the same amount as my paragraph first lines (small). I have been trying to get this by adding margin=dimension but whatever dimension I put there, the result is the same: nothing. Example: \startitemize[n,packed,joinedup][margin=-1em] \item All X are Y; \item All Y are Z; \item Therefore, all X are Z. \stopitemize What am I doing wrong? G