ntg-context - mailing list for ConTeXt users
 help / color / mirror / Atom feed
* Re: [XeTeX] no space after item no.
       [not found] <B856FD86-C5BA-4841-BADC-48A619201A82@mac.com>
@ 2006-03-13 11:46 ` Adam Lindsay
  0 siblings, 0 replies; only message in thread
From: Adam Lindsay @ 2006-03-13 11:46 UTC (permalink / raw)


Dalyoung Jeong wrote:
> Dear all,
> 
> Yesterday, I made a short text including itemized list more than 10.
> I have run it using XeTeX+ConTeXt and got a nice pdf file except one thing.
> 
> there is no space between item no and the sentence.
> 
> I tested the same file using ConTeXt(Mac Os Roman encoding), and have no 
> problem at all.
> There are spaces after item no less than 10.
> 
> Should I set something in XeTeX-ConTeXt?

Dalyoung,

This is much more a ConTeXt issue than a XeTeX issue. I *think* it comes 
up with XeConTeXt because the CJK font has (relatively) wider roman 
characters than with roman fonts.

Anyway, here are two different approaches. You can either correct it per 
item group (making it broad or a multiple thereof), or across all 
itemizes (insert whatever width that makes you happy).

\starttext

\startitemize[n,2*broad]
\dorecurse{13}{\item item }
\stopitemize

% or:
\setupitemize[width=2.5em]
\startitemize[n]
\dorecurse{13}{\item item }
\stopitemize

\stoptext


Hope that helps!
-- 
=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=
  Adam T. Lindsay, Computing Dept.     atl@comp.lancs.ac.uk
  Lancaster University, InfoLab21        +44(0)1524/510.514
  Lancaster, LA1 4WA, UK             Fax:+44(0)1524/510.492
-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-

^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2006-03-13 11:46 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
     [not found] <B856FD86-C5BA-4841-BADC-48A619201A82@mac.com>
2006-03-13 11:46 ` [XeTeX] no space after item no Adam Lindsay

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