ntg-context - mailing list for ConTeXt users
 help / color / mirror / Atom feed
From: MANUEL GONZALEZ SUAREZ <gonzalezsmanuel@uniovi.es>
To: mailing list for ConTeXt users <ntg-context@ntg.nl>
Subject: Re: Itemization
Date: Thu, 12 Mar 2015 11:05:16 +0000	[thread overview]
Message-ID: <1426158569573.66566@uniovi.es> (raw)
In-Reply-To: <6CE6D532-8B18-4A33-98EC-22EA9F20696A@gmail.com>

Thanks very much, Wolfgang.

________________________________________
De: ntg-context <ntg-context-bounces@ntg.nl> en nombre de Wolfgang Schuster <schuster.wolfgang@gmail.com>
Enviado: jueves, 12 de marzo de 2015 10:13
Para: mailing list for ConTeXt users
Asunto: Re: [NTG-context] Itemization

> Am 12.03.2015 um 10:49 schrieb Mikael P. Sundqvist <mickep@gmail.com>:
>
> On Thu, Mar 12, 2015 at 10:39 AM, MANUEL GONZALEZ SUAREZ
> <gonzalezsmanuel@uniovi.es> wrote:
>> Dear friends.
>> I have one basic question, but I'm not very skilled in ConTeXt: How I can do
>> that in a list, display each of the items with a lowercase Greek letter
>> followed by a parenthesis?
>> That is:
>>
>>
>> alpha)
>> beta)
>> etc.
>>
>> Thanks very much.
>>
>>
>> ___________________________________________________________________________________
>> 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
>> ___________________________________________________________________________________
>
> This works here:
>
> \setupbodyfont[pagella]
>
> \starttext
> \startitemize[g][,stopper=,right=)]
> \item Hellow
> \item Hi
> \item Good bye
> \stopitemize
> \stoptext
>
> I think you have to use a font that has the lower case greek letters available.


For Latin Modern you can use the mathgreek conversion which uses the math font.

\starttext
\startitemize[mathgreek][,stopper=,right=)]
\item Hellow
\item Hi
\item Good bye
\stopitemize
\stoptext

Wolfgang
___________________________________________________________________________________
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
___________________________________________________________________________________
___________________________________________________________________________________
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:[~2015-03-12 11:05 UTC|newest]

Thread overview: 4+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2015-03-12  9:39 Itemization MANUEL GONZALEZ SUAREZ
2015-03-12  9:49 ` Itemization Mikael P. Sundqvist
2015-03-12 10:13   ` Itemization Wolfgang Schuster
2015-03-12 11:05     ` MANUEL GONZALEZ SUAREZ [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=1426158569573.66566@uniovi.es \
    --to=gonzalezsmanuel@uniovi.es \
    --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).