1return {
2 internals = {
3
4 "nocolormodel", "greycolormodel", "graycolormodel", "rgbcolormodel", "cmykcolormodel",
5 "shadefactor", "shadeoffset",
6 "textextoffset", "textextanchor",
7 "normaltransparent", "multiplytransparent", "screentransparent", "overlaytransparent",
8 "softlighttransparent", "hardlighttransparent", "colordodgetransparent", "colorburntransparent",
9 "darkentransparent", "lightentransparent", "differencetransparent", "exclusiontransparent",
10 "huetransparent", "saturationtransparent", "colortransparent", "luminositytransparent",
11
12
13
14 "ahvariant", "ahdimple", "ahfactor", "ahscale",
15 "metapostversion",
16 "maxdimensions",
17 "drawoptionsfactor",
18 "dq", "sq",
19 "crossingscale", "crossingoption", "crossingdebug",
20 "contextlmtxmode", "metafunversion", "minifunversion",
21
22
23
24 "getparameters",
25 "presetparameters",
26 "hasparameter",
27 "hasoption",
28 "getparameter",
29 "getparameterdefault",
30 "getparametercount",
31 "getmaxparametercount",
32 "getparameterpath",
33 "getparameterpen",
34 "getparametertext",
35
36 "applyparameters",
37 "mergeparameters",
38 "pushparameters",
39 "popparameters",
40 "setluaparameter",
41 "definecolor",
42
43 "record", "newrecord", "setrecord", "getrecord", "cntrecord",
44
45 "anchorxy", "anchorx", "anchory",
46 "anchorht", "anchordp",
47 "anchorul", "anchorll", "anchorlr", "anchorur",
48 "localanchorbox", "localanchorcell", "localanchorspan",
49 "anchorbox", "anchorcell", "anchorspan",
50 "matrixbox", "matrixcell", "matrixspan",
51
52 "pensilcolor", "pensilstep",
53
54 "uu"
55 },
56 commands = {
57 "loadfile", "loadimage", "loadmodule",
58 "dispose", "nothing", "transparency", "tolist", "topath", "tocycle",
59
60 "sqr", "log", "ln", "exp", "inv", "pow", "pi", "radian",
61 "tand", "cotd", "sin", "cos", "tan", "cot", "atan", "asin", "acos",
62 "invsin", "invcos", "invtan", "acosh", "asinh", "sinh", "cosh", "tanh",
63 "zmod",
64 "paired", "tripled",
65 "unitcircle", "fulldiamond", "unitdiamond", "fullsquare", "unittriangle", "fulltriangle",
66 "unitoctagon", "fulloctagon", "unithexagon", "fullhexagon",
67
68 "llcircle", "lrcircle", "urcircle", "ulcircle",
69 "tcircle", "bcircle", "lcircle", "rcircle",
70 "lltriangle", "lrtriangle", "urtriangle", "ultriangle",
71 "uptriangle", "downtriangle", "lefttriangle", "righttriangle", "triangle",
72 "smoothed", "cornered", "superellipsed", "randomized", "randomizedcontrols", "squeezed", "enlonged", "shortened",
73 "punked", "curved", "unspiked", "simplified", "blownup", "stretched",
74 "enlarged", "leftenlarged", "topenlarged", "rightenlarged", "bottomenlarged",
75 "crossed", "laddered", "randomshifted", "interpolated", "perpendicular", "paralleled", "cutends", "peepholed",
76 "llenlarged", "lrenlarged", "urenlarged", "ulenlarged",
77 "llmoved", "lrmoved", "urmoved", "ulmoved",
78 "rightarrow", "leftarrow", "centerarrow", "drawdoublearrows",
79 "boundingbox", "innerboundingbox", "outerboundingbox", "pushboundingbox", "popboundingbox",
80 "boundingradius", "boundingcircle", "boundingpoint",
81 "crossingunder", "insideof", "outsideof",
82 "bottomboundary", "leftboundary", "topboundary", "rightboundary",
83 "xsized", "ysized", "xysized", "sized", "xyscaled",
84 "intersection_point", "intersection_found", "penpoint",
85 "bbwidth", "bbheight",
86 "withshade", "withcircularshade", "withlinearshade",
87 "defineshade", "shaded",
88
89 "shadedinto", "withshadecolors",
90 "withshadedomain", "withshademethod", "withshadefactor", "withshadevector",
91 "withshadecenter", "withshadedirection", "withshaderadius", "withshadetransform", "withshadecenterone", "withshadecentertwo",
92 "withshadestep", "withshadefraction", "withshadeorigin", "shownshadevector", "shownshadeorigin",
93 "shownshadedirection", "shownshadecenter",
94 "cmyk", "spotcolor", "multitonecolor", "namedcolor",
95 "drawfill", "undrawfill",
96 "inverted", "uncolored", "softened", "grayed", "greyed",
97 "onlayer",
98 "along",
99 "graphictext", "loadfigure", "externalfigure", "figure", "register",
100 "outlinetext", "filloutlinetext", "drawoutlinetext", "outlinetexttopath",
101 "checkedbounds", "checkbounds", "strut", "rule",
102 "withmask", "bitmapimage",
103 "colordecimals", "ddecimal", "dddecimal", "ddddecimal", "colordecimalslist",
104 "textext", "thetextext", "rawtextext", "textextoffset", "texbox", "thetexbox", "rawtexbox", "istextext", "infotext",
105 "rawmadetext", "validtexbox", "onetimetextext", "rawfmttext", "thefmttext", "fmttext", "onetimefmttext",
106 "notcached", "keepcached",
107 "verbatim",
108 "thelabel", "label",
109 "autoalign",
110 "transparent", "withtransparency", "withopacity",
111 "property", "properties", "withproperties",
112 "asgroup",
113 "withpattern", "withpatternscale", "withpatternfloat",
114 "infont",
115
116
117
118
119
120 "space", "crlf", "dquote", "percent", "SPACE", "CRLF", "DQUOTE", "PERCENT",
121 "grayscale", "greyscale", "withgray", "withgrey",
122 "colorpart", "colorlike",
123 "readfile",
124 "clearxy", "unitvector",
125 "center",
126 "epsed", "anchored",
127 "originpath", "infinite",
128 "break",
129 "xstretched", "ystretched", "snapped",
130
131 "pathconnectors", "function",
132 "constructedfunction", "constructedpath", "constructedpairs",
133
134 "straightfunction", "straightpath", "straightpairs",
135 "curvedfunction", "curvedpath", "curvedpairs",
136
137
138 "evenly", "oddly",
139
140 "condition",
141
142 "pushcurrentpicture", "popcurrentpicture",
143
144 "arrowpath", "resetarrows",
145
146
147
148
149
150
151
152
153
154
155
156
157 "tensecircle", "roundedsquare",
158 "colortype", "whitecolor", "blackcolor", "basiccolors", "complementary", "complemented",
159 "resolvedcolor",
160
161
162 "normalfill", "normaldraw", "visualizepaths", "detailpaths", "naturalizepaths",
163 "drawboundary", "drawwholepath", "drawpathonly",
164 "visualizeddraw", "visualizedfill", "detaileddraw",
165 "draworigin", "drawboundingbox",
166 "drawpath",
167 "drawpoint", "drawpoints", "drawcontrolpoints", "drawcontrollines",
168 "drawpointlabels",
169 "drawlineoptions", "drawpointoptions", "drawcontroloptions", "drawlabeloptions",
170 "draworiginoptions", "drawboundoptions", "drawpathoptions", "resetdrawoptions",
171
172 "undashed", "pencilled",
173
174 "decorated", "redecorated", "undecorated",
175
176 "passvariable", "passarrayvariable", "tostring", "topair", "format", "formatted", "quotation", "quote",
177 "startpassingvariable", "stoppassingvariable",
178
179 "eofill", "eoclip", "nofill", "dofill", "fillup", "eofillup", "nodraw", "dodraw", "enfill",
180 "area",
181
182 "addbackground",
183
184 "shadedup", "shadeddown", "shadedleft", "shadedright",
185
186 "sortlist", "copylist", "shapedlist", "listtocurves", "listtolines", "listsize", "listlast", "uniquelist",
187
188 "circularpath", "squarepath", "linearpath",
189
190 "theoffset",
191
192 "texmode", "systemmode",
193 "texvar", "texstr",
194 "isarray", "prefix", "dimension",
195 "getmacro", "getdimen", "getcount", "gettoks",
196 "setmacro", "setdimen", "setcount", "settoks",
197 "setglobalmacro", "setglobaldimen", "setglobalcount", "setglobaltoks",
198
199 "positionpath", "positioncurve", "positionxy", "positionparagraph", "positioncolumn",
200 "positionwhd", "positionpage", "positionregion", "positionbox", "positionx", "positiony",
201 "positionanchor", "positioninregion", "positionatanchor",
202 "positioncolumnbox", "overlaycolumnbox", "positioncolumnatx",
203
204 "getposboxes", "getmultipars",
205 "getpospage", "getposparagraph", "getposcolumn", "getposregion",
206 "getposx", "getposy", "getposwidth", "getposheight", "getposdepth",
207 "getposleftskip", "getposrightskip", "getposhsize", "getposparindent", "getposhangindent", "getposhangafter",
208 "getposxy", "getposupperleft", "getposlowerleft", "getposupperright", "getposlowerright",
209 "getposllx", "getposlly", "getposurx", "getposury",
210
211 "wdpart", "htpart", "dppart",
212
213 "texvar", "texstr",
214
215 "inpath", "pointof", "leftof", "rightof",
216
217 "utfnum", "utflen", "utfsub",
218
219 "newhash", "disposehash", "inhash", "tohash", "fromhash",
220
221 "isarray", "prefix", "isobject",
222
223 "comment", "report", "lua", "lualist", "mp", "MP", "luacall",
224
225 "mirrored", "mirroredabout", "xslanted", "yslanted",
226
227 "scriptindex", "newscriptindex",
228
229 "newcolor", "newrgbcolor", "newcmykcolor",
230 "newnumeric", "newboolean", "newtransform", "newpath", "newpicture", "newstring", "newpair",
231
232 "mpvard", "mpvarn", "mpvars", "mpvar",
233
234 "withtolerance",
235
236 "hatched", "withdashes",
237 "processpath", "pencilled",
238 "sortedintersectiontimes", "intersectionpath", "firstintersectionpath", "secondintersectionpath",
239 "intersectionsfound", "cutbeforefirst", "cutafterfirst", "cutbeforelast", "cutafterlast",
240
241 "xnormalized", "ynormalized", "xynormalized",
242 "phantom",
243 "scrutinized",
244
245 "xshifted",
246 "yshifted",
247 },
248}
249 |