diff options
author | Marius <mariausol@gmail.com> | 2012-07-23 21:40:15 +0300 |
---|---|---|
committer | Marius <mariausol@gmail.com> | 2012-07-23 21:40:15 +0300 |
commit | 1258e9df5026925ba69b6184b984d4fa70ed3ffa (patch) | |
tree | 25c150da0dfedf3c053b3504f787341c04f8cb35 /tex/context/base/char-ent.lua | |
parent | a2b160d4a0730ede825a2cad70013cbd4c872c7d (diff) | |
download | context-1258e9df5026925ba69b6184b984d4fa70ed3ffa.tar.gz |
beta 2012.07.23 20:18
Diffstat (limited to 'tex/context/base/char-ent.lua')
-rw-r--r-- | tex/context/base/char-ent.lua | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/tex/context/base/char-ent.lua b/tex/context/base/char-ent.lua index d2ac22bbf..65dbdf992 100644 --- a/tex/context/base/char-ent.lua +++ b/tex/context/base/char-ent.lua @@ -1,8 +1,9 @@ -if not modules then modules = { } end modules ['math-ent'] = { +if not modules then modules = { } end modules ['char-ent'] = { version = 1.001, comment = "companion to math-ini.mkiv", author = "Hans Hagen, PRAGMA-ADE, Hasselt NL", copyright = "derived from the mathml 2.0 specification", + dataonly = true, } -- http://www.w3.org/2003/entities/2007/w3centities-f.ent |