1%D \module 2%D [ file=cont-new, 3%D version=1995.10.10, 4%D title=\CONTEXT\ Miscellaneous Macros, 5%D subtitle=New Macros, 6%D author=Hans Hagen, 7%D date=\currentdate, 8%D copyright={PRAGMA ADE \& \CONTEXT\ Development Team}] 9%C 10%C This module is part of the \CONTEXT\ macro||package and is 11%C therefore copyrighted by \PRAGMA. See mreadme.pdf for 12%C details. 13 14% \normalend % uncomment this to get the real base runtime 15 16\newcontextversion{2024.01.08 11:23} 17 18%D This file is loaded at runtime, thereby providing an excellent place for hacks, 19%D patches, extensions and new features. There can be local overloads in cont-loc 20%D (which has always been the case) and experimental code in cont-exp (which is also 21%D so old that I need to remind myself to check it occasionally, so here is the 22%D reminder). 23 24% \enabletrackers[pages.timing] 25% \enabletrackers[system.usage=summary] 26 27\unprotect 28 29\writestatus\m!system{beware: some patches loaded from cont-new.mkiv} 30 31%D I need to verify if this indeed will make it into \type {math-ini.mkiv}, that is: 32%D does Alan use it? 33 34\ifdefined\t \else \unexpanded\def\t{\mathortext\text\mathtext} \fi 35\ifdefined\w \else \unexpanded\def\w{\mathortext\word\mathword} \fi 36 37\appendtoks 38 \let\t\mathtext 39 \let\w\mathword 40\to \everymathematics 41 42%D We're done. 43 44\protect \endinput 45 |