Dear list, I would like to determine if LMTX is being used. Mimicking system modes I tried \startmode[*lmtx] . . . \stopmode however, LMTX doesn't define this mode but apparently defines *mkiv. Do you know a way to distinguish between LMTX and MkIV ? Thank you, -- Jean-Philippe Rey jean-philippe.rey@centralesupelec.fr 91192 Gif-sur-Yvette Cedex - France Empreinte PGP : 807A 5B2C 69E4 D4B5 783A 428A 1B5E E83E 261B BF51
Hi I'm not sure whether or not there's a better way, but a bit of grepping allows you to find the following conditional: \starttext \ifcase\contextlmtxmode MKIV %Whatever you want in MkIV \else LMTX %Whatever you want in LMTX \fi \stoptext Best regards, Jairo El jue, 26 de nov. de 2020 a la(s) 14:06, Jean-Philippe Rey ( jean-philippe.rey@centralesupelec.fr) escribió:
Dear list,
I would like to determine if LMTX is being used. Mimicking system modes I tried
\startmode[*lmtx] . . . \stopmode
however, LMTX doesn't define this mode but apparently defines *mkiv.
Do you know a way to distinguish between LMTX and MkIV ?
Thank you,
-- Jean-Philippe Rey jean-philippe.rey@centralesupelec.fr 91192 Gif-sur-Yvette Cedex - France Empreinte PGP : 807A 5B2C 69E4 D4B5 783A 428A 1B5E E83E 261B BF51
___________________________________________________________________________________ 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
___________________________________________________________________________________
On 11/26/20 8:06 PM, Jean-Philippe Rey wrote:
[...] Do you know a way to distinguish between LMTX and MkIV ?
Hi Jean-Philippe, I guess this is what you are looking for: \starttext \startTEXpage[offset=1em] \startlmtxmode LMTX\stoplmtxmode \startmkivmode MkIV\stopmkivmode \stopTEXpage \stoptext Just in case it helps, Pablo -- http://www.ousia.tk
Pablo, Jairo, Thank you very much.
Le 26 nov. 2020 à 21:01, Pablo Rodriguez
a écrit : On 11/26/20 8:06 PM, Jean-Philippe Rey wrote:
[...] Do you know a way to distinguish between LMTX and MkIV ?
Hi Jean-Philippe,
I guess this is what you are looking for:
\starttext \startTEXpage[offset=1em] \startlmtxmode LMTX\stoplmtxmode \startmkivmode MkIV\stopmkivmode \stopTEXpage \stoptext
Just in case it helps,
Pablo
-- Jean-Philippe Rey jean-philippe.rey@centralesupelec.fr mailto:jean-philippe.rey@centralesupelec.fr 91192 Gif-sur-Yvette Cedex - France Empreinte PGP : 807A 5B2C 69E4 D4B5 783A 428A 1B5E E83E 261B BF51
participants (3)
-
Jairo A. del Rio
-
Jean-Philippe Rey
-
Pablo Rodriguez