ntg-context - mailing list for ConTeXt users
 help / color / mirror / Atom feed
From: Aditya Mahajan <adityam@umich.edu>
To: mailing list for ConTeXt users <ntg-context@ntg.nl>
Subject: Re: circled number for item head (Wolfgang Schuster)
Date: Mon, 21 Mar 2011 19:52:28 -0400 (EDT)	[thread overview]
Message-ID: <alpine.LNX.2.01.1103211952050.18002@ybpnyubfg.ybpnyqbznva> (raw)
In-Reply-To: <BCD89CED-1AEC-4704-9C83-702896F9E326@me.com>

On Tue, 22 Mar 2011, Jeong Dalyoung wrote:

> Dear Wolfgang,
>
> Thank you for reminding me the thread.
> I also found it yesterday evening and it made me realize how dumb I am.
>
> I am so sorry to give you a needless work.
>
> I'd like to ask you one more.
> I was looking for a way to use some characters as an item head like \startitemize[a] because an official document usually use numbers and some characters as item heads.
> For consecutive characters in unicode, it is possible to do that using unicode.
>
> \def\circledja#1{\uchar{50}{95+#1}}
> \def\circledga#1{\uchar{50}{109+#1}}
> \def\circleden#1{\uchar{36}{207+#1}}
>
> and \defineconversion[][].
>
> But for characters which are not listed consecutively, I don't know how to make it appear automatically.
> I may use \sym{}
> AC00, B098, B2E4, B77C, ...
> These are the same characters in the area 320E ~ 321B without parenthesis.
> Is it possible to make those characters appear automatically as item heads?

\defineconversion[whatever][One, Two, Three, Four]

\starttext

\startitemize[whatever]
   \item First
   \item Second
   \item Third
\stopitemize
\stoptext

___________________________________________________________________________________
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  : http://foundry.supelec.fr/projects/contextrev/
wiki     : http://contextgarden.net
___________________________________________________________________________________


      reply	other threads:[~2011-03-21 23:52 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2011-03-21 23:38 Jeong Dalyoung
2011-03-21 23:52 ` Aditya Mahajan [this message]

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=alpine.LNX.2.01.1103211952050.18002@ybpnyubfg.ybpnyqbznva \
    --to=adityam@umich.edu \
    --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).