_asy_builtins.py 27 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677787980818283848586878889909192939495969798991001011021031041051061071081091101111121131141151161171181191201211221231241251261271281291301311321331341351361371381391401411421431441451461471481491501511521531541551561571581591601611621631641651661671681691701711721731741751761771781791801811821831841851861871881891901911921931941951961971981992002012022032042052062072082092102112122132142152162172182192202212222232242252262272282292302312322332342352362372382392402412422432442452462472482492502512522532542552562572582592602612622632642652662672682692702712722732742752762772782792802812822832842852862872882892902912922932942952962972982993003013023033043053063073083093103113123133143153163173183193203213223233243253263273283293303313323333343353363373383393403413423433443453463473483493503513523533543553563573583593603613623633643653663673683693703713723733743753763773783793803813823833843853863873883893903913923933943953963973983994004014024034044054064074084094104114124134144154164174184194204214224234244254264274284294304314324334344354364374384394404414424434444454464474484494504514524534544554564574584594604614624634644654664674684694704714724734744754764774784794804814824834844854864874884894904914924934944954964974984995005015025035045055065075085095105115125135145155165175185195205215225235245255265275285295305315325335345355365375385395405415425435445455465475485495505515525535545555565575585595605615625635645655665675685695705715725735745755765775785795805815825835845855865875885895905915925935945955965975985996006016026036046056066076086096106116126136146156166176186196206216226236246256266276286296306316326336346356366376386396406416426436446456466476486496506516526536546556566576586596606616626636646656666676686696706716726736746756766776786796806816826836846856866876886896906916926936946956966976986997007017027037047057067077087097107117127137147157167177187197207217227237247257267277287297307317327337347357367377387397407417427437447457467477487497507517527537547557567577587597607617627637647657667677687697707717727737747757767777787797807817827837847857867877887897907917927937947957967977987998008018028038048058068078088098108118128138148158168178188198208218228238248258268278288298308318328338348358368378388398408418428438448458468478488498508518528538548558568578588598608618628638648658668678688698708718728738748758768778788798808818828838848858868878888898908918928938948958968978988999009019029039049059069079089099109119129139149159169179189199209219229239249259269279289299309319329339349359369379389399409419429439449459469479489499509519529539549559569579589599609619629639649659669679689699709719729739749759769779789799809819829839849859869879889899909919929939949959969979989991000100110021003100410051006100710081009101010111012101310141015101610171018101910201021102210231024102510261027102810291030103110321033103410351036103710381039104010411042104310441045104610471048104910501051105210531054105510561057105810591060106110621063106410651066106710681069107010711072107310741075107610771078107910801081108210831084108510861087108810891090109110921093109410951096109710981099110011011102110311041105110611071108110911101111111211131114111511161117111811191120112111221123112411251126112711281129113011311132113311341135113611371138113911401141114211431144114511461147114811491150115111521153115411551156115711581159116011611162116311641165116611671168116911701171117211731174117511761177117811791180118111821183118411851186118711881189119011911192119311941195119611971198119912001201120212031204120512061207120812091210121112121213121412151216121712181219122012211222122312241225122612271228122912301231123212331234123512361237123812391240124112421243124412451246124712481249125012511252125312541255125612571258125912601261126212631264126512661267126812691270127112721273127412751276127712781279128012811282128312841285128612871288128912901291129212931294129512961297129812991300130113021303130413051306130713081309131013111312131313141315131613171318131913201321132213231324132513261327132813291330133113321333133413351336133713381339134013411342134313441345134613471348134913501351135213531354135513561357135813591360136113621363136413651366136713681369137013711372137313741375137613771378137913801381138213831384138513861387138813891390139113921393139413951396139713981399140014011402140314041405140614071408140914101411141214131414141514161417141814191420142114221423142414251426142714281429143014311432143314341435143614371438143914401441144214431444144514461447144814491450145114521453145414551456145714581459146014611462146314641465146614671468146914701471147214731474147514761477147814791480148114821483148414851486148714881489149014911492149314941495149614971498149915001501150215031504150515061507150815091510151115121513151415151516151715181519152015211522152315241525152615271528152915301531153215331534153515361537153815391540154115421543154415451546154715481549155015511552155315541555155615571558155915601561156215631564156515661567156815691570157115721573157415751576157715781579158015811582158315841585158615871588158915901591159215931594159515961597159815991600160116021603160416051606160716081609161016111612161316141615161616171618161916201621162216231624162516261627162816291630163116321633163416351636163716381639164016411642164316441645
  1. # -*- coding: utf-8 -*-
  2. """
  3. pygments.lexers._asy_builtins
  4. ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  5. This file contains the asy-function names and asy-variable names of
  6. Asymptote.
  7. Do not edit the ASYFUNCNAME and ASYVARNAME sets by hand.
  8. TODO: perl/python script in Asymptote SVN similar to asy-list.pl but only
  9. for function and variable names.
  10. :copyright: Copyright 2006-2019 by the Pygments team, see AUTHORS.
  11. :license: BSD, see LICENSE for details.
  12. """
  13. ASYFUNCNAME = {
  14. 'AND',
  15. 'Arc',
  16. 'ArcArrow',
  17. 'ArcArrows',
  18. 'Arrow',
  19. 'Arrows',
  20. 'Automatic',
  21. 'AvantGarde',
  22. 'BBox',
  23. 'BWRainbow',
  24. 'BWRainbow2',
  25. 'Bar',
  26. 'Bars',
  27. 'BeginArcArrow',
  28. 'BeginArrow',
  29. 'BeginBar',
  30. 'BeginDotMargin',
  31. 'BeginMargin',
  32. 'BeginPenMargin',
  33. 'Blank',
  34. 'Bookman',
  35. 'Bottom',
  36. 'BottomTop',
  37. 'Bounds',
  38. 'Break',
  39. 'Broken',
  40. 'BrokenLog',
  41. 'Ceil',
  42. 'Circle',
  43. 'CircleBarIntervalMarker',
  44. 'Cos',
  45. 'Courier',
  46. 'CrossIntervalMarker',
  47. 'DefaultFormat',
  48. 'DefaultLogFormat',
  49. 'Degrees',
  50. 'Dir',
  51. 'DotMargin',
  52. 'DotMargins',
  53. 'Dotted',
  54. 'Draw',
  55. 'Drawline',
  56. 'Embed',
  57. 'EndArcArrow',
  58. 'EndArrow',
  59. 'EndBar',
  60. 'EndDotMargin',
  61. 'EndMargin',
  62. 'EndPenMargin',
  63. 'Fill',
  64. 'FillDraw',
  65. 'Floor',
  66. 'Format',
  67. 'Full',
  68. 'Gaussian',
  69. 'Gaussrand',
  70. 'Gaussrandpair',
  71. 'Gradient',
  72. 'Grayscale',
  73. 'Helvetica',
  74. 'Hermite',
  75. 'HookHead',
  76. 'InOutTicks',
  77. 'InTicks',
  78. 'J',
  79. 'Label',
  80. 'Landscape',
  81. 'Left',
  82. 'LeftRight',
  83. 'LeftTicks',
  84. 'Legend',
  85. 'Linear',
  86. 'Link',
  87. 'Log',
  88. 'LogFormat',
  89. 'Margin',
  90. 'Margins',
  91. 'Mark',
  92. 'MidArcArrow',
  93. 'MidArrow',
  94. 'NOT',
  95. 'NewCenturySchoolBook',
  96. 'NoBox',
  97. 'NoMargin',
  98. 'NoModifier',
  99. 'NoTicks',
  100. 'NoTicks3',
  101. 'NoZero',
  102. 'NoZeroFormat',
  103. 'None',
  104. 'OR',
  105. 'OmitFormat',
  106. 'OmitTick',
  107. 'OutTicks',
  108. 'Ox',
  109. 'Oy',
  110. 'Palatino',
  111. 'PaletteTicks',
  112. 'Pen',
  113. 'PenMargin',
  114. 'PenMargins',
  115. 'Pentype',
  116. 'Portrait',
  117. 'RadialShade',
  118. 'Rainbow',
  119. 'Range',
  120. 'Relative',
  121. 'Right',
  122. 'RightTicks',
  123. 'Rotate',
  124. 'Round',
  125. 'SQR',
  126. 'Scale',
  127. 'ScaleX',
  128. 'ScaleY',
  129. 'ScaleZ',
  130. 'Seascape',
  131. 'Shift',
  132. 'Sin',
  133. 'Slant',
  134. 'Spline',
  135. 'StickIntervalMarker',
  136. 'Straight',
  137. 'Symbol',
  138. 'Tan',
  139. 'TeXify',
  140. 'Ticks',
  141. 'Ticks3',
  142. 'TildeIntervalMarker',
  143. 'TimesRoman',
  144. 'Top',
  145. 'TrueMargin',
  146. 'UnFill',
  147. 'UpsideDown',
  148. 'Wheel',
  149. 'X',
  150. 'XEquals',
  151. 'XOR',
  152. 'XY',
  153. 'XYEquals',
  154. 'XYZero',
  155. 'XYgrid',
  156. 'XZEquals',
  157. 'XZZero',
  158. 'XZero',
  159. 'XZgrid',
  160. 'Y',
  161. 'YEquals',
  162. 'YXgrid',
  163. 'YZ',
  164. 'YZEquals',
  165. 'YZZero',
  166. 'YZero',
  167. 'YZgrid',
  168. 'Z',
  169. 'ZX',
  170. 'ZXgrid',
  171. 'ZYgrid',
  172. 'ZapfChancery',
  173. 'ZapfDingbats',
  174. '_cputime',
  175. '_draw',
  176. '_eval',
  177. '_image',
  178. '_labelpath',
  179. '_projection',
  180. '_strokepath',
  181. '_texpath',
  182. 'aCos',
  183. 'aSin',
  184. 'aTan',
  185. 'abort',
  186. 'abs',
  187. 'accel',
  188. 'acos',
  189. 'acosh',
  190. 'acot',
  191. 'acsc',
  192. 'add',
  193. 'addArrow',
  194. 'addMargins',
  195. 'addSaveFunction',
  196. 'addnode',
  197. 'addnodes',
  198. 'addpenarc',
  199. 'addpenline',
  200. 'addseg',
  201. 'adjust',
  202. 'alias',
  203. 'align',
  204. 'all',
  205. 'altitude',
  206. 'angabscissa',
  207. 'angle',
  208. 'angpoint',
  209. 'animate',
  210. 'annotate',
  211. 'anticomplementary',
  212. 'antipedal',
  213. 'apply',
  214. 'approximate',
  215. 'arc',
  216. 'arcarrowsize',
  217. 'arccircle',
  218. 'arcdir',
  219. 'arcfromcenter',
  220. 'arcfromfocus',
  221. 'arclength',
  222. 'arcnodesnumber',
  223. 'arcpoint',
  224. 'arcsubtended',
  225. 'arcsubtendedcenter',
  226. 'arctime',
  227. 'arctopath',
  228. 'array',
  229. 'arrow',
  230. 'arrow2',
  231. 'arrowbase',
  232. 'arrowbasepoints',
  233. 'arrowsize',
  234. 'asec',
  235. 'asin',
  236. 'asinh',
  237. 'ask',
  238. 'assert',
  239. 'asy',
  240. 'asycode',
  241. 'asydir',
  242. 'asyfigure',
  243. 'asyfilecode',
  244. 'asyinclude',
  245. 'asywrite',
  246. 'atan',
  247. 'atan2',
  248. 'atanh',
  249. 'atbreakpoint',
  250. 'atexit',
  251. 'atime',
  252. 'attach',
  253. 'attract',
  254. 'atupdate',
  255. 'autoformat',
  256. 'autoscale',
  257. 'autoscale3',
  258. 'axes',
  259. 'axes3',
  260. 'axialshade',
  261. 'axis',
  262. 'axiscoverage',
  263. 'azimuth',
  264. 'babel',
  265. 'background',
  266. 'bangles',
  267. 'bar',
  268. 'barmarksize',
  269. 'barsize',
  270. 'basealign',
  271. 'baseline',
  272. 'bbox',
  273. 'beep',
  274. 'begin',
  275. 'beginclip',
  276. 'begingroup',
  277. 'beginpoint',
  278. 'between',
  279. 'bevel',
  280. 'bezier',
  281. 'bezierP',
  282. 'bezierPP',
  283. 'bezierPPP',
  284. 'bezulate',
  285. 'bibliography',
  286. 'bibliographystyle',
  287. 'binarytree',
  288. 'binarytreeNode',
  289. 'binomial',
  290. 'binput',
  291. 'bins',
  292. 'bisector',
  293. 'bisectorpoint',
  294. 'blend',
  295. 'boutput',
  296. 'box',
  297. 'bqe',
  298. 'breakpoint',
  299. 'breakpoints',
  300. 'brick',
  301. 'buildRestoreDefaults',
  302. 'buildRestoreThunk',
  303. 'buildcycle',
  304. 'bulletcolor',
  305. 'canonical',
  306. 'canonicalcartesiansystem',
  307. 'cartesiansystem',
  308. 'case1',
  309. 'case2',
  310. 'case3',
  311. 'cbrt',
  312. 'cd',
  313. 'ceil',
  314. 'center',
  315. 'centerToFocus',
  316. 'centroid',
  317. 'cevian',
  318. 'change2',
  319. 'changecoordsys',
  320. 'checkSegment',
  321. 'checkconditionlength',
  322. 'checker',
  323. 'checklengths',
  324. 'checkposition',
  325. 'checktriangle',
  326. 'choose',
  327. 'circle',
  328. 'circlebarframe',
  329. 'circlemarkradius',
  330. 'circlenodesnumber',
  331. 'circumcenter',
  332. 'circumcircle',
  333. 'clamped',
  334. 'clear',
  335. 'clip',
  336. 'clipdraw',
  337. 'close',
  338. 'cmyk',
  339. 'code',
  340. 'colatitude',
  341. 'collect',
  342. 'collinear',
  343. 'color',
  344. 'colorless',
  345. 'colors',
  346. 'colorspace',
  347. 'comma',
  348. 'compassmark',
  349. 'complement',
  350. 'complementary',
  351. 'concat',
  352. 'concurrent',
  353. 'cone',
  354. 'conic',
  355. 'conicnodesnumber',
  356. 'conictype',
  357. 'conj',
  358. 'connect',
  359. 'containmentTree',
  360. 'contains',
  361. 'contour',
  362. 'contour3',
  363. 'controlSpecifier',
  364. 'convert',
  365. 'coordinates',
  366. 'coordsys',
  367. 'copy',
  368. 'cos',
  369. 'cosh',
  370. 'cot',
  371. 'countIntersections',
  372. 'cputime',
  373. 'crop',
  374. 'cropcode',
  375. 'cross',
  376. 'crossframe',
  377. 'crosshatch',
  378. 'crossmarksize',
  379. 'csc',
  380. 'cubicroots',
  381. 'curabscissa',
  382. 'curlSpecifier',
  383. 'curpoint',
  384. 'currentarrow',
  385. 'currentexitfunction',
  386. 'currentmomarrow',
  387. 'currentpolarconicroutine',
  388. 'curve',
  389. 'cut',
  390. 'cutafter',
  391. 'cutbefore',
  392. 'cyclic',
  393. 'cylinder',
  394. 'debugger',
  395. 'deconstruct',
  396. 'defaultdir',
  397. 'defaultformat',
  398. 'defaultpen',
  399. 'defined',
  400. 'degenerate',
  401. 'degrees',
  402. 'delete',
  403. 'deletepreamble',
  404. 'determinant',
  405. 'diagonal',
  406. 'diamond',
  407. 'diffdiv',
  408. 'dir',
  409. 'dirSpecifier',
  410. 'dirtime',
  411. 'display',
  412. 'distance',
  413. 'divisors',
  414. 'do_overpaint',
  415. 'dot',
  416. 'dotframe',
  417. 'dotsize',
  418. 'downcase',
  419. 'draw',
  420. 'drawAll',
  421. 'drawDoubleLine',
  422. 'drawFermion',
  423. 'drawGhost',
  424. 'drawGluon',
  425. 'drawMomArrow',
  426. 'drawPhoton',
  427. 'drawScalar',
  428. 'drawVertex',
  429. 'drawVertexBox',
  430. 'drawVertexBoxO',
  431. 'drawVertexBoxX',
  432. 'drawVertexO',
  433. 'drawVertexOX',
  434. 'drawVertexTriangle',
  435. 'drawVertexTriangleO',
  436. 'drawVertexX',
  437. 'drawarrow',
  438. 'drawarrow2',
  439. 'drawline',
  440. 'drawtick',
  441. 'duplicate',
  442. 'elle',
  443. 'ellipse',
  444. 'ellipsenodesnumber',
  445. 'embed',
  446. 'embed3',
  447. 'empty',
  448. 'enclose',
  449. 'end',
  450. 'endScript',
  451. 'endclip',
  452. 'endgroup',
  453. 'endl',
  454. 'endpoint',
  455. 'endpoints',
  456. 'eof',
  457. 'eol',
  458. 'equation',
  459. 'equations',
  460. 'erase',
  461. 'erasestep',
  462. 'erf',
  463. 'erfc',
  464. 'error',
  465. 'errorbar',
  466. 'errorbars',
  467. 'eval',
  468. 'excenter',
  469. 'excircle',
  470. 'exit',
  471. 'exitXasyMode',
  472. 'exitfunction',
  473. 'exp',
  474. 'expfactors',
  475. 'expi',
  476. 'expm1',
  477. 'exradius',
  478. 'extend',
  479. 'extension',
  480. 'extouch',
  481. 'fabs',
  482. 'factorial',
  483. 'fermat',
  484. 'fft',
  485. 'fhorner',
  486. 'figure',
  487. 'file',
  488. 'filecode',
  489. 'fill',
  490. 'filldraw',
  491. 'filloutside',
  492. 'fillrule',
  493. 'filltype',
  494. 'find',
  495. 'finite',
  496. 'finiteDifferenceJacobian',
  497. 'firstcut',
  498. 'firstframe',
  499. 'fit',
  500. 'fit2',
  501. 'fixedscaling',
  502. 'floor',
  503. 'flush',
  504. 'fmdefaults',
  505. 'fmod',
  506. 'focusToCenter',
  507. 'font',
  508. 'fontcommand',
  509. 'fontsize',
  510. 'foot',
  511. 'format',
  512. 'frac',
  513. 'frequency',
  514. 'fromCenter',
  515. 'fromFocus',
  516. 'fspline',
  517. 'functionshade',
  518. 'gamma',
  519. 'generate_random_backtrace',
  520. 'generateticks',
  521. 'gergonne',
  522. 'getc',
  523. 'getint',
  524. 'getpair',
  525. 'getreal',
  526. 'getstring',
  527. 'gettriple',
  528. 'gluon',
  529. 'gouraudshade',
  530. 'graph',
  531. 'graphic',
  532. 'gray',
  533. 'grestore',
  534. 'grid',
  535. 'grid3',
  536. 'gsave',
  537. 'halfbox',
  538. 'hatch',
  539. 'hdiffdiv',
  540. 'hermite',
  541. 'hex',
  542. 'histogram',
  543. 'history',
  544. 'hline',
  545. 'hprojection',
  546. 'hsv',
  547. 'hyperbola',
  548. 'hyperbolanodesnumber',
  549. 'hyperlink',
  550. 'hypot',
  551. 'identity',
  552. 'image',
  553. 'incenter',
  554. 'incentral',
  555. 'incircle',
  556. 'increasing',
  557. 'incrementposition',
  558. 'indexedTransform',
  559. 'indexedfigure',
  560. 'initXasyMode',
  561. 'initdefaults',
  562. 'input',
  563. 'inradius',
  564. 'insert',
  565. 'inside',
  566. 'integrate',
  567. 'interactive',
  568. 'interior',
  569. 'interp',
  570. 'interpolate',
  571. 'intersect',
  572. 'intersection',
  573. 'intersectionpoint',
  574. 'intersectionpoints',
  575. 'intersections',
  576. 'intouch',
  577. 'inverse',
  578. 'inversion',
  579. 'invisible',
  580. 'is3D',
  581. 'isDuplicate',
  582. 'isogonal',
  583. 'isogonalconjugate',
  584. 'isotomic',
  585. 'isotomicconjugate',
  586. 'isparabola',
  587. 'italic',
  588. 'item',
  589. 'key',
  590. 'kurtosis',
  591. 'kurtosisexcess',
  592. 'label',
  593. 'labelaxis',
  594. 'labelmargin',
  595. 'labelpath',
  596. 'labels',
  597. 'labeltick',
  598. 'labelx',
  599. 'labelx3',
  600. 'labely',
  601. 'labely3',
  602. 'labelz',
  603. 'labelz3',
  604. 'lastcut',
  605. 'latex',
  606. 'latitude',
  607. 'latticeshade',
  608. 'layer',
  609. 'layout',
  610. 'ldexp',
  611. 'leastsquares',
  612. 'legend',
  613. 'legenditem',
  614. 'length',
  615. 'lift',
  616. 'light',
  617. 'limits',
  618. 'line',
  619. 'linear',
  620. 'linecap',
  621. 'lineinversion',
  622. 'linejoin',
  623. 'linemargin',
  624. 'lineskip',
  625. 'linetype',
  626. 'linewidth',
  627. 'link',
  628. 'list',
  629. 'lm_enorm',
  630. 'lm_evaluate_default',
  631. 'lm_lmdif',
  632. 'lm_lmpar',
  633. 'lm_minimize',
  634. 'lm_print_default',
  635. 'lm_print_quiet',
  636. 'lm_qrfac',
  637. 'lm_qrsolv',
  638. 'locale',
  639. 'locate',
  640. 'locatefile',
  641. 'location',
  642. 'log',
  643. 'log10',
  644. 'log1p',
  645. 'logaxiscoverage',
  646. 'longitude',
  647. 'lookup',
  648. 'magnetize',
  649. 'makeNode',
  650. 'makedraw',
  651. 'makepen',
  652. 'map',
  653. 'margin',
  654. 'markangle',
  655. 'markangleradius',
  656. 'markanglespace',
  657. 'markarc',
  658. 'marker',
  659. 'markinterval',
  660. 'marknodes',
  661. 'markrightangle',
  662. 'markuniform',
  663. 'mass',
  664. 'masscenter',
  665. 'massformat',
  666. 'math',
  667. 'max',
  668. 'max3',
  669. 'maxbezier',
  670. 'maxbound',
  671. 'maxcoords',
  672. 'maxlength',
  673. 'maxratio',
  674. 'maxtimes',
  675. 'mean',
  676. 'medial',
  677. 'median',
  678. 'midpoint',
  679. 'min',
  680. 'min3',
  681. 'minbezier',
  682. 'minbound',
  683. 'minipage',
  684. 'minratio',
  685. 'mintimes',
  686. 'miterlimit',
  687. 'momArrowPath',
  688. 'momarrowsize',
  689. 'monotonic',
  690. 'multifigure',
  691. 'nativeformat',
  692. 'natural',
  693. 'needshipout',
  694. 'newl',
  695. 'newpage',
  696. 'newslide',
  697. 'newton',
  698. 'newtree',
  699. 'nextframe',
  700. 'nextnormal',
  701. 'nextpage',
  702. 'nib',
  703. 'nodabscissa',
  704. 'none',
  705. 'norm',
  706. 'normalvideo',
  707. 'notaknot',
  708. 'nowarn',
  709. 'numberpage',
  710. 'nurb',
  711. 'object',
  712. 'offset',
  713. 'onpath',
  714. 'opacity',
  715. 'opposite',
  716. 'orientation',
  717. 'orig_circlenodesnumber',
  718. 'orig_circlenodesnumber1',
  719. 'orig_draw',
  720. 'orig_ellipsenodesnumber',
  721. 'orig_ellipsenodesnumber1',
  722. 'orig_hyperbolanodesnumber',
  723. 'orig_parabolanodesnumber',
  724. 'origin',
  725. 'orthic',
  726. 'orthocentercenter',
  727. 'outformat',
  728. 'outline',
  729. 'outprefix',
  730. 'output',
  731. 'overloadedMessage',
  732. 'overwrite',
  733. 'pack',
  734. 'pad',
  735. 'pairs',
  736. 'palette',
  737. 'parabola',
  738. 'parabolanodesnumber',
  739. 'parallel',
  740. 'partialsum',
  741. 'path',
  742. 'path3',
  743. 'pattern',
  744. 'pause',
  745. 'pdf',
  746. 'pedal',
  747. 'periodic',
  748. 'perp',
  749. 'perpendicular',
  750. 'perpendicularmark',
  751. 'phantom',
  752. 'phi1',
  753. 'phi2',
  754. 'phi3',
  755. 'photon',
  756. 'piecewisestraight',
  757. 'point',
  758. 'polar',
  759. 'polarconicroutine',
  760. 'polargraph',
  761. 'polygon',
  762. 'postcontrol',
  763. 'postscript',
  764. 'pow10',
  765. 'ppoint',
  766. 'prc',
  767. 'prc0',
  768. 'precision',
  769. 'precontrol',
  770. 'prepend',
  771. 'print_random_addresses',
  772. 'project',
  773. 'projection',
  774. 'purge',
  775. 'pwhermite',
  776. 'quadrant',
  777. 'quadraticroots',
  778. 'quantize',
  779. 'quarticroots',
  780. 'quotient',
  781. 'radialshade',
  782. 'radians',
  783. 'radicalcenter',
  784. 'radicalline',
  785. 'radius',
  786. 'rand',
  787. 'randompath',
  788. 'rd',
  789. 'readline',
  790. 'realmult',
  791. 'realquarticroots',
  792. 'rectangle',
  793. 'rectangular',
  794. 'rectify',
  795. 'reflect',
  796. 'relabscissa',
  797. 'relative',
  798. 'relativedistance',
  799. 'reldir',
  800. 'relpoint',
  801. 'reltime',
  802. 'remainder',
  803. 'remark',
  804. 'removeDuplicates',
  805. 'rename',
  806. 'replace',
  807. 'report',
  808. 'resetdefaultpen',
  809. 'restore',
  810. 'restoredefaults',
  811. 'reverse',
  812. 'reversevideo',
  813. 'rf',
  814. 'rfind',
  815. 'rgb',
  816. 'rgba',
  817. 'rgbint',
  818. 'rms',
  819. 'rotate',
  820. 'rotateO',
  821. 'rotation',
  822. 'round',
  823. 'roundbox',
  824. 'roundedpath',
  825. 'roundrectangle',
  826. 'samecoordsys',
  827. 'sameside',
  828. 'sample',
  829. 'save',
  830. 'savedefaults',
  831. 'saveline',
  832. 'scale',
  833. 'scale3',
  834. 'scaleO',
  835. 'scaleT',
  836. 'scaleless',
  837. 'scientific',
  838. 'search',
  839. 'searchtree',
  840. 'sec',
  841. 'secondaryX',
  842. 'secondaryY',
  843. 'seconds',
  844. 'section',
  845. 'sector',
  846. 'seek',
  847. 'seekeof',
  848. 'segment',
  849. 'sequence',
  850. 'setpens',
  851. 'sgn',
  852. 'sgnd',
  853. 'sharpangle',
  854. 'sharpdegrees',
  855. 'shift',
  856. 'shiftless',
  857. 'shipout',
  858. 'shipout3',
  859. 'show',
  860. 'side',
  861. 'simeq',
  862. 'simpson',
  863. 'sin',
  864. 'single',
  865. 'sinh',
  866. 'size',
  867. 'size3',
  868. 'skewness',
  869. 'skip',
  870. 'slant',
  871. 'sleep',
  872. 'slope',
  873. 'slopefield',
  874. 'solve',
  875. 'solveBVP',
  876. 'sort',
  877. 'sourceline',
  878. 'sphere',
  879. 'split',
  880. 'sqrt',
  881. 'square',
  882. 'srand',
  883. 'standardizecoordsys',
  884. 'startScript',
  885. 'startTrembling',
  886. 'stdev',
  887. 'step',
  888. 'stickframe',
  889. 'stickmarksize',
  890. 'stickmarkspace',
  891. 'stop',
  892. 'straight',
  893. 'straightness',
  894. 'string',
  895. 'stripdirectory',
  896. 'stripextension',
  897. 'stripfile',
  898. 'strokepath',
  899. 'subdivide',
  900. 'subitem',
  901. 'subpath',
  902. 'substr',
  903. 'sum',
  904. 'surface',
  905. 'symmedial',
  906. 'symmedian',
  907. 'system',
  908. 'tab',
  909. 'tableau',
  910. 'tan',
  911. 'tangent',
  912. 'tangential',
  913. 'tangents',
  914. 'tanh',
  915. 'tell',
  916. 'tensionSpecifier',
  917. 'tensorshade',
  918. 'tex',
  919. 'texcolor',
  920. 'texify',
  921. 'texpath',
  922. 'texpreamble',
  923. 'texreset',
  924. 'texshipout',
  925. 'texsize',
  926. 'textpath',
  927. 'thick',
  928. 'thin',
  929. 'tick',
  930. 'tickMax',
  931. 'tickMax3',
  932. 'tickMin',
  933. 'tickMin3',
  934. 'ticklabelshift',
  935. 'ticklocate',
  936. 'tildeframe',
  937. 'tildemarksize',
  938. 'tile',
  939. 'tiling',
  940. 'time',
  941. 'times',
  942. 'title',
  943. 'titlepage',
  944. 'topbox',
  945. 'transform',
  946. 'transformation',
  947. 'transpose',
  948. 'tremble',
  949. 'trembleFuzz',
  950. 'tremble_circlenodesnumber',
  951. 'tremble_circlenodesnumber1',
  952. 'tremble_draw',
  953. 'tremble_ellipsenodesnumber',
  954. 'tremble_ellipsenodesnumber1',
  955. 'tremble_hyperbolanodesnumber',
  956. 'tremble_marknodes',
  957. 'tremble_markuniform',
  958. 'tremble_parabolanodesnumber',
  959. 'triangle',
  960. 'triangleAbc',
  961. 'triangleabc',
  962. 'triangulate',
  963. 'tricoef',
  964. 'tridiagonal',
  965. 'trilinear',
  966. 'trim',
  967. 'trueMagnetize',
  968. 'truepoint',
  969. 'tube',
  970. 'uncycle',
  971. 'unfill',
  972. 'uniform',
  973. 'unit',
  974. 'unitrand',
  975. 'unitsize',
  976. 'unityroot',
  977. 'unstraighten',
  978. 'upcase',
  979. 'updatefunction',
  980. 'uperiodic',
  981. 'upscale',
  982. 'uptodate',
  983. 'usepackage',
  984. 'usersetting',
  985. 'usetypescript',
  986. 'usleep',
  987. 'value',
  988. 'variance',
  989. 'variancebiased',
  990. 'vbox',
  991. 'vector',
  992. 'vectorfield',
  993. 'verbatim',
  994. 'view',
  995. 'vline',
  996. 'vperiodic',
  997. 'vprojection',
  998. 'warn',
  999. 'warning',
  1000. 'windingnumber',
  1001. 'write',
  1002. 'xaxis',
  1003. 'xaxis3',
  1004. 'xaxis3At',
  1005. 'xaxisAt',
  1006. 'xequals',
  1007. 'xinput',
  1008. 'xlimits',
  1009. 'xoutput',
  1010. 'xpart',
  1011. 'xscale',
  1012. 'xscaleO',
  1013. 'xtick',
  1014. 'xtick3',
  1015. 'xtrans',
  1016. 'yaxis',
  1017. 'yaxis3',
  1018. 'yaxis3At',
  1019. 'yaxisAt',
  1020. 'yequals',
  1021. 'ylimits',
  1022. 'ypart',
  1023. 'yscale',
  1024. 'yscaleO',
  1025. 'ytick',
  1026. 'ytick3',
  1027. 'ytrans',
  1028. 'zaxis3',
  1029. 'zaxis3At',
  1030. 'zero',
  1031. 'zero3',
  1032. 'zlimits',
  1033. 'zpart',
  1034. 'ztick',
  1035. 'ztick3',
  1036. 'ztrans'
  1037. }
  1038. ASYVARNAME = {
  1039. 'AliceBlue',
  1040. 'Align',
  1041. 'Allow',
  1042. 'AntiqueWhite',
  1043. 'Apricot',
  1044. 'Aqua',
  1045. 'Aquamarine',
  1046. 'Aspect',
  1047. 'Azure',
  1048. 'BeginPoint',
  1049. 'Beige',
  1050. 'Bisque',
  1051. 'Bittersweet',
  1052. 'Black',
  1053. 'BlanchedAlmond',
  1054. 'Blue',
  1055. 'BlueGreen',
  1056. 'BlueViolet',
  1057. 'Both',
  1058. 'Break',
  1059. 'BrickRed',
  1060. 'Brown',
  1061. 'BurlyWood',
  1062. 'BurntOrange',
  1063. 'CCW',
  1064. 'CW',
  1065. 'CadetBlue',
  1066. 'CarnationPink',
  1067. 'Center',
  1068. 'Centered',
  1069. 'Cerulean',
  1070. 'Chartreuse',
  1071. 'Chocolate',
  1072. 'Coeff',
  1073. 'Coral',
  1074. 'CornflowerBlue',
  1075. 'Cornsilk',
  1076. 'Crimson',
  1077. 'Crop',
  1078. 'Cyan',
  1079. 'Dandelion',
  1080. 'DarkBlue',
  1081. 'DarkCyan',
  1082. 'DarkGoldenrod',
  1083. 'DarkGray',
  1084. 'DarkGreen',
  1085. 'DarkKhaki',
  1086. 'DarkMagenta',
  1087. 'DarkOliveGreen',
  1088. 'DarkOrange',
  1089. 'DarkOrchid',
  1090. 'DarkRed',
  1091. 'DarkSalmon',
  1092. 'DarkSeaGreen',
  1093. 'DarkSlateBlue',
  1094. 'DarkSlateGray',
  1095. 'DarkTurquoise',
  1096. 'DarkViolet',
  1097. 'DeepPink',
  1098. 'DeepSkyBlue',
  1099. 'DefaultHead',
  1100. 'DimGray',
  1101. 'DodgerBlue',
  1102. 'Dotted',
  1103. 'Draw',
  1104. 'E',
  1105. 'ENE',
  1106. 'EPS',
  1107. 'ESE',
  1108. 'E_Euler',
  1109. 'E_PC',
  1110. 'E_RK2',
  1111. 'E_RK3BS',
  1112. 'Emerald',
  1113. 'EndPoint',
  1114. 'Euler',
  1115. 'Fill',
  1116. 'FillDraw',
  1117. 'FireBrick',
  1118. 'FloralWhite',
  1119. 'ForestGreen',
  1120. 'Fuchsia',
  1121. 'Gainsboro',
  1122. 'GhostWhite',
  1123. 'Gold',
  1124. 'Goldenrod',
  1125. 'Gray',
  1126. 'Green',
  1127. 'GreenYellow',
  1128. 'Honeydew',
  1129. 'HookHead',
  1130. 'Horizontal',
  1131. 'HotPink',
  1132. 'I',
  1133. 'IgnoreAspect',
  1134. 'IndianRed',
  1135. 'Indigo',
  1136. 'Ivory',
  1137. 'JOIN_IN',
  1138. 'JOIN_OUT',
  1139. 'JungleGreen',
  1140. 'Khaki',
  1141. 'LM_DWARF',
  1142. 'LM_MACHEP',
  1143. 'LM_SQRT_DWARF',
  1144. 'LM_SQRT_GIANT',
  1145. 'LM_USERTOL',
  1146. 'Label',
  1147. 'Lavender',
  1148. 'LavenderBlush',
  1149. 'LawnGreen',
  1150. 'LeftJustified',
  1151. 'LeftSide',
  1152. 'LemonChiffon',
  1153. 'LightBlue',
  1154. 'LightCoral',
  1155. 'LightCyan',
  1156. 'LightGoldenrodYellow',
  1157. 'LightGreen',
  1158. 'LightGrey',
  1159. 'LightPink',
  1160. 'LightSalmon',
  1161. 'LightSeaGreen',
  1162. 'LightSkyBlue',
  1163. 'LightSlateGray',
  1164. 'LightSteelBlue',
  1165. 'LightYellow',
  1166. 'Lime',
  1167. 'LimeGreen',
  1168. 'Linear',
  1169. 'Linen',
  1170. 'Log',
  1171. 'Logarithmic',
  1172. 'Magenta',
  1173. 'Mahogany',
  1174. 'Mark',
  1175. 'MarkFill',
  1176. 'Maroon',
  1177. 'Max',
  1178. 'MediumAquamarine',
  1179. 'MediumBlue',
  1180. 'MediumOrchid',
  1181. 'MediumPurple',
  1182. 'MediumSeaGreen',
  1183. 'MediumSlateBlue',
  1184. 'MediumSpringGreen',
  1185. 'MediumTurquoise',
  1186. 'MediumVioletRed',
  1187. 'Melon',
  1188. 'MidPoint',
  1189. 'MidnightBlue',
  1190. 'Min',
  1191. 'MintCream',
  1192. 'MistyRose',
  1193. 'Moccasin',
  1194. 'Move',
  1195. 'MoveQuiet',
  1196. 'Mulberry',
  1197. 'N',
  1198. 'NE',
  1199. 'NNE',
  1200. 'NNW',
  1201. 'NW',
  1202. 'NavajoWhite',
  1203. 'Navy',
  1204. 'NavyBlue',
  1205. 'NoAlign',
  1206. 'NoCrop',
  1207. 'NoFill',
  1208. 'NoSide',
  1209. 'OldLace',
  1210. 'Olive',
  1211. 'OliveDrab',
  1212. 'OliveGreen',
  1213. 'Orange',
  1214. 'OrangeRed',
  1215. 'Orchid',
  1216. 'Ox',
  1217. 'Oy',
  1218. 'PC',
  1219. 'PaleGoldenrod',
  1220. 'PaleGreen',
  1221. 'PaleTurquoise',
  1222. 'PaleVioletRed',
  1223. 'PapayaWhip',
  1224. 'Peach',
  1225. 'PeachPuff',
  1226. 'Periwinkle',
  1227. 'Peru',
  1228. 'PineGreen',
  1229. 'Pink',
  1230. 'Plum',
  1231. 'PowderBlue',
  1232. 'ProcessBlue',
  1233. 'Purple',
  1234. 'RK2',
  1235. 'RK3',
  1236. 'RK3BS',
  1237. 'RK4',
  1238. 'RK5',
  1239. 'RK5DP',
  1240. 'RK5F',
  1241. 'RawSienna',
  1242. 'Red',
  1243. 'RedOrange',
  1244. 'RedViolet',
  1245. 'Rhodamine',
  1246. 'RightJustified',
  1247. 'RightSide',
  1248. 'RosyBrown',
  1249. 'RoyalBlue',
  1250. 'RoyalPurple',
  1251. 'RubineRed',
  1252. 'S',
  1253. 'SE',
  1254. 'SSE',
  1255. 'SSW',
  1256. 'SW',
  1257. 'SaddleBrown',
  1258. 'Salmon',
  1259. 'SandyBrown',
  1260. 'SeaGreen',
  1261. 'Seashell',
  1262. 'Sepia',
  1263. 'Sienna',
  1264. 'Silver',
  1265. 'SimpleHead',
  1266. 'SkyBlue',
  1267. 'SlateBlue',
  1268. 'SlateGray',
  1269. 'Snow',
  1270. 'SpringGreen',
  1271. 'SteelBlue',
  1272. 'Suppress',
  1273. 'SuppressQuiet',
  1274. 'Tan',
  1275. 'TeXHead',
  1276. 'Teal',
  1277. 'TealBlue',
  1278. 'Thistle',
  1279. 'Ticksize',
  1280. 'Tomato',
  1281. 'Turquoise',
  1282. 'UnFill',
  1283. 'VERSION',
  1284. 'Value',
  1285. 'Vertical',
  1286. 'Violet',
  1287. 'VioletRed',
  1288. 'W',
  1289. 'WNW',
  1290. 'WSW',
  1291. 'Wheat',
  1292. 'White',
  1293. 'WhiteSmoke',
  1294. 'WildStrawberry',
  1295. 'XYAlign',
  1296. 'YAlign',
  1297. 'Yellow',
  1298. 'YellowGreen',
  1299. 'YellowOrange',
  1300. 'addpenarc',
  1301. 'addpenline',
  1302. 'align',
  1303. 'allowstepping',
  1304. 'angularsystem',
  1305. 'animationdelay',
  1306. 'appendsuffix',
  1307. 'arcarrowangle',
  1308. 'arcarrowfactor',
  1309. 'arrow2sizelimit',
  1310. 'arrowangle',
  1311. 'arrowbarb',
  1312. 'arrowdir',
  1313. 'arrowfactor',
  1314. 'arrowhookfactor',
  1315. 'arrowlength',
  1316. 'arrowsizelimit',
  1317. 'arrowtexfactor',
  1318. 'authorpen',
  1319. 'axis',
  1320. 'axiscoverage',
  1321. 'axislabelfactor',
  1322. 'background',
  1323. 'backgroundcolor',
  1324. 'backgroundpen',
  1325. 'barfactor',
  1326. 'barmarksizefactor',
  1327. 'basealign',
  1328. 'baselinetemplate',
  1329. 'beveljoin',
  1330. 'bigvertexpen',
  1331. 'bigvertexsize',
  1332. 'black',
  1333. 'blue',
  1334. 'bm',
  1335. 'bottom',
  1336. 'bp',
  1337. 'brown',
  1338. 'bullet',
  1339. 'byfoci',
  1340. 'byvertices',
  1341. 'camerafactor',
  1342. 'chartreuse',
  1343. 'circlemarkradiusfactor',
  1344. 'circlenodesnumberfactor',
  1345. 'circleprecision',
  1346. 'circlescale',
  1347. 'cm',
  1348. 'codefile',
  1349. 'codepen',
  1350. 'codeskip',
  1351. 'colorPen',
  1352. 'coloredNodes',
  1353. 'coloredSegments',
  1354. 'conditionlength',
  1355. 'conicnodesfactor',
  1356. 'count',
  1357. 'cputimeformat',
  1358. 'crossmarksizefactor',
  1359. 'currentcoordsys',
  1360. 'currentlight',
  1361. 'currentpatterns',
  1362. 'currentpen',
  1363. 'currentpicture',
  1364. 'currentposition',
  1365. 'currentprojection',
  1366. 'curvilinearsystem',
  1367. 'cuttings',
  1368. 'cyan',
  1369. 'darkblue',
  1370. 'darkbrown',
  1371. 'darkcyan',
  1372. 'darkgray',
  1373. 'darkgreen',
  1374. 'darkgrey',
  1375. 'darkmagenta',
  1376. 'darkolive',
  1377. 'darkred',
  1378. 'dashdotted',
  1379. 'dashed',
  1380. 'datepen',
  1381. 'dateskip',
  1382. 'debuggerlines',
  1383. 'debugging',
  1384. 'deepblue',
  1385. 'deepcyan',
  1386. 'deepgray',
  1387. 'deepgreen',
  1388. 'deepgrey',
  1389. 'deepmagenta',
  1390. 'deepred',
  1391. 'default',
  1392. 'defaultControl',
  1393. 'defaultS',
  1394. 'defaultbackpen',
  1395. 'defaultcoordsys',
  1396. 'defaultfilename',
  1397. 'defaultformat',
  1398. 'defaultmassformat',
  1399. 'defaultpen',
  1400. 'diagnostics',
  1401. 'differentlengths',
  1402. 'dot',
  1403. 'dotfactor',
  1404. 'dotframe',
  1405. 'dotted',
  1406. 'doublelinepen',
  1407. 'doublelinespacing',
  1408. 'down',
  1409. 'duplicateFuzz',
  1410. 'ellipsenodesnumberfactor',
  1411. 'eps',
  1412. 'epsgeo',
  1413. 'epsilon',
  1414. 'evenodd',
  1415. 'extendcap',
  1416. 'fermionpen',
  1417. 'figureborder',
  1418. 'figuremattpen',
  1419. 'firstnode',
  1420. 'firststep',
  1421. 'foregroundcolor',
  1422. 'fuchsia',
  1423. 'fuzz',
  1424. 'gapfactor',
  1425. 'ghostpen',
  1426. 'gluonamplitude',
  1427. 'gluonpen',
  1428. 'gluonratio',
  1429. 'gray',
  1430. 'green',
  1431. 'grey',
  1432. 'hatchepsilon',
  1433. 'havepagenumber',
  1434. 'heavyblue',
  1435. 'heavycyan',
  1436. 'heavygray',
  1437. 'heavygreen',
  1438. 'heavygrey',
  1439. 'heavymagenta',
  1440. 'heavyred',
  1441. 'hline',
  1442. 'hwratio',
  1443. 'hyperbolanodesnumberfactor',
  1444. 'identity4',
  1445. 'ignore',
  1446. 'inXasyMode',
  1447. 'inch',
  1448. 'inches',
  1449. 'includegraphicscommand',
  1450. 'inf',
  1451. 'infinity',
  1452. 'institutionpen',
  1453. 'intMax',
  1454. 'intMin',
  1455. 'invert',
  1456. 'invisible',
  1457. 'itempen',
  1458. 'itemskip',
  1459. 'itemstep',
  1460. 'labelmargin',
  1461. 'landscape',
  1462. 'lastnode',
  1463. 'left',
  1464. 'legendhskip',
  1465. 'legendlinelength',
  1466. 'legendmargin',
  1467. 'legendmarkersize',
  1468. 'legendmaxrelativewidth',
  1469. 'legendvskip',
  1470. 'lightblue',
  1471. 'lightcyan',
  1472. 'lightgray',
  1473. 'lightgreen',
  1474. 'lightgrey',
  1475. 'lightmagenta',
  1476. 'lightolive',
  1477. 'lightred',
  1478. 'lightyellow',
  1479. 'linemargin',
  1480. 'lm_infmsg',
  1481. 'lm_shortmsg',
  1482. 'longdashdotted',
  1483. 'longdashed',
  1484. 'magenta',
  1485. 'magneticPoints',
  1486. 'magneticRadius',
  1487. 'mantissaBits',
  1488. 'markangleradius',
  1489. 'markangleradiusfactor',
  1490. 'markanglespace',
  1491. 'markanglespacefactor',
  1492. 'mediumblue',
  1493. 'mediumcyan',
  1494. 'mediumgray',
  1495. 'mediumgreen',
  1496. 'mediumgrey',
  1497. 'mediummagenta',
  1498. 'mediumred',
  1499. 'mediumyellow',
  1500. 'middle',
  1501. 'minDistDefault',
  1502. 'minblockheight',
  1503. 'minblockwidth',
  1504. 'mincirclediameter',
  1505. 'minipagemargin',
  1506. 'minipagewidth',
  1507. 'minvertexangle',
  1508. 'miterjoin',
  1509. 'mm',
  1510. 'momarrowfactor',
  1511. 'momarrowlength',
  1512. 'momarrowmargin',
  1513. 'momarrowoffset',
  1514. 'momarrowpen',
  1515. 'monoPen',
  1516. 'morepoints',
  1517. 'nCircle',
  1518. 'newbulletcolor',
  1519. 'ngraph',
  1520. 'nil',
  1521. 'nmesh',
  1522. 'nobasealign',
  1523. 'nodeMarginDefault',
  1524. 'nodesystem',
  1525. 'nomarker',
  1526. 'nopoint',
  1527. 'noprimary',
  1528. 'nullpath',
  1529. 'nullpen',
  1530. 'numarray',
  1531. 'ocgindex',
  1532. 'oldbulletcolor',
  1533. 'olive',
  1534. 'orange',
  1535. 'origin',
  1536. 'overpaint',
  1537. 'page',
  1538. 'pageheight',
  1539. 'pagemargin',
  1540. 'pagenumberalign',
  1541. 'pagenumberpen',
  1542. 'pagenumberposition',
  1543. 'pagewidth',
  1544. 'paleblue',
  1545. 'palecyan',
  1546. 'palegray',
  1547. 'palegreen',
  1548. 'palegrey',
  1549. 'palemagenta',
  1550. 'palered',
  1551. 'paleyellow',
  1552. 'parabolanodesnumberfactor',
  1553. 'perpfactor',
  1554. 'phi',
  1555. 'photonamplitude',
  1556. 'photonpen',
  1557. 'photonratio',
  1558. 'pi',
  1559. 'pink',
  1560. 'plain',
  1561. 'plus',
  1562. 'preamblenodes',
  1563. 'pt',
  1564. 'purple',
  1565. 'r3',
  1566. 'r4a',
  1567. 'r4b',
  1568. 'randMax',
  1569. 'realDigits',
  1570. 'realEpsilon',
  1571. 'realMax',
  1572. 'realMin',
  1573. 'red',
  1574. 'relativesystem',
  1575. 'reverse',
  1576. 'right',
  1577. 'roundcap',
  1578. 'roundjoin',
  1579. 'royalblue',
  1580. 'salmon',
  1581. 'saveFunctions',
  1582. 'scalarpen',
  1583. 'sequencereal',
  1584. 'settings',
  1585. 'shipped',
  1586. 'signedtrailingzero',
  1587. 'solid',
  1588. 'springgreen',
  1589. 'sqrtEpsilon',
  1590. 'squarecap',
  1591. 'squarepen',
  1592. 'startposition',
  1593. 'stdin',
  1594. 'stdout',
  1595. 'stepfactor',
  1596. 'stepfraction',
  1597. 'steppagenumberpen',
  1598. 'stepping',
  1599. 'stickframe',
  1600. 'stickmarksizefactor',
  1601. 'stickmarkspacefactor',
  1602. 'textpen',
  1603. 'ticksize',
  1604. 'tildeframe',
  1605. 'tildemarksizefactor',
  1606. 'tinv',
  1607. 'titlealign',
  1608. 'titlepagepen',
  1609. 'titlepageposition',
  1610. 'titlepen',
  1611. 'titleskip',
  1612. 'top',
  1613. 'trailingzero',
  1614. 'treeLevelStep',
  1615. 'treeMinNodeWidth',
  1616. 'treeNodeStep',
  1617. 'trembleAngle',
  1618. 'trembleFrequency',
  1619. 'trembleRandom',
  1620. 'tremblingMode',
  1621. 'undefined',
  1622. 'unitcircle',
  1623. 'unitsquare',
  1624. 'up',
  1625. 'urlpen',
  1626. 'urlskip',
  1627. 'version',
  1628. 'vertexpen',
  1629. 'vertexsize',
  1630. 'viewportmargin',
  1631. 'viewportsize',
  1632. 'vline',
  1633. 'white',
  1634. 'wye',
  1635. 'xformStack',
  1636. 'yellow',
  1637. 'ylabelwidth',
  1638. 'zerotickfuzz',
  1639. 'zerowinding'
  1640. }