ntg-context - mailing list for ConTeXt users
 help / color / mirror / Atom feed
* Itemization
@ 2015-03-12  9:39 MANUEL GONZALEZ SUAREZ
  2015-03-12  9:49 ` Itemization Mikael P. Sundqvist
  0 siblings, 1 reply; 4+ messages in thread
From: MANUEL GONZALEZ SUAREZ @ 2015-03-12  9:39 UTC (permalink / raw)
  To: mailing list for ConTeXt users


[-- Attachment #1.1: Type: text/plain, Size: 249 bytes --]

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.

[-- Attachment #1.2: Type: text/html, Size: 1557 bytes --]

[-- Attachment #2: Type: text/plain, Size: 485 bytes --]

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

^ permalink raw reply	[flat|nested] 4+ messages in thread

* Re: Itemization
  2015-03-12  9:39 Itemization MANUEL GONZALEZ SUAREZ
@ 2015-03-12  9:49 ` Mikael P. Sundqvist
  2015-03-12 10:13   ` Itemization Wolfgang Schuster
  0 siblings, 1 reply; 4+ messages in thread
From: Mikael P. Sundqvist @ 2015-03-12  9:49 UTC (permalink / raw)
  To: mailing list for ConTeXt users

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.

/Mikael
___________________________________________________________________________________
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
___________________________________________________________________________________

^ permalink raw reply	[flat|nested] 4+ messages in thread

* Re: Itemization
  2015-03-12  9:49 ` Itemization Mikael P. Sundqvist
@ 2015-03-12 10:13   ` Wolfgang Schuster
  2015-03-12 11:05     ` Itemization MANUEL GONZALEZ SUAREZ
  0 siblings, 1 reply; 4+ messages in thread
From: Wolfgang Schuster @ 2015-03-12 10:13 UTC (permalink / raw)
  To: mailing list for ConTeXt users


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

^ permalink raw reply	[flat|nested] 4+ messages in thread

* Re: Itemization
  2015-03-12 10:13   ` Itemization Wolfgang Schuster
@ 2015-03-12 11:05     ` MANUEL GONZALEZ SUAREZ
  0 siblings, 0 replies; 4+ messages in thread
From: MANUEL GONZALEZ SUAREZ @ 2015-03-12 11:05 UTC (permalink / raw)
  To: mailing list for ConTeXt users

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
___________________________________________________________________________________

^ permalink raw reply	[flat|nested] 4+ messages in thread

end of thread, other threads:[~2015-03-12 11:05 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
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     ` Itemization MANUEL GONZALEZ SUAREZ

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