summaryrefslogtreecommitdiff
path: root/tex/context/base/mult-mps.lua
diff options
context:
space:
mode:
authorMarius <mariausol@gmail.com>2011-09-15 23:40:15 +0300
committerMarius <mariausol@gmail.com>2011-09-15 23:40:15 +0300
commit0c9823815b15cad63d4b9827205a605192e8cd81 (patch)
tree3305884286e9e700d31effd84f7451ffae228484 /tex/context/base/mult-mps.lua
parent99ff9ece308b251302ce7a18f9be0d68278d9ee7 (diff)
downloadcontext-0c9823815b15cad63d4b9827205a605192e8cd81.tar.gz
beta 2011.09.15 19:53
Diffstat (limited to 'tex/context/base/mult-mps.lua')
-rw-r--r--tex/context/base/mult-mps.lua30
1 files changed, 3 insertions, 27 deletions
diff --git a/tex/context/base/mult-mps.lua b/tex/context/base/mult-mps.lua
index d596fd518..1dcb4d476 100644
--- a/tex/context/base/mult-mps.lua
+++ b/tex/context/base/mult-mps.lua
@@ -1,4 +1,7 @@
return {
+ tex = {
+ "btex", "etex", "verbatimtex",
+ },
primitives = { -- to be checked
"charcode", "day", "linecap", "linejoin", "miterlimit", "month", "pausing",
"prologues", "showstopping", "time", "tracingcapsules", "tracingchoices", "mpprocset",
@@ -66,31 +69,4 @@ return {
"extra_endchar", "extra_setup", "font_coding_scheme", "clearxy",
"font_extra_space",
},
- metafun = {
- "sqr", "log", "ln", "exp", "inv", "pow", "pi", "radian",
- "tand", "cotd", "sin", "cos", "tan", "cot", "atan", "asin", "acos",
- "invsin", "invcos", "acosh", "asinh", "sinh", "cosh",
- "paired", "tripled",
- "unitcircle", "fulldiamond", "unitdiamond",
- "halfcircle", "quartercircle",
- "llcircle", "lrcircle", "urcircle", "ulcircle",
- "tcircle", "bcircle", "lcircle", "rcircle",
- "lltriangle", "lrtriangle", "urtriangle", "ultriangle",
- "smoothed", "cornered", "superellipsed", "randomized", "squeezed", "enlonged", "shortened",
- "punked", "curved", "unspiked", "simplified", "blownup", "stretched",
- "enlarged", "leftenlarged", "topenlarged", "rightenlarged", "bottomenlarged",
- "llenlarged", "lrenlarged", "urenlarged", "ulenlarged",
- "llmoved", "lrmoved", "urmoved", "ulmoved",
- "crossed", "laddered", "randomshifted", "interpolated", "paralleled", "cutends",
- "rightarrow", "leftarrow", "centerarrow",
- "boundingbox", "innerboundingbox", "outerboundingbox",
- "bottomboundary", "leftboundary", "topboundary", "rightboundary",
- "xsized", "ysized", "xysized",
- "bbwidth", "bbheight",
- "cmyk", "transparent", "withshade", "spotcolor",
- "drawfill", "undrawfill",
- "inverted", "uncolored", "softened", "grayed",
- "textext", "graphictext",
- "loadfigure", "externalfigure",
- },
}