* [NTG-context] no escaping with scite highlighting any more?
@ 2024-08-11 12:50 Henning Hraban Ramm
0 siblings, 0 replies; only message in thread
From: Henning Hraban Ramm @ 2024-08-11 12:50 UTC (permalink / raw)
To: mailing list for ConTeXt users
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
___________________________________________________________________________________
^ permalink raw reply [flat|nested] only message in thread
only message in thread, other threads:[~2024-08-11 12:53 UTC | newest]
Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2024-08-11 12:50 [NTG-context] no escaping with scite highlighting any more? Henning Hraban Ramm
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).