ntg-context - mailing list for ConTeXt users
 help / color / mirror / Atom feed
* extra warning in the lua version
@ 2020-11-09 20:28 Sylvain Hubert
  0 siblings, 0 replies; only message in thread
From: Sylvain Hubert @ 2020-11-09 20:28 UTC (permalink / raw)
  To: mailing list for ConTeXt users


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

Dear List,

The following code does the same thing twice, once with lua and once
without, but the lua version triggers a warning:

    \starttext

    % this triggers a warning: fonts > checking > char [sub] in font
'LMMono12-Regular' with id 8: missing
    \startluacode
    context.startxtable()
    context.startxrow()
    context.startxcell()
    context.starttyping()
    context('1')
    context.stoptyping()
    context.stopxcell()
    context.stopxrow()
    context.stopxtable()
    \stopluacode

    % this does not
    \startxtable
    \startxrow
    \startxcell
    \starttyping
    1
    \stoptyping
    \stopxcell
    \stopxrow
    \stopxtable

    \stoptext

Does anyone have an idea why this has happened?

Thanks!

Best,
Sylvain

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

[-- Attachment #2: Type: text/plain, Size: 493 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://context.aanhet.net
archive  : https://bitbucket.org/phg/context-mirror/commits/
wiki     : http://contextgarden.net
___________________________________________________________________________________

^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2020-11-09 20:28 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2020-11-09 20:28 extra warning in the lua version Sylvain Hubert

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