Johann Birnick schrieb am 26.11.2020 um 19:42:
Ah, sorry again. I use

\usemodule[Scite]

at the begin of the document. Removing this helps. But I need it for the C and
Cpp pretty printer. So do you know what's going on with Scite module?

1. There is still no working minimal example, just another piece.

2. There is no option line for me in the following example (LuaTeX and LMTX) with the current version (2020.11.26 15:41).

\usemodule[scite]

\definetextbackground
  [CodeBackground]
  [          frame=off,
        background=color,
   backgroundcolor=lightgray,
          location=paragraph,
            before=\blank,
             after=\blank]

\setuptyping
  [CPP]
  [before=\startCodeBackground,
    after=\stopCodeBackground]

\starttext

\samplefile{ward}

\startCPP
#include <stdio.h>

int main(void)
{
    printf("hello, world\n");
}
\stopCPP

\samplefile{weisman}

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

Reply via email to