diff options
author | Hans Hagen <pragma@wxs.nl> | 2012-07-23 20:18:00 +0200 |
---|---|---|
committer | Hans Hagen <pragma@wxs.nl> | 2012-07-23 20:18:00 +0200 |
commit | 665c304e7a58811e8f6225721685bf13259f19b3 (patch) | |
tree | e6fc166db1ff86b87ef8e096a05de99fe7c72b4b /tex/context/base/char-ent.lua | |
parent | 86a5122e2c2370f4b190374fcbb68d6bcb63149b (diff) | |
download | context-665c304e7a58811e8f6225721685bf13259f19b3.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 |