diff options
author | Taco Hoekwater <taco@elvenkind.com> | 2010-05-24 14:05:02 +0000 |
---|---|---|
committer | Taco Hoekwater <taco@elvenkind.com> | 2010-05-24 14:05:02 +0000 |
commit | 57ea7dad48fbf2541c04e434c31bde655ada3ac4 (patch) | |
tree | 1f8b43bc7cb92939271e1f5bec610710be69097f /Master/texmf-dist/tex/context/base/s-mod-00.tex | |
parent | 6ee41e1f1822657f7f23231ec56c0272de3855e3 (diff) |
here is context 2010.05.24 13:05
git-svn-id: svn://tug.org/texlive/trunk@18445 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master/texmf-dist/tex/context/base/s-mod-00.tex')
-rw-r--r-- | Master/texmf-dist/tex/context/base/s-mod-00.tex | 11 |
1 files changed, 8 insertions, 3 deletions
diff --git a/Master/texmf-dist/tex/context/base/s-mod-00.tex b/Master/texmf-dist/tex/context/base/s-mod-00.tex index d16688de553..270f7a9b4c7 100644 --- a/Master/texmf-dist/tex/context/base/s-mod-00.tex +++ b/Master/texmf-dist/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}} |