ntg-context - mailing list for ConTeXt users
 help / color / mirror / Atom feed
From: Marco <netuse@lavabit.com>
To: ntg-context@ntg.nl
Subject: Re: [***SPAM***] Indentation for beginner
Date: Wed, 2 May 2012 20:16:11 +0200	[thread overview]
Message-ID: <20120502201611.513ad1ca@Zewz> (raw)
In-Reply-To: <20120502211116.3348@binki>

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
___________________________________________________________________________________

  reply	other threads:[~2012-05-02 18:16 UTC|newest]

Thread overview: 3+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2012-05-02 11:11 hwitloc
2012-05-02 18:16 ` Marco [this message]
2012-05-03 14:34   ` hwitloc

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20120502201611.513ad1ca@Zewz \
    --to=netuse@lavabit.com \
    --cc=ntg-context@ntg.nl \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).