ntg-context - mailing list for ConTeXt users
 help / color / mirror / Atom feed
* How to align numerals in lists on the dot or paranthesis that follows the numeral?
@ 2007-06-24  3:13 Hamid Kamrani
  2007-06-24  8:31 ` Taco Hoekwater
  2007-06-24 12:18 ` Wolfgang Schuster
  0 siblings, 2 replies; 14+ messages in thread
From: Hamid Kamrani @ 2007-06-24  3:13 UTC (permalink / raw)
  To: mailing list for ConTeXt users

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.

(even the daily violation of the rule by some of the most widely used
word processors such as MS Word has not changed this old-aged
convention.)

I feel it must be possible in ConTeXt to do this because it is such a
basic requirement and ConTeXt is used professionally. However, it's
not the default behavior and I don't know which options will achieve
it.

(And if by any chance, this is not yet possible in ConTeXt, can anyone
suggest a workaround for this, in ConTeXt of course.

It is the default behavior in both LaTeX and eplain.

Compare (eplain):

\numberedlist\listcompact
     \li The first item.
     \li The second item.
     \li The third item.
     \li The fourth item.
     \li The fifth item.
     \li The sixth item.
     \li The seventh item.
     \li The eighth item.
     \li The ninth item.
     \li The tenth item.
\endnumberedlist

and (LaTeX)

\begin{enumerate}
     \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.
\end{enumerate}

with (ConTeXt)

\startitemize[n,packed][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

Thanks,
-Hamid
___________________________________________________________________________________
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
___________________________________________________________________________________


^ permalink raw reply	[flat|nested] 14+ messages in thread

end of thread, other threads:[~2007-06-27 17:15 UTC | newest]

Thread overview: 14+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2007-06-24  3:13 How to align numerals in lists on the dot or paranthesis that follows the numeral? 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
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

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).