ntg-context - mailing list for ConTeXt users
 help / color / mirror / Atom feed
* simplefonts broken?
@ 2011-12-18 14:24 Pablo Rodríguez
  2011-12-18 14:38 ` Wolfgang Schuster
  2011-12-18 20:40 ` Kip Warner
  0 siblings, 2 replies; 4+ messages in thread
From: Pablo Rodríguez @ 2011-12-18 14:24 UTC (permalink / raw)
  To: mailing list for ConTeXt users

Hi there,

after upgrading TL2011 today and having installed a new version of
simplefonts, I cannot get this sample working:

\usemodule[simplefonts]
\setmainfont[TeX Gyre Pagella]
\starttext
\TeX
\stoptext

The error I get reads:

! Undefined control sequence.

system          > tex > error on line 2 in file a.tex: Undefined control
sequence ...

 1     \usemodule[simplefonts]
 2 >>  \setmainfont[TeX Gyre Pagella]
 3     \starttext
 4     \TeX
 5     \stoptext
 6
 7     \setuppapersize[A4]
 8     \setuppagenumbering[alternative=singlesided,location=middle]
 9     \starttext
10     \showlayout
11     \dorecurse{4}{\input dawkins \par \input knuth \par}
12     \stoptext

<recently read> \setmainfont

l.2 \setmainfont
                [TeX Gyre Pagella]

I don't know whether this happens because I'm not using the latest beta,
but many TL2011 users will face the same situation.

I had to restore the package to its previous version?

Would you be so kind to test it, Wolfgang?

Many thanks for your help,


Pablo
-- 
http://www.ousia.tk
___________________________________________________________________________________
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: simplefonts broken?
  2011-12-18 14:24 simplefonts broken? Pablo Rodríguez
@ 2011-12-18 14:38 ` Wolfgang Schuster
  2011-12-18 15:01   ` Pablo Rodríguez
  2011-12-18 20:40 ` Kip Warner
  1 sibling, 1 reply; 4+ messages in thread
From: Wolfgang Schuster @ 2011-12-18 14:38 UTC (permalink / raw)
  To: mailing list for ConTeXt users


Am 18.12.2011 um 15:24 schrieb Pablo Rodríguez:

> Hi there,
> 
> after upgrading TL2011 today and having installed a new version of
> simplefonts, I cannot get this sample working:
> 
> […]
> 
> I don't know whether this happens because I'm not using the latest beta,
> but many TL2011 users will face the same situation.
> 
> I had to restore the package to its previous version?

I’m aware of this and I already uploaded a new version yesterday but it
does always take a while till a mirrors have the new version.

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: simplefonts broken?
  2011-12-18 14:38 ` Wolfgang Schuster
@ 2011-12-18 15:01   ` Pablo Rodríguez
  0 siblings, 0 replies; 4+ messages in thread
From: Pablo Rodríguez @ 2011-12-18 15:01 UTC (permalink / raw)
  To: mailing list for ConTeXt users

On 12/18/2011 03:38 PM, Wolfgang Schuster wrote:
> Am 18.12.2011 um 15:24 schrieb Pablo Rodríguez:
>> I don't know whether this happens because I'm not using the latest beta,
>> but many TL2011 users will face the same situation.
>>
>> I had to restore the package to its previous version?
> 
> I’m aware of this and I already uploaded a new version yesterday but it
> does always take a while till a mirrors have the new version.

Thanks for the fix, Wolfgang.

Sorry for overlooking the messages that reported the bug and the fix.


Pablo
-- 
http://www.ousia.tk
___________________________________________________________________________________
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: simplefonts broken?
  2011-12-18 14:24 simplefonts broken? Pablo Rodríguez
  2011-12-18 14:38 ` Wolfgang Schuster
@ 2011-12-18 20:40 ` Kip Warner
  1 sibling, 0 replies; 4+ messages in thread
From: Kip Warner @ 2011-12-18 20:40 UTC (permalink / raw)
  To: mailing list for ConTeXt users


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

On Sun, 2011-12-18 at 15:24 +0100, Pablo Rodríguez wrote:
> Hi there,
> 
> after upgrading TL2011 today and having installed a new version of
> simplefonts, I cannot get this sample working:
> 
> \usemodule[simplefonts]
> \setmainfont[TeX Gyre Pagella]
> \starttext
> \TeX
> \stoptext
> 
> The error I get reads:
> 
> ! Undefined control sequence.
> 
> system          > tex > error on line 2 in file a.tex: Undefined control
> sequence ...
> 
>  1     \usemodule[simplefonts]
>  2 >>  \setmainfont[TeX Gyre Pagella]
>  3     \starttext
>  4     \TeX
>  5     \stoptext
>  6
>  7     \setuppapersize[A4]
>  8     \setuppagenumbering[alternative=singlesided,location=middle]
>  9     \starttext
> 10     \showlayout
> 11     \dorecurse{4}{\input dawkins \par \input knuth \par}
> 12     \stoptext
> 
> <recently read> \setmainfont
> 
> l.2 \setmainfont
>                 [TeX Gyre Pagella]
> 
> I don't know whether this happens because I'm not using the latest beta,
> but many TL2011 users will face the same situation.
> 
> I had to restore the package to its previous version?
> 
> Would you be so kind to test it, Wolfgang?
> 
> Many thanks for your help,
> 
> 
> Pablo

I'm having the same issue.

-- 
Kip Warner -- Software Engineer
OpenPGP encrypted/signed mail preferred
http://www.thevertigo.com

[-- Attachment #1.2: This is a digitally signed message part --]
[-- Type: application/pgp-signature, Size: 198 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

end of thread, other threads:[~2011-12-18 20:40 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2011-12-18 14:24 simplefonts broken? Pablo Rodríguez
2011-12-18 14:38 ` Wolfgang Schuster
2011-12-18 15:01   ` Pablo Rodríguez
2011-12-18 20:40 ` Kip Warner

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