ntg-context - mailing list for ConTeXt users
 help / color / mirror / Atom feed
From: "Hamid Kamrani" <hamid.kamrani@gmail.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: Mon, 25 Jun 2007 15:20:47 -0400	[thread overview]
Message-ID: <a38ba5b30706251220o6791f9ema145e364234bdda3@mail.gmail.com> (raw)
In-Reply-To: <467F680A.6090701@elvenkind.com>

Thank you both, Taco and Wolfgang.

I will make use of your suggestions and solutions.

BTW. It seems that now I have to put some of the styling of the
numerals, such as using small caps in the setups of right and left.
For example:

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

\startsetups [numberitemright]
  )\egroup
  \egroup
\stopsetups
\protect

\starttext
\startitemize[n][style=bold]
\item As a college student, how do you rate yourself?
\startitemize[R,packed][left={\setups[numberitemleft]},
                        right={\setups[numberitemright]},
                        stopper={.},
                        width=4.5em,
                        style=\sl,
                        distance=2em]
     \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
\stopitemize
\stoptext

Thanks again,
-Hamid

On 6/25/07, Taco Hoekwater <taco@elvenkind.com> wrote:
> Hamid Kamrani wrote:
> >
> > Taco, I very much appreciate your solution. It allows me to continue
> > for now but I humbly ask, in fact, beg to have a solution built in the
> > core of ConTeXt.
>
> See the attached file how to make a special version of itemize
> that has default behaviour like you want. I could have used
> \setupitemgroup[itemize] directly instead, but I assume you don't
> want your bullet lists right aligned as well.
>
> Since ConTeXt cannot know beforehand how wide the number space
> should be (neither do eplain and latex), the 'width' key has to
> be a fixed quantity, but you can still change all of the default
> parameters where you call \startenumerate, just like you did
> before with \startitemize, so that should be only a minor
> nuisance.
>
> I do agree it would be better if the core was extended so that
> the two setups were not necessary.
>
> 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
> ___________________________________________________________________________________
>
>
>
___________________________________________________________________________________
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-25 19:20 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
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 [this message]
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=a38ba5b30706251220o6791f9ema145e364234bdda3@mail.gmail.com \
    --to=hamid.kamrani@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).