ntg-context - mailing list for ConTeXt users
 help / color / mirror / Atom feed
From: hwitloc@gmail.com
To: <ntg-context@ntg.nl>
Subject: [***SPAM***] Indentation for beginner
Date: Wed, 02 May 2012 21:11:16 +1000	[thread overview]
Message-ID: <20120502211116.3348@binki> (raw)



I am putting together a needed resume and learning context at the same time.
What I want is or should be simple, but I am not familiar with which options to set.


I am using the following, because I don't want to use any margin for some forgotten reason, just text area.  I am currently using this: (abbreviated)


%
% relevant snippet
%
\definedescription[rsection][location=left,width=3.0cm,headstyle=\sc]


\rsection{Education} \startitemize[5,packed]  \item bozo the clown
  \item is here today.
  \stopitemize

\rsection{Work\\Experience} \startitemize[5,packed]
  \item  UCLA BoA
  \item LMU BSCS
  \stopitemize

...
%
% end snippet
%

The above is fine, except that I want the items to be level with the "resume section header".  As it is now the items come out below the resume section description, like this:

  EDUCATION

               * bozo the clown
               * is here today

  WORK
  EXPERIENCE
               * UCLA BoA
	       * LMU BSCS


---------------------------------------------
%    Whereas I want it to be like this:


  EDUCATION    * bozo the clown
               * is here today

  WORK         * UCLA BoA
  EXPERIENCE   * LMU BSCS

% above or below
 
  WORK         
  EXPERIENCE   * UCLA BoA
	       * 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.   I am thinking it might be to set someing in the  "before", "after", or "command" or to set maybe one to /nop out whatever
 is there currently.  I don't know how to find out what commands these default to, if any, but even if I knew at this point, I would still be stuck.   Though I'd like to know about that to.

Any advice on this would be appreciated of how to get this desired format would be much appreciated.

Regards,
 hwitloc
___________________________________________________________________________________
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 11:11 UTC|newest]

Thread overview: 3+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2012-05-02 11:11 hwitloc [this message]
2012-05-02 18:16 ` Marco
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=20120502211116.3348@binki \
    --to=hwitloc@gmail.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).