ntg-context - mailing list for ConTeXt users
 help / color / mirror / Atom feed
From: Adam Lindsay <atl@comp.lancs.ac.uk>
Subject: Re: [XeTeX] no space after item no.
Date: Mon, 13 Mar 2006 11:46:51 +0000	[thread overview]
Message-ID: <44155BAB.2070503@comp.lancs.ac.uk> (raw)
In-Reply-To: <B856FD86-C5BA-4841-BADC-48A619201A82@mac.com>

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
-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-

           reply	other threads:[~2006-03-13 11:46 UTC|newest]

Thread overview: expand[flat|nested]  mbox.gz  Atom feed
 [parent not found: <B856FD86-C5BA-4841-BADC-48A619201A82@mac.com>]

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=44155BAB.2070503@comp.lancs.ac.uk \
    --to=atl@comp.lancs.ac.uk \
    --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).