ntg-context - mailing list for ConTeXt users
 help / color / mirror / Atom feed
* lua-error when asking for the fontame
@ 2019-03-08 22:16 Willi Egger
  2019-03-09  9:12 ` Hans Hagen
  0 siblings, 1 reply; 4+ messages in thread
From: Willi Egger @ 2019-03-08 22:16 UTC (permalink / raw)
  To: NTG-Context ConTeXt users

Hello,


today I updated ConTeXt to the version of 2019-03-05.

While testing a type-script I got an error, when I ask for the font name.

lua error       > lua error on line 1 in file /test.tex:

...ext/tex/texmf-context/tex/context/base/mkiv/font-syn.lua:519: bad argument #1 to 'lower' (string expected, got nil)

MWE:

\setupbodyfont[pagella,rm,12pt]
\starttext
This text is written in  \font\fontname
\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://context.aanhet.net
archive  : https://bitbucket.org/phg/context-mirror/commits/
wiki     : http://contextgarden.net
___________________________________________________________________________________

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

* Re: lua-error when asking for the fontame
  2019-03-08 22:16 lua-error when asking for the fontame Willi Egger
@ 2019-03-09  9:12 ` Hans Hagen
  2019-03-09 12:25   ` Alan Braslau
  2019-03-09 19:07   ` Willi Egger
  0 siblings, 2 replies; 4+ messages in thread
From: Hans Hagen @ 2019-03-09  9:12 UTC (permalink / raw)
  To: mailing list for ConTeXt users, Willi Egger

On 3/8/2019 11:16 PM, Willi Egger wrote:
> \setupbodyfont[pagella,rm,12pt]
> \starttext
> This text is written in  \font\fontname
> \stoptext

 > This text is written in  \fontname\font

Hans



-----------------------------------------------------------------
                                           Hans Hagen | PRAGMA ADE
               Ridderstraat 27 | 8061 GH Hasselt | The Netherlands
        tel: 038 477 53 69 | www.pragma-ade.nl | www.pragma-pod.nl
-----------------------------------------------------------------
___________________________________________________________________________________
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://context.aanhet.net
archive  : https://bitbucket.org/phg/context-mirror/commits/
wiki     : http://contextgarden.net
___________________________________________________________________________________

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

* Re: lua-error when asking for the fontame
  2019-03-09  9:12 ` Hans Hagen
@ 2019-03-09 12:25   ` Alan Braslau
  2019-03-09 19:07   ` Willi Egger
  1 sibling, 0 replies; 4+ messages in thread
From: Alan Braslau @ 2019-03-09 12:25 UTC (permalink / raw)
  To: Willi Egger; +Cc: mailing list for ConTeXt users

On Sat, 9 Mar 2019 10:12:06 +0100
Hans Hagen <j.hagen@xs4all.nl> wrote:

> On 3/8/2019 11:16 PM, Willi Egger wrote:
> > \setupbodyfont[pagella,rm,12pt]
> > \starttext
> > This text is written in  \font\fontname
> > \stoptext  
> 
>  > This text is written in  \fontname\font  

We also have:

\fontclass \the\globalbodyfontsize

Alan
___________________________________________________________________________________
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://context.aanhet.net
archive  : https://bitbucket.org/phg/context-mirror/commits/
wiki     : http://contextgarden.net
___________________________________________________________________________________

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

* Re: lua-error when asking for the fontame
  2019-03-09  9:12 ` Hans Hagen
  2019-03-09 12:25   ` Alan Braslau
@ 2019-03-09 19:07   ` Willi Egger
  1 sibling, 0 replies; 4+ messages in thread
From: Willi Egger @ 2019-03-09 19:07 UTC (permalink / raw)
  To: NTG-Context ConTeXt users

Thank you Hans!


> On 9 Mar 2019, at 10:12, Hans Hagen <j.hagen@xs4all.nl> wrote:
> 
> On 3/8/2019 11:16 PM, Willi Egger wrote:
>> \setupbodyfont[pagella,rm,12pt]
>> \starttext
>> This text is written in  \font\fontname
>> \stoptext
> 
> > This text is written in  \fontname\font
> 
> Hans
> 
> 
> 
> -----------------------------------------------------------------
>                                          Hans Hagen | PRAGMA ADE
>              Ridderstraat 27 | 8061 GH Hasselt | The Netherlands
>       tel: 038 477 53 69 | www.pragma-ade.nl | www.pragma-pod.nl
> -----------------------------------------------------------------
> ___________________________________________________________________________________
> 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://context.aanhet.net
> archive  : https://bitbucket.org/phg/context-mirror/commits/
> 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://context.aanhet.net
archive  : https://bitbucket.org/phg/context-mirror/commits/
wiki     : http://contextgarden.net
___________________________________________________________________________________

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

end of thread, other threads:[~2019-03-09 19:07 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2019-03-08 22:16 lua-error when asking for the fontame Willi Egger
2019-03-09  9:12 ` Hans Hagen
2019-03-09 12:25   ` Alan Braslau
2019-03-09 19:07   ` Willi Egger

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