From mboxrd@z Thu Jan 1 00:00:00 1970 X-Msuck: nntp://news.gmane.io/gmane.comp.tex.context/75956 Path: news.gmane.org!not-for-mail From: hwitloc@gmail.com Newsgroups: gmane.comp.tex.context Subject: Re: Indentation for beginner Date: Fri, 04 May 2012 00:34:56 +1000 Message-ID: <20120504003456.1108@binki> References: <20120502211116.3348@binki> <20120502201611.513ad1ca@Zewz> Reply-To: mailing list for ConTeXt users NNTP-Posting-Host: plane.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset="iso-2022-jp" Content-Transfer-Encoding: 7bit X-Trace: dough.gmane.org 1336059311 25972 80.91.229.3 (3 May 2012 15:35:11 GMT) X-Complaints-To: usenet@dough.gmane.org NNTP-Posting-Date: Thu, 3 May 2012 15:35:11 +0000 (UTC) To: "mailing list for ConTeXt users" Original-X-From: ntg-context-bounces@ntg.nl Thu May 03 17:35:08 2012 Return-path: Envelope-to: gctc-ntg-context-518@m.gmane.org Original-Received: from balder.ntg.nl ([195.12.62.10]) by plane.gmane.org with esmtp (Exim 4.69) (envelope-from ) id 1SPy3c-0006ne-7a for gctc-ntg-context-518@m.gmane.org; Thu, 03 May 2012 17:35:04 +0200 Original-Received: from localhost (localhost [127.0.0.1]) by balder.ntg.nl (Postfix) with ESMTP id B5F9A101CF; Thu, 3 May 2012 17:35:02 +0200 (CEST) X-Virus-Scanned: Debian amavisd-new at balder.ntg.nl Original-Received: from balder.ntg.nl ([127.0.0.1]) by localhost (localhost [127.0.0.1]) (amavisd-new, port 10024) with LMTP id iEW35n0IqNNS; Thu, 3 May 2012 17:35:02 +0200 (CEST) Original-Received: from [127.0.0.1] (localhost [127.0.0.1]) by balder.ntg.nl (Postfix) with ESMTP id 398D6101E0; Thu, 3 May 2012 17:35:01 +0200 (CEST) Original-Received: from localhost (localhost [127.0.0.1]) by balder.ntg.nl (Postfix) with ESMTP id C740B101E0 for ; Thu, 3 May 2012 17:34:59 +0200 (CEST) X-Virus-Scanned: Debian amavisd-new at balder.ntg.nl Original-Received: from balder.ntg.nl ([127.0.0.1]) by localhost (localhost [127.0.0.1]) (amavisd-new, port 10024) with LMTP id ACL+JAm2GKS4 for ; Thu, 3 May 2012 17:34:55 +0200 (CEST) Original-Received: from filter2-ams.mf.surf.net (filter2-ams.mf.surf.net [192.87.102.70]) by balder.ntg.nl (Postfix) with ESMTP id CFAAE101CF for ; Thu, 3 May 2012 17:34:55 +0200 (CEST) Original-Received: from mail1.asahi-net.or.jp (mail1.asahi-net.or.jp [202.224.39.197]) by filter2-ams.mf.surf.net (8.14.3/8.14.3/Debian-9.4) with ESMTP id q43FYsjw003585 for ; Thu, 3 May 2012 17:34:55 +0200 Original-Received: from binki (i228048.dynamic.ppp.asahi-net.or.jp [61.125.228.48]) by mail1.asahi-net.or.jp (Postfix) with ESMTP id 160AE1410B1 for ; Fri, 4 May 2012 00:34:51 +0900 (JST) In-reply-to: Your message of Wed, 2 May 2012 20:16:11 +0200 <20120502201611.513ad1ca@Zewz> X-Mailer: MH-E 8.2; GNU Mailutils 2.1; GNU Emacs 23.1.90 X-Bayes-Prob: 0.0001 (Score 0, tokens from: @@RPTN) X-CanIt-Geo: ip=202.224.39.197; country=JP; latitude=36.0000; longitude=138.0000; http://maps.google.com/maps?q=36.0000,138.0000&z=6 X-CanItPRO-Stream: uu:ntg-context@ntg.nl (inherits from uu:default, base:default) X-Canit-Stats-ID: 0QH5ryTFT - 937512126dba - 20120503 X-Scanned-By: CanIt (www . roaringpenguin . com) on 192.87.102.70 X-BeenThere: ntg-context@ntg.nl X-Mailman-Version: 2.1.12 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 Xref: news.gmane.org gmane.comp.tex.context:75956 Archived-At: Marco, thank you for kindly showing me how to do the resume section : itemize format that I needed in a very clear way. The example you provided works very well. I appreciate your help. Regards, hwitloc Marco wrote: > On 2012-05-02 hwitloc@gmail.com wrote: > > > % Whereas I want it to be like this: > > > > > > EDUCATION * bozo the clown > > * is here today > > > > WORK * UCLA BoA > > EXPERIENCE * LMU BSCS > > > > In other words I want the first item of an itemization to line up with the > > resume section description header's first or last line. > > \defineparagraphs [rpara] [n=2] > \setupparagraphs [rpara] [1] [width=3cm, style=\sc] > \setupitemize [5, packed] > > \starttext > > \startrpara > Education > \nextrpara > \startitemize > \startitem bozo the clown \stopitem > \startitem is here today \stopitem > \stopitemize > \stoprpara > > \startrpara > Work\crlf Experience % or use \startlines … \stoplines > \nextrpara > \startitemize > \startitem UCLA BoA \stopitem > \startitem LMU BSCS \stopitem > \stopitemize > \stoprpara > > \stoptext > > > ___________________________________________________________________________________ > 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 > ___________________________________________________________________________________ ___________________________________________________________________________________ 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 ___________________________________________________________________________________