Hi, this used to work:

"""
\usemodule[scite]

% the setup doesn’t change the behavior, I think it used to.
\setuptyping[TEX][
  option=tex, % scite sets "cld"
]

\starttext

\startTEX[escape=yes]
\definemeasure[PageWidth][165mm]  /BTEX\hfill{\ss Dimensions}/ETEX
\definemeasure[PageHeight][239mm]

\definepapersize[DANTE][  /BTEX\hfill{\ss Paper size}/ETEX
  width=\measure{PageWidth},
  height=\measure{PageHeight},]
\setuppapersize[DANTE]
\stopTEX

\stoptext
"""

Without the scite module, escaping in \startTEX works, but I need the module for some other highlighters.

Is there a solution?

Hraban
___________________________________________________________________________________
If your question is of interest to others as well, please add an entry to the 
Wiki!

maillist : ntg-context@ntg.nl / 
https://mailman.ntg.nl/mailman3/lists/ntg-context.ntg.nl
webpage  : https://www.pragma-ade.nl / https://context.aanhet.net (mirror)
archive  : https://github.com/contextgarden/context
wiki     : https://wiki.contextgarden.net
___________________________________________________________________________________

Reply via email to