fit & width don't seem to get along in itemize lists
As per the wiki & mailing lists, the following should give me a numbered list with the numbers right aligned: \startitemize[n,fit,packed] [itemalign=flushright,distance=12pt,width=60pt] \dorecurse{10}{\item blablabla} \stopitemize Unfortunately, with the "fit" setting, the "width" setting stops working. (However, "fit" seems to be necessary for the right-alignment.) What I would like to do is finetune the spacing after the number. Any ideas? Thanks!
Nevermind folks. I seem to have figured it out as per another mailing list. Use "broad": \startitemize[n,packed,fit,broad] [margin=6pt,itemalign=flushright,distance=24pt] \dorecurse{10}{\item blablabla} \stopitemize Then "distance" controls the space after the number. On Wednesday 12 August 2009 11:52:23 U Avalos wrote:
As per the wiki & mailing lists, the following should give me a numbered list with the numbers right aligned:
\startitemize[n,fit,packed] [itemalign=flushright,distance=12pt,width=60pt] \dorecurse{10}{\item blablabla} \stopitemize
Unfortunately, with the "fit" setting, the "width" setting stops working. (However, "fit" seems to be necessary for the right-alignment.) What I would like to do is finetune the spacing after the number. Any ideas?
Thanks!
___________________________________________________________________________ ________ 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 ___________________________________________________________________________ ________
participants (1)
-
U Avalos