ntg-context - mailing list for ConTeXt users
 help / color / mirror / Atom feed
* Gentium package (was: minimals and greek font)
@ 2008-11-13 13:21 Mojca Miklavec
  2008-12-09 13:29 ` Alan Bowen
  0 siblings, 1 reply; 3+ messages in thread
From: Mojca Miklavec @ 2008-11-13 13:21 UTC (permalink / raw)
  To: mailing list for ConTeXt users

On Wed, Oct 29, 2008 at 3:05 PM, Alan BRASLAU wrote:
> Hello,
>
> What needs to be done to include greek fonts on top of the minimal
> installation? Thank you.
>
> example:
> \usemodule[greek]
> \starttext
> \greek{kalamos}
> \stoptext

Hello,

Thomas has just prepared a new font package (before leaving for a few
days) with support for Gentium:
     http://tug.ctan.org/tex-archive/fonts/gentium/

I'll add it to minimals, but you may play with it already.
The contents of Greek module will be adapted once he comes back, but
you can use it in standard ways.

\usetypescriptfile[type-gentium]
\usetypescript[gentium][agr]
\setupbodyfont[gentium]

\enableregime[...]

\starttext
... greek text ...
\stoptext

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


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

* Re: Gentium package (was: minimals and greek font)
  2008-11-13 13:21 Gentium package (was: minimals and greek font) Mojca Miklavec
@ 2008-12-09 13:29 ` Alan Bowen
  2008-12-09 13:45   ` Mojca Miklavec
  0 siblings, 1 reply; 3+ messages in thread
From: Alan Bowen @ 2008-12-09 13:29 UTC (permalink / raw)
  To: mailing list for ConTeXt users

Mojca—

Just to confirm: Is Gentium now included with the  minimals and, if  
so, what is the date of these minimals. (The latest version of the  
minimals that I can get running ./first-setup.sh are those which have  
ConTeXt 2008.11.10.)

Alan


On Nov 13, 2008, at 08;21,39 , Mojca Miklavec wrote:

> On Wed, Oct 29, 2008 at 3:05 PM, Alan BRASLAU wrote:
>> Hello,
>>
>> What needs to be done to include greek fonts on top of the minimal
>> installation? Thank you.
>>
>> example:
>> \usemodule[greek]
>> \starttext
>> \greek{kalamos}
>> \stoptext
>
> Hello,
>
> Thomas has just prepared a new font package (before leaving for a few
> days) with support for Gentium:
>     http://tug.ctan.org/tex-archive/fonts/gentium/
>
> I'll add it to minimals, but you may play with it already.
> The contents of Greek module will be adapted once he comes back, but
> you can use it in standard ways.
>
> \usetypescriptfile[type-gentium]
> \usetypescript[gentium][agr]
> \setupbodyfont[gentium]
>
> \enableregime[...]
>
> \starttext
> ... greek text ...
> \stoptext
>
> Mojca
> ___________________________________________________________________________________
> 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  : https://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  : https://foundry.supelec.fr/projects/contextrev/
wiki     : http://contextgarden.net
___________________________________________________________________________________


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

* Re: Gentium package (was: minimals and greek font)
  2008-12-09 13:29 ` Alan Bowen
@ 2008-12-09 13:45   ` Mojca Miklavec
  0 siblings, 0 replies; 3+ messages in thread
From: Mojca Miklavec @ 2008-12-09 13:45 UTC (permalink / raw)
  To: mailing list for ConTeXt users

On Tue, Dec 9, 2008 at 2:29 PM, Alan Bowen wrote:
> Mojca—
>
> Just to confirm: Is Gentium now included with the  minimals

Yes. (The ttf file is a bit broken, but it theoretically works OK in TeX.)

> and, if so, what
> is the date of these minimals. (The latest version of the minimals that I
> can get running ./first-setup.sh are those which have ConTeXt 2008.11.10.)

You should get Gentium installed independent on what version of ConTeXt you use.

\usetypescriptfile[type-gentium]
\usetypescript[gentium][ec] % or whatever other encoding you might want to use
\setupbodyfont[gentium]

Should work fine. Well, I just figured out that there's a typo in type
in type-gentium (gentim-basic should be replaced with gentiumbasic). I
also forgot to include the agr encoding, but it's there now.

I have no idea how Greek-specific stuff like \usemodule[greek] was
supposed to work (and no patch to fix that has been added as far as I
know). But you should be able to use Old Greek encoding.

Mojca

> On Nov 13, 2008, at 08;21,39 , Mojca Miklavec wrote:
>
>> On Wed, Oct 29, 2008 at 3:05 PM, Alan BRASLAU wrote:
>>>
>>> Hello,
>>>
>>> What needs to be done to include greek fonts on top of the minimal
>>> installation? Thank you.
>>>
>>> example:
>>> \usemodule[greek]
>>> \starttext
>>> \greek{kalamos}
>>> \stoptext
>>
>> Hello,
>>
>> Thomas has just prepared a new font package (before leaving for a few
>> days) with support for Gentium:
>>    http://tug.ctan.org/tex-archive/fonts/gentium/
>>
>> I'll add it to minimals, but you may play with it already.
>> The contents of Greek module will be adapted once he comes back, but
>> you can use it in standard ways.
>>
>> \usetypescriptfile[type-gentium]
>> \usetypescript[gentium][agr]
>> \setupbodyfont[gentium]
>>
>> \enableregime[...]
>>
>> \starttext
>> ... greek text ...
>> \stoptext
>>
>> Mojca
___________________________________________________________________________________
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  : https://foundry.supelec.fr/projects/contextrev/
wiki     : http://contextgarden.net
___________________________________________________________________________________

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

end of thread, other threads:[~2008-12-09 13:45 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2008-11-13 13:21 Gentium package (was: minimals and greek font) Mojca Miklavec
2008-12-09 13:29 ` Alan Bowen
2008-12-09 13:45   ` Mojca Miklavec

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