From mboxrd@z Thu Jan 1 00:00:00 1970 X-Msuck: nntp://news.gmane.io/gmane.comp.tex.context/88485 Path: news.gmane.org!not-for-mail From: Aditya Mahajan Newsgroups: gmane.comp.tex.context Subject: Re: itemize: how to get the first level items indented? Date: Tue, 19 Aug 2014 19:22:55 -0400 (EDT) Message-ID: References: <883CFE2A-BD8F-41DA-819A-CF7576B4AAD6@gmail.com> Reply-To: mailing list for ConTeXt users NNTP-Posting-Host: plane.gmane.org Mime-Version: 1.0 Content-Type: MULTIPART/MIXED; BOUNDARY="8323328-1659141924-1408490577=:8716" X-Trace: ger.gmane.org 1408490606 19048 80.91.229.3 (19 Aug 2014 23:23:26 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Tue, 19 Aug 2014 23:23:26 +0000 (UTC) To: mailing list for ConTeXt users Original-X-From: ntg-context-bounces@ntg.nl Wed Aug 20 01:23:21 2014 Return-path: Envelope-to: gctc-ntg-context-518@m.gmane.org Original-Received: from balder.ntg.nl ([5.39.185.229]) by plane.gmane.org with esmtp (Exim 4.69) (envelope-from ) id 1XJskK-0001Rb-KF for gctc-ntg-context-518@m.gmane.org; Wed, 20 Aug 2014 01:23:20 +0200 Original-Received: from localhost (localhost [127.0.0.1]) by balder.ntg.nl (Postfix) with ESMTP id E40851021E for ; Wed, 20 Aug 2014 01:23:19 +0200 (CEST) X-Virus-Scanned: Debian amavisd-new at balder.ntg.nl Original-Received: from balder.ntg.nl ([127.0.0.1]) by localhost (balder.ntg.nl [127.0.0.1]) (amavisd-new, port 10024) with LMTP id dm31vELDvweJ for ; Wed, 20 Aug 2014 01:23:19 +0200 (CEST) Original-Received: from balder.ntg.nl (localhost [IPv6:::1]) by balder.ntg.nl (Postfix) with ESMTP id ED6FA10220 for ; Wed, 20 Aug 2014 01:23:11 +0200 (CEST) Original-Received: from localhost (localhost [127.0.0.1]) by balder.ntg.nl (Postfix) with ESMTP id B80BB101E3 for ; Wed, 20 Aug 2014 01:23:07 +0200 (CEST) X-Virus-Scanned: Debian amavisd-new at balder.ntg.nl Original-Received: from balder.ntg.nl ([127.0.0.1]) by localhost (balder.ntg.nl [127.0.0.1]) (amavisd-new, port 10024) with LMTP id YwSsraGaC2ew for ; Wed, 20 Aug 2014 01:23:03 +0200 (CEST) Original-Received: from filter3-til.mf.surf.net (filter3-til.mf.surf.net [194.171.167.219]) by balder.ntg.nl (Postfix) with ESMTP id 5C870101E1 for ; Wed, 20 Aug 2014 01:23:03 +0200 (CEST) Original-Received: from hackers.mr.itd.umich.edu (smtp.mail.umich.edu [141.211.14.81]) by filter3-til.mf.surf.net (8.14.3/8.14.3/Debian-9.4) with ESMTP id s7JNMwsF017585 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=NOT) for ; Wed, 20 Aug 2014 01:23:02 +0200 Original-Received: FROM Decentralized.ECE.McGill.CA (Decentralized.ECE.McGill.CA [132.206.69.142]) By hackers.mr.itd.umich.edu ID 53F3DC50.DC2B1.24705 ; Authuser adityam; 19 Aug 2014 19:22:56 EDT In-Reply-To: User-Agent: Alpine 2.03 (LNX 1266 2009-07-14) X-Bayes-Prob: 0.0001 (Score 0, tokens from: ntg-context@ntg.nl, base:default, @@RPTN) X-CanIt-Geo: ip=141.211.14.81; country=US; region=Michigan; city=Ann Arbor; latitude=42.2734; longitude=-83.7133; http://maps.google.com/maps?q=42.2734,-83.7133&z=6 X-CanItPRO-Stream: uu:ntg-context@ntg.nl (inherits from uu:default, base:default) X-Canit-Stats-ID: 06MELmXxz - 9ffed659d0e4 - 20140820 (trained as not-spam) X-Scanned-By: CanIt (www . roaringpenguin . com) on 194.171.167.219 X-BeenThere: ntg-context@ntg.nl X-Mailman-Version: 2.1.14 Precedence: list List-Id: mailing list for ConTeXt users List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: ntg-context-bounces@ntg.nl Original-Sender: ntg-context-bounces@ntg.nl Xref: news.gmane.org gmane.comp.tex.context:88485 Archived-At: This message is in MIME format. The first part should be readable text, while the remaining parts are likely unreadable without MIME-aware tools. --8323328-1659141924-1408490577=:8716 Content-Type: TEXT/PLAIN; charset=windows-1252; format=flowed Content-Transfer-Encoding: QUOTED-PRINTABLE On Wed, 20 Aug 2014, Gerben Wierda wrote: > On 19 Aug 2014, at 16:33, Wolfgang Schuster = wrote: > >> >> Am 19.08.2014 um 16:27 schrieb Gerben Wierda : >> >>> I=92d like to get \startitemize\stopitemize to indent the first level i= tems already with the equal amount of indentation as the start of a paragra= ph (which is indented). Is there a way to do that? >> >> \setupindenting[yes,medium] >> >> \starttext >> >> \input knuth >> >> \startitemize[margin=3Dstandard] > > Does the margin thing, but incapacitates packed and joinedup, which are i= gnored if the margin statement is there. So, I get indented items, but at t= he price of losing joinedup and packed. > > \setupindenting[yes,medium] > > \starttext > Foo bar bar foo. Foo bar bar foo. Foo bar bar foo. > \startitemize[joinedup,packed] > \item Foo bar > \item Foo bar > \stopitemize > Foo bar bar foo. Foo bar bar foo. Foo bar bar foo. > > Foo bar bar foo. Foo bar bar foo. Foo bar bar foo. > \startitemize[joinedup,packed,margin=3Dstandard] You need to separate keywords with assignments: \startitemize[joinedup, packed][margin=3Dstandard] Aditya --8323328-1659141924-1408490577=:8716 Content-Type: text/plain; charset="us-ascii" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Content-Disposition: inline ___________________________________________________________________________________ If your question is of interest to others as well, please add an entry to the Wiki! maillist : ntg-context@ntg.nl / http://www.ntg.nl/mailman/listinfo/ntg-context webpage : http://www.pragma-ade.nl / http://tex.aanhet.net archive : http://foundry.supelec.fr/projects/contextrev/ wiki : http://contextgarden.net ___________________________________________________________________________________ --8323328-1659141924-1408490577=:8716--