diff options
Diffstat (limited to 'tex/context/base/s-mod-00.tex')
-rw-r--r-- | tex/context/base/s-mod-00.tex | 11 |
1 files changed, 8 insertions, 3 deletions
diff --git a/tex/context/base/s-mod-00.tex b/tex/context/base/s-mod-00.tex index d16688de5..270f7a9b4 100644 --- a/tex/context/base/s-mod-00.tex +++ b/tex/context/base/s-mod-00.tex @@ -22,7 +22,10 @@ \usemodule[units] -\enableactivediscretionaries \newprettytrue +\doifnotmode{mkiv}{ + \enableactivediscretionaries + \newprettytrue +} \unprotect @@ -57,7 +60,8 @@ \getrawparameters[Module][type=tex,#1]} \def\startmodule - {\dosingleempty\dostartmodule} + {\starttext + \dosingleempty\dostartmodule} \def\complexmodule[#1]% {\startglobal % i.v.m. \bgroup in \startdocumentation @@ -71,7 +75,8 @@ [\v!index] [\c!balance=\v!yes, \c!indicator=\v!no, - \c!criterium=\v!text]} + \c!criterium=\v!text] + \stoptext} \def\simplemodule#1% {\type{#1}} |