summaryrefslogtreecommitdiff
path: root/tex/context/base/mkiv/mult-fun.lua
diff options
context:
space:
mode:
authorHans Hagen <pragma@wxs.nl>2016-11-24 12:55:35 +0100
committerContext Git Mirror Bot <phg42.2a@gmail.com>2016-11-24 12:55:35 +0100
commitf4d0ad2ba2c4ca5bfae469650e535fd46749b3f4 (patch)
tree71f81a4992ab89b86a054bd608e49d9093389481 /tex/context/base/mkiv/mult-fun.lua
parentf4ff686750ca9405662c7615e9c4b04685b5be5c (diff)
downloadcontext-f4d0ad2ba2c4ca5bfae469650e535fd46749b3f4.tar.gz
2016-11-24 12:10:00
Diffstat (limited to 'tex/context/base/mkiv/mult-fun.lua')
-rw-r--r--tex/context/base/mkiv/mult-fun.lua15
1 files changed, 12 insertions, 3 deletions
diff --git a/tex/context/base/mkiv/mult-fun.lua b/tex/context/base/mkiv/mult-fun.lua
index d6685527c..b04b7aae3 100644
--- a/tex/context/base/mkiv/mult-fun.lua
+++ b/tex/context/base/mkiv/mult-fun.lua
@@ -16,8 +16,13 @@ return {
"maxdimensions",
"drawoptionsfactor",
"dq", "sq",
+ "crossingscale", "crossingoption",
},
commands = {
+ "loadmodule",
+ --
+ "dispose",
+ --
"transparency",
--
"sqr", "log", "ln", "exp", "inv", "pow", "pi", "radian",
@@ -39,6 +44,8 @@ return {
"llmoved", "lrmoved", "urmoved", "ulmoved",
"rightarrow", "leftarrow", "centerarrow",
"boundingbox", "innerboundingbox", "outerboundingbox", "pushboundingbox", "popboundingbox",
+ "boundingradius", "boundingcircle", "boundingpoint",
+ "crossingunder", "insideof", "outsideof",
"bottomboundary", "leftboundary", "topboundary", "rightboundary",
"xsized", "ysized", "xysized", "sized", "xyscaled",
"intersection_point", "intersection_found", "penpoint",
@@ -58,7 +65,7 @@ return {
"graphictext", "loadfigure", "externalfigure", "figure", "register", "outlinetext", -- "lua",
"checkedbounds", "checkbounds", "strut", "rule",
"withmask", "bitmapimage",
- "colordecimals", "ddecimal", "dddecimal", "ddddecimal",
+ "colordecimals", "ddecimal", "dddecimal", "ddddecimal", "colordecimalslist",
"textext", "thetextext", "rawtextext", "textextoffset", "texbox", "thetexbox", "rawtexbox",
"verbatim",
"thelabel", "label",
@@ -74,7 +81,7 @@ return {
-- "define_sampled_linear_shade", "define_sampled_circular_shade",
"space", "crlf", "dquote", "percent", "SPACE", "CRLF", "DQUOTE", "PERCENT",
"grayscale", "greyscale", "withgray", "withgrey",
- "colorpart",
+ "colorpart", "colorlike",
"readfile",
"clearxy", "unitvector", "center", -- redefined
"epsed", "anchored",
@@ -137,6 +144,8 @@ return {
--
"shadedup", "shadeddown", "shadedleft", "shadedright",
--
- "sortlist", "copylist", "shapedlist", "listtocurves", "listtolines", "listsize",
+ "sortlist", "copylist", "shapedlist", "listtocurves", "listtolines", "listsize", "listlast", "uniquelist",
+ --
+ "circularpath", "squarepath", "linearpath",
},
}