ntg-context - mailing list for ConTeXt users
 help / color / mirror / Atom feed
From: Taco Hoekwater <taco@elvenkind.com>
To: mailing list for ConTeXt users <ntg-context@ntg.nl>
Subject: Re: How to align numerals in lists on the dot or	paranthesis that follows the numeral?
Date: Sun, 24 Jun 2007 10:31:27 +0200	[thread overview]
Message-ID: <467E2BDF.30009@elvenkind.com> (raw)
In-Reply-To: <a38ba5b30706232013h723f9803j1ec6454a5697043d@mail.gmail.com>

Hamid Kamrani wrote:
> At least in the U.S., it is the rule and a strict requirement to
> typeset vertical lists in such a way that the numerals align on the
> dot or parenthesis following the numeral.

It is quite possible that there is a simpler solution that I simply
failed to find, but this works:

\unprotect
\startsetups [numberitemleft]
   \hbox to \dimexpr\getitemparameter\itemlevel \c!width -
                    \getitemparameter\itemlevel \c!distance\relax
       \bgroup \hfill
\stopsetups

\startsetups [numberitemright]
   \egroup
\stopsetups
\protect

\starttext
\startitemize[n,packed][left={\setups[numberitemleft]},
                         right={\setups[numberitemright]},
                         stopper={.}]
      \item The first item.
      \item The second item.
      \item The third item.
      \item The fourth item.
      \item The fifth item.
      \item The sixth item.
      \item The seventh item.
      \item The eighth item.
      \item The ninth item.
      \item The tenth item.
\stopitemize
\stoptext


You probably want to increase the 'width' parameter, but that should be
straightforward.

Best wishes,
Taco
___________________________________________________________________________________
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  : https://foundry.supelec.fr/projects/contextrev/
wiki     : http://contextgarden.net
___________________________________________________________________________________


  reply	other threads:[~2007-06-24  8:31 UTC|newest]

Thread overview: 14+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2007-06-24  3:13 Hamid Kamrani
2007-06-24  8:31 ` Taco Hoekwater [this message]
2007-06-24 12:18 ` Wolfgang Schuster
2007-06-24 17:10   ` Hamid Kamrani
2007-06-24 17:20     ` Taco Hoekwater
2007-06-24 22:42       ` Hamid Kamrani
2007-06-24 22:55         ` Hamid Kamrani
2007-06-25  6:26           ` Wolfgang Schuster
2007-06-25  7:00         ` Taco Hoekwater
2007-06-25 19:20           ` Hamid Kamrani
2007-06-25 20:03             ` Taco Hoekwater
2007-06-25 20:13           ` Hans Hagen
2007-06-27 17:15             ` Hamid Kamrani
2007-06-25  6:15     ` Wolfgang Schuster

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=467E2BDF.30009@elvenkind.com \
    --to=taco@elvenkind.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).