diff options
Diffstat (limited to 'Build/source/utils/asymptote/doc')
-rw-r--r-- | Build/source/utils/asymptote/doc/CAD.pdf | bin | 67399 -> 67399 bytes | |||
-rw-r--r-- | Build/source/utils/asymptote/doc/FAQ/asy-faq.info | 2 | ||||
-rw-r--r-- | Build/source/utils/asymptote/doc/asy.1 | 3 | ||||
-rw-r--r-- | Build/source/utils/asymptote/doc/asymptote.pdf | bin | 1565926 -> 1565430 bytes | |||
-rw-r--r-- | Build/source/utils/asymptote/doc/asymptote.texi | 40 | ||||
-rw-r--r-- | Build/source/utils/asymptote/doc/options | 1 | ||||
-rw-r--r-- | Build/source/utils/asymptote/doc/png/asymptote.info | 386 |
7 files changed, 203 insertions, 229 deletions
diff --git a/Build/source/utils/asymptote/doc/CAD.pdf b/Build/source/utils/asymptote/doc/CAD.pdf Binary files differindex 293bebcda19..d8914fb6713 100644 --- a/Build/source/utils/asymptote/doc/CAD.pdf +++ b/Build/source/utils/asymptote/doc/CAD.pdf diff --git a/Build/source/utils/asymptote/doc/FAQ/asy-faq.info b/Build/source/utils/asymptote/doc/FAQ/asy-faq.info index 079d2754bc9..b39627517ff 100644 --- a/Build/source/utils/asymptote/doc/FAQ/asy-faq.info +++ b/Build/source/utils/asymptote/doc/FAQ/asy-faq.info @@ -9,7 +9,7 @@ END-INFO-DIR-ENTRY File: $prefix.info, Node: Top, Next: Question 1.1, Up: (dir) ASYMPTOTE FREQUENTLY ASKED QUESTIONS - 06 Jul 2009 + 13 Jul 2009 This is the list of Frequently Asked Questions about Asymptote (asy). diff --git a/Build/source/utils/asymptote/doc/asy.1 b/Build/source/utils/asymptote/doc/asy.1 index e47d5714dc9..18992ffb7b3 100644 --- a/Build/source/utils/asymptote/doc/asy.1 +++ b/Build/source/utils/asymptote/doc/asy.1 @@ -251,9 +251,6 @@ Enable warning; command-line only. .B \-where Show where listed variables are declared [false]. .TP -.B \-xformat format -GUI deconstruction format [png]. -.TP .B \-zoomfactor factor Zoom step factor [1.05]. .TP diff --git a/Build/source/utils/asymptote/doc/asymptote.pdf b/Build/source/utils/asymptote/doc/asymptote.pdf Binary files differindex 277c86786da..943e5579ca8 100644 --- a/Build/source/utils/asymptote/doc/asymptote.pdf +++ b/Build/source/utils/asymptote/doc/asymptote.pdf diff --git a/Build/source/utils/asymptote/doc/asymptote.texi b/Build/source/utils/asymptote/doc/asymptote.texi index d4865930da7..0167a7dc2d5 100644 --- a/Build/source/utils/asymptote/doc/asymptote.texi +++ b/Build/source/utils/asymptote/doc/asymptote.texi @@ -366,8 +366,7 @@ A better (and free) @code{PostScript} viewer available at @url{http://psview.sourceforge.net/} (which in particular works properly in interactive mode) unfortunately currently requires some manual configuration. Specifically, if version @code{x.xx} of psview is -extracted to the directory @code{c:\Program Files\psview-x.xx} one -needs to put +extracted to the directory @code{c:\Program Files} one needs to put @verbatim import settings; psviewer="c:\Program Files\psview-x.xx\psv.exe"; @@ -428,20 +427,22 @@ variables in an optional configuration file (by default, @pxref{configuration file}). Here are the default values of several important configuration variables under @code{UNIX}: -@cindex @code{python} @noindent @verbatim import settings; psviewer="gv"; pdfviewer="acroread"; gs="gs"; -python=""; @end verbatim @noindent -The (installation-dependent) default values of these configuration -variables under @code{MSDOS} are determined automatically from the -@code{Microsoft Windows} registry. +@cindex @code{cmd} +Under @code{MSDOS}, the (installation-dependent) default values of +these configuration variables are determined automatically from the +@code{Microsoft Windows} registry. Viewer settings (such as +@code{psviewer} and @code{pdfviewer}) can be set to the string +@code{cmd} to request the application normally associated with the +corresponding file type. For @acronym{PDF} format output, the @code{gs} setting specifies the location of the @code{PostScript}-to-@acronym{PDF} processor @code{Ghostscript}, @@ -466,9 +467,6 @@ in the @code{Asymptote} configuration file. This reload feature is not useful under @code{MSDOS} since the document cannot be updated anyway on that operating system until it is first closed by @code{Adobe Reader}. -The graphical user interface may also require setting the variable -@code{python} if @code{Python} is installed in a nonstandard location. - The configuration variable @code{dir} can be used to adjust the search path (@pxref{Search paths}). @@ -2028,7 +2026,7 @@ string pairs @{@code{before},@code{after}@} to the corresponding string @code{after}; @cindex @code{split} -@item string[] split(string s, string delimiter) +@item string[] split(string s, string delimiter=" ") returns an array of strings obtained by splitting @code{s} into substrings delimited by @code{delimiter}; @@ -3798,9 +3796,9 @@ call the @code{ImageMagick} commands @code{convert} and @code{animate}, respectively, with the arguments @code{args} and the file name constructed from the strings @code{file} and @code{format}. @cindex @code{system} -If the setting @code{safe} is false, then the function -@code{int system(string s)} can be used to call the arbitrary system -command @code{s}. +If the setting @code{safe} is false, then the functions +@code{int system(string s)} and @code{int system(string[] s)} can be +used to call the arbitrary system command @code{s}. @node Variable initializers @section Variable initializers @@ -8701,7 +8699,8 @@ asy -o - venn | convert -alpha Off -density 144x144 -geometry 50%x eps:- venn.ti @cindex @code{safe} @cindex @code{system} If the option @code{-nosafe} is given, @code{Asymptote} runs -in unsafe mode. This enables the @code{int system(string s)} call, allowing one +in unsafe mode. This enables the @code{int system(string s)} and +@code{int system(string[] s)} calls, allowing one to execute arbitrary shell commands. The default mode, @code{-safe}, disables this call. @@ -8900,17 +8899,6 @@ cd Imaging-1.1.7b1 python setup.py install @end verbatim -Alternatively, @code{xasy} can deconstruct pictures into the @acronym{GIF} -image format (not recommended as this is very slow), using white as the -transparent color. This requires the lines -@verbatim -import settings; -xformat="gif"; -@end verbatim -@noindent -in the @code{Asymptote} configuration file (@pxref{configuration file}), -along with the @code{ImageMagick} (@pxref{convert}) program. - @node GUI Usage @section GUI Usage @cindex GUI usage diff --git a/Build/source/utils/asymptote/doc/options b/Build/source/utils/asymptote/doc/options index be5bf16729c..5616b5f3adf 100644 --- a/Build/source/utils/asymptote/doc/options +++ b/Build/source/utils/asymptote/doc/options @@ -76,7 +76,6 @@ Options (negate by replacing - with -no): -wait Wait for child processes to finish before exiting [false] -warn string Enable warning; command-line only -where Show where listed variables are declared [false] --xformat format GUI deconstruction format [png] -zoomfactor factor Zoom step factor [1.05] -zoomstep step Mouse motion zoom step [0.1] diff --git a/Build/source/utils/asymptote/doc/png/asymptote.info b/Build/source/utils/asymptote/doc/png/asymptote.info index 37d42d767b5..7d56fa944e2 100644 --- a/Build/source/utils/asymptote/doc/png/asymptote.info +++ b/Build/source/utils/asymptote/doc/png/asymptote.info @@ -1,7 +1,7 @@ This is asymptote.info, produced by makeinfo version 4.13 from ../asymptote.texi. -This file documents `Asymptote', version 1.80. +This file documents `Asymptote', version 1.81. `http://asymptote.sourceforge.net' @@ -23,7 +23,7 @@ File: asymptote.info, Node: Top, Next: Description, Up: (dir) Asymptote ********* -This file documents `Asymptote', version 1.80. +This file documents `Asymptote', version 1.81. `http://asymptote.sourceforge.net' @@ -337,7 +337,7 @@ better (and free) `PostScript' viewer available at `http://psview.sourceforge.net/' (which in particular works properly in interactive mode) unfortunately currently requires some manual configuration. Specifically, if version `x.xx' of psview is extracted -to the directory `c:\Program Files\psview-x.xx' one needs to put +to the directory `c:\Program Files' one needs to put import settings; psviewer="c:\Program Files\psview-x.xx\psv.exe"; in the optional `Asymptote' configuration file; *note configuration @@ -391,11 +391,12 @@ import settings; psviewer="gv"; pdfviewer="acroread"; gs="gs"; -python=""; -The (installation-dependent) default values of these configuration -variables under `MSDOS' are determined automatically from the -`Microsoft Windows' registry. +Under `MSDOS', the (installation-dependent) default values of these +configuration variables are determined automatically from the +`Microsoft Windows' registry. Viewer settings (such as `psviewer' and +`pdfviewer') can be set to the string `cmd' to request the application +normally associated with the corresponding file type. For PDF format output, the `gs' setting specifies the location of the `PostScript'-to-PDF processor `Ghostscript', available from @@ -415,9 +416,6 @@ pdfreloadOptions="-tempFile"; useful under `MSDOS' since the document cannot be updated anyway on that operating system until it is first closed by `Adobe Reader'. - The graphical user interface may also require setting the variable -`python' if `Python' is installed in a nonstandard location. - The configuration variable `dir' can be used to adjust the search path (*note Search paths::). @@ -1621,7 +1619,7 @@ user-defined types): string pairs {`before',`after'} to the corresponding string `after'; - `string[] split(string s, string delimiter)' + `string[] split(string s, string delimiter=" ")' returns an array of strings obtained by splitting `s' into substrings delimited by `delimiter'; @@ -2966,8 +2964,8 @@ int animate(string args="", string file="", string format=""); call the `ImageMagick' commands `convert' and `animate', respectively, with the arguments `args' and the file name constructed from the strings `file' and `format'. If the setting `safe' is false, then the -function `int system(string s)' can be used to call the arbitrary system -command `s'. +functions `int system(string s)' and `int system(string[] s)' can be +used to call the arbitrary system command `s'. File: asymptote.info, Node: Variable initializers, Next: Structures, Prev: Files, Up: Programming @@ -7756,7 +7754,6 @@ Options (negate by replacing - with -no): -wait Wait for child processes to finish before exiting [false] -warn string Enable warning; command-line only -where Show where listed variables are declared [false] --xformat format GUI deconstruction format [png] -zoomfactor factor Zoom step factor [1.05] -zoomstep step Mouse motion zoom step [0.1] @@ -7821,8 +7818,9 @@ pixel per `bp': asy -o - venn | convert -alpha Off -density 144x144 -geometry 50%x eps:- venn.tiff If the option `-nosafe' is given, `Asymptote' runs in unsafe mode. -This enables the `int system(string s)' call, allowing one to execute -arbitrary shell commands. The default mode, `-safe', disables this call. +This enables the `int system(string s)' and `int system(string[] s)' +calls, allowing one to execute arbitrary shell commands. The default +mode, `-safe', disables this call. A `PostScript' offset may be specified as a pair (in `bp' units) with the `-O' option: @@ -7989,14 +7987,6 @@ tar -zxf Imaging-1.1.7b1.tar.gz cd Imaging-1.1.7b1 python setup.py install - Alternatively, `xasy' can deconstruct pictures into the GIF image -format (not recommended as this is very slow), using white as the -transparent color. This requires the lines -import settings; -xformat="gif"; - in the `Asymptote' configuration file (*note configuration file::), -along with the `ImageMagick' (*note convert::) program. - File: asymptote.info, Node: GUI Usage, Prev: GUI Installation, Up: GUI @@ -8266,7 +8256,7 @@ Index * ^=: Self & prefix operators. (line 6) * ^^: Tutorial. (line 197) -* a4: Configuring. (line 65) +* a4: Configuring. (line 63) * abort: Data types. (line 321) * abs <1>: Mathematical functions. (line 35) @@ -8300,10 +8290,10 @@ Index * angle: Data types. (line 68) * animate <1>: animation. (line 12) * animate <2>: Files. (line 152) -* animate: Configuring. (line 71) +* animate: Configuring. (line 69) * animation: animation. (line 6) * annotate: annotate. (line 6) -* antialias <1>: Options. (line 135) +* antialias <1>: Options. (line 134) * antialias: three. (line 196) * antialiasing: Compiling from UNIX source. (line 16) @@ -8347,7 +8337,7 @@ Index * asy.vim: Editing modes. (line 33) * asymptote.sty: LaTeX usage. (line 6) * asymptote.xml: Editing modes. (line 49) -* ASYMPTOTE_CONFIG: Options. (line 108) +* ASYMPTOTE_CONFIG: Options. (line 107) * aTan: Mathematical functions. (line 20) * atan: Mathematical functions. @@ -8360,7 +8350,7 @@ Index * attach <1>: graph. (line 405) * attach: LaTeX usage. (line 32) * autoadjust: three. (line 333) -* autoimport: Options. (line 104) +* autoimport: Options. (line 103) * automatic scaling: graph. (line 672) * axialshade: fill. (line 43) * axis <1>: graph3. (line 66) @@ -8469,6 +8459,7 @@ Index * clear: Files. (line 90) * clip: fill. (line 110) * cm: Tutorial. (line 63) +* cmd: Configuring. (line 36) * cmyk: Pens. (line 34) * colatitude: Data types. (line 129) * color: Pens. (line 23) @@ -8480,7 +8471,7 @@ Index * comma: Files. (line 59) * comma-separated-value mode: Arrays. (line 362) * command-line options <1>: Options. (line 6) -* command-line options: Configuring. (line 85) +* command-line options: Configuring. (line 83) * comment character: Files. (line 15) * compass directions: Tutorial. (line 94) * Compiling from UNIX source: Compiling from UNIX source. @@ -8490,12 +8481,12 @@ Index * conditional <1>: Arithmetic & logical. (line 73) * conditional: Programming. (line 8) -* config: Options. (line 108) +* config: Options. (line 107) * configuration file: Configuring. (line 23) * configuring: Configuring. (line 6) * conj: Data types. (line 57) * constructors: Structures. (line 95) -* context: Options. (line 135) +* context: Options. (line 134) * continue <1>: Debugger. (line 31) * continue: Programming. (line 29) * contour: contour. (line 9) @@ -8503,11 +8494,11 @@ Index * controls <1>: three. (line 6) * controls: Tutorial. (line 154) * controlSpecifier: Paths and guides. (line 375) -* convert <1>: Options. (line 135) +* convert <1>: Options. (line 134) * convert <2>: animation. (line 6) * convert <3>: Files. (line 152) -* convert: Configuring. (line 71) -* convertOptions: Options. (line 123) +* convert: Configuring. (line 69) +* convertOptions: Options. (line 122) * Coons shading: fill. (line 74) * copy: Arrays. (line 174) * Cos: Mathematical functions. @@ -8576,7 +8567,7 @@ Index * directory: Files. (line 24) * dirSpecifier: Paths and guides. (line 369) * dirtime: Paths and guides. (line 147) -* display: Configuring. (line 71) +* display: Configuring. (line 69) * do: Programming. (line 29) * dot <1>: Data types. (line 98) * dot: draw. (line 83) @@ -8594,8 +8585,8 @@ Index * drawing commands: Drawing commands. (line 6) * drawline: math. (line 9) * drawtree: drawtree. (line 9) -* dvips: Configuring. (line 71) -* dvipsOptions: Options. (line 123) +* dvips: Configuring. (line 69) +* dvipsOptions: Options. (line 122) * E <1>: Mathematical functions. (line 48) * E: Tutorial. (line 94) @@ -8625,7 +8616,7 @@ Index * EndPenMargin3: three. (line 512) * EndPoint: label. (line 57) * envelope: Frames and pictures. (line 22) -* environment variables: Configuring. (line 89) +* environment variables: Configuring. (line 87) * eof <1>: Arrays. (line 346) * eof: Files. (line 90) * eol <1>: Arrays. (line 346) @@ -8700,7 +8691,7 @@ Index * fontcommand: Pens. (line 203) * fontsize: Pens. (line 174) * for: Programming. (line 8) -* format <1>: Options. (line 135) +* format <1>: Options. (line 134) * format: Data types. (line 266) * forum: Help. (line 6) * frame: Frames and pictures. (line 7) @@ -8725,7 +8716,7 @@ Index * getreal: Files. (line 115) * getstring: Files. (line 115) * gettriple: Files. (line 115) -* glOptions <1>: Options. (line 123) +* glOptions <1>: Options. (line 122) * glOptions: three. (line 196) * GNU Scientific Library: Mathematical functions. (line 48) @@ -8747,7 +8738,7 @@ Index (line 48) * GSL: Compiling from UNIX source. (line 58) -* gsOptions: Options. (line 123) +* gsOptions: Options. (line 122) * GUI: GUI. (line 6) * GUI installation: GUI Installation. (line 6) * GUI usage: GUI Usage. (line 6) @@ -8785,9 +8776,9 @@ Index * if: Programming. (line 8) * IgnoreAspect: Frames and pictures. (line 58) * image: palette. (line 34) -* ImageMagick <1>: Options. (line 135) +* ImageMagick <1>: Options. (line 134) * ImageMagick <2>: animation. (line 6) -* ImageMagick: Configuring. (line 71) +* ImageMagick: Configuring. (line 69) * implicit casts: Casts. (line 6) * implicit linear solver: MetaPost. (line 10) * implicit scaling: Implicit scaling. (line 6) @@ -8855,7 +8846,7 @@ Index * Landscape: Frames and pictures. (line 95) * lastcut: Paths and guides. (line 247) * lasy-mode: Editing modes. (line 6) -* latex: Options. (line 135) +* latex: Options. (line 134) * LaTeX fonts: Pens. (line 188) * LaTeX usage: LaTeX usage. (line 6) * latin1: latin1. (line 6) @@ -8878,7 +8869,7 @@ Index * length <2>: Arrays. (line 39) * length <3>: Paths and guides. (line 66) * length: Data types. (line 60) -* letter: Configuring. (line 65) +* letter: Configuring. (line 63) * libm routines: Mathematical functions. (line 6) * libsigsegv <1>: Help. (line 33) @@ -8985,7 +8976,7 @@ Index * none: Files. (line 59) * None: draw. (line 19) * normal: three. (line 439) -* nosafe: Options. (line 151) +* nosafe: Options. (line 150) * NOT: Arithmetic & logical. (line 80) * NoTicks: graph. (line 155) @@ -9022,7 +9013,7 @@ Index * orthographic: three. (line 317) * outformat: three. (line 119) * outprefix: Frames and pictures. (line 83) -* output <1>: Options. (line 135) +* output <1>: Options. (line 134) * output: Files. (line 36) * OutTicks: graph3. (line 34) * overloading functions: Functions. (line 44) @@ -9034,9 +9025,9 @@ Index * pair <1>: Data types. (line 41) * pair: Tutorial. (line 17) * pairs: Arrays. (line 248) -* paperheight: Configuring. (line 65) -* papertype: Configuring. (line 65) -* paperwidth: Configuring. (line 65) +* paperheight: Configuring. (line 63) +* papertype: Configuring. (line 63) +* paperwidth: Configuring. (line 63) * parametric surface: graph3. (line 100) * parametrized curve: graph. (line 626) * patch-dependent colors: three. (line 75) @@ -9047,9 +9038,9 @@ Index * path[]: Tutorial. (line 197) * patterns <1>: patterns. (line 6) * patterns: Pens. (line 234) -* pdflatex: Options. (line 135) +* pdflatex: Options. (line 134) * pdfviewer: Configuring. (line 6) -* pdfviewerOptions: Options. (line 123) +* pdfviewerOptions: Options. (line 122) * pen: Pens. (line 6) * PenMargin: draw. (line 42) * PenMargin2: three. (line 512) @@ -9095,11 +9086,10 @@ Index * pstoedit: PostScript to Asymptote. (line 6) * psviewer: Configuring. (line 6) -* psviewerOptions: Options. (line 123) +* psviewerOptions: Options. (line 122) * pt: Tutorial. (line 63) * public: Structures. (line 6) * push: Arrays. (line 39) -* python: Configuring. (line 30) * Python usage: Interactive mode. (line 58) * quadraticroots: Arrays. (line 311) * quarticroots: math. (line 22) @@ -9140,7 +9130,7 @@ Index * remainder: Mathematical functions. (line 6) * rename: Files. (line 149) -* render <1>: Options. (line 135) +* render <1>: Options. (line 134) * render: three. (line 119) * replace: Data types. (line 252) * resetdefaultpen: Pens. (line 349) @@ -9174,7 +9164,7 @@ Index * runtime imports: Import. (line 101) * Russian: unicode. (line 7) * S: Tutorial. (line 94) -* safe: Options. (line 151) +* safe: Options. (line 150) * save: Frames and pictures. (line 258) * saveline: Files. (line 132) * scale: three. (line 415) @@ -9199,7 +9189,7 @@ Index * self operators: Self & prefix operators. (line 6) * sequence: Arrays. (line 131) -* settings <1>: Options. (line 108) +* settings <1>: Options. (line 107) * settings: Configuring. (line 23) * sgn: Mathematical functions. (line 26) @@ -9228,7 +9218,7 @@ Index * singlereal: Files. (line 86) * sinh: Mathematical functions. (line 6) -* size <1>: Options. (line 135) +* size <1>: Options. (line 134) * size <2>: three. (line 453) * size <3>: Frames and pictures. (line 43) * size: Paths and guides. (line 71) @@ -9283,7 +9273,7 @@ Index * surface <1>: graph3. (line 100) * surface: three. (line 47) * SVN: Subversion. (line 6) -* system <1>: Options. (line 151) +* system <1>: Options. (line 150) * system: Files. (line 157) * syzygy: syzygy. (line 6) * tab: Files. (line 59) @@ -9301,15 +9291,15 @@ Index * tensionSpecifier: Paths and guides. (line 381) * tensor product shading: fill. (line 74) * tensorshade: fill. (line 74) -* tex <1>: Options. (line 135) +* tex <1>: Options. (line 134) * tex: Frames and pictures. (line 274) * TeX fonts: Pens. (line 197) * TeX string: Data types. (line 179) -* texcommand: Configuring. (line 71) +* texcommand: Configuring. (line 69) * TeXHead: draw. (line 26) * TeXHead3: three. (line 496) * texpath <1>: label. (line 116) -* texpath: Configuring. (line 71) +* texpath: Configuring. (line 69) * texpreamble: Frames and pictures. (line 282) * texreset: Frames and pictures. (line 285) * textbook graph: graph. (line 361) @@ -9409,7 +9399,7 @@ Index * X: three. (line 253) * xasy: GUI. (line 6) * xaxis3: graph3. (line 7) -* xelatex <1>: Options. (line 135) +* xelatex <1>: Options. (line 134) * xelatex: embed. (line 10) * xequals: graph. (line 284) * XEquals: graph. (line 270) @@ -9473,139 +9463,139 @@ Node: UNIX binary distributions11307 Node: MacOS X binary distributions12413 Node: Microsoft Windows13361 Ref: psview14071 -Node: Configuring15002 -Node: Search paths19286 -Node: Compiling from UNIX source19966 -Ref: multisampling20555 -Node: Editing modes22973 -Node: Subversion25405 -Node: Uninstall25868 -Node: Tutorial26218 -Ref: unitcircle29961 -Ref: Bezier30170 -Node: Drawing commands35229 -Node: draw36938 -Ref: arrows38086 -Node: fill43311 -Ref: gradient shading44355 -Node: clip48548 -Node: label49140 -Ref: Label49839 -Node: Programming55583 -Ref: array iteration56400 -Node: Data types57482 -Ref: format66379 -Node: Paths and guides69843 -Ref: circle70097 -Ref: arctime75442 -Ref: extension79307 -Node: Pens85990 -Ref: fillrule93135 -Ref: basealign94032 -Ref: transparency96857 -Ref: makepen100300 -Ref: overwrite101138 -Node: Transforms102348 -Node: Frames and pictures104139 -Ref: envelope105280 -Ref: size106363 -Ref: unitsize107350 -Ref: shipout108410 -Ref: filltype110718 -Ref: add113701 -Ref: add about114647 -Ref: tex117592 -Node: Files118466 -Ref: cd119431 -Ref: scroll123990 -Node: Variable initializers127033 -Node: Structures129328 -Node: Operators136780 -Node: Arithmetic & logical137094 -Node: Self & prefix operators138991 -Node: User-defined operators139779 -Node: Implicit scaling140690 -Node: Functions141253 -Ref: stack overflow144006 -Node: Default arguments144570 -Node: Named arguments145309 -Node: Rest arguments147471 -Node: Mathematical functions150281 -Node: Arrays154886 -Ref: sort162067 -Ref: tridiagonal164358 -Ref: solve165586 -Node: Slices169989 -Node: Casts173883 -Node: Import175849 -Node: Static181079 -Node: LaTeX usage183975 -Node: Base modules189416 -Node: plain191916 -Node: simplex192568 -Node: math192841 -Node: interpolate193940 -Node: geometry194219 -Node: trembling194823 -Node: stats195184 -Node: patterns195444 -Node: markers195680 -Node: tree197463 -Node: binarytree197651 -Node: drawtree198240 -Node: syzygy198444 -Node: feynman198718 -Node: roundedpath198993 -Node: animation199276 -Ref: animate199695 -Node: embed200834 -Node: slide202623 -Node: MetaPost202963 -Node: unicode203679 -Node: latin1204567 -Node: babel204935 -Node: labelpath205164 -Node: labelpath3205984 -Node: annotate206295 -Node: CAD206766 -Node: graph207076 -Ref: ticks213914 -Ref: pathmarkers227062 -Ref: marker227527 -Ref: markuniform227878 -Ref: errorbars229669 -Ref: automatic scaling233725 -Node: palette244368 -Ref: images244486 -Ref: image248657 -Ref: logimage249135 -Ref: penimage249941 -Node: three250385 -Ref: PostScript3D272548 -Node: obj274240 -Node: graph3274492 -Ref: GaussianSurface279447 -Node: grid3280532 -Node: solids281272 -Node: tube282220 -Node: flowchart284451 -Node: contour288950 -Node: contour3293979 -Node: slopefield294286 -Node: ode295723 -Node: Options295983 -Ref: configuration file301477 -Ref: settings301477 -Ref: convert302548 -Node: Interactive mode305307 -Ref: history306931 -Node: GUI308236 -Node: GUI Installation308739 -Node: GUI Usage310213 -Node: PostScript to Asymptote311116 -Node: Help312259 -Node: Debugger313988 -Node: Credits315773 -Node: Index316686 +Node: Configuring14990 +Node: Search paths19297 +Node: Compiling from UNIX source19977 +Ref: multisampling20566 +Node: Editing modes22984 +Node: Subversion25416 +Node: Uninstall25879 +Node: Tutorial26229 +Ref: unitcircle29972 +Ref: Bezier30181 +Node: Drawing commands35240 +Node: draw36949 +Ref: arrows38097 +Node: fill43322 +Ref: gradient shading44366 +Node: clip48559 +Node: label49151 +Ref: Label49850 +Node: Programming55594 +Ref: array iteration56411 +Node: Data types57493 +Ref: format66394 +Node: Paths and guides69858 +Ref: circle70112 +Ref: arctime75457 +Ref: extension79322 +Node: Pens86005 +Ref: fillrule93150 +Ref: basealign94047 +Ref: transparency96872 +Ref: makepen100315 +Ref: overwrite101153 +Node: Transforms102363 +Node: Frames and pictures104154 +Ref: envelope105295 +Ref: size106378 +Ref: unitsize107365 +Ref: shipout108425 +Ref: filltype110733 +Ref: add113716 +Ref: add about114662 +Ref: tex117607 +Node: Files118481 +Ref: cd119446 +Ref: scroll124005 +Node: Variable initializers127078 +Node: Structures129373 +Node: Operators136825 +Node: Arithmetic & logical137139 +Node: Self & prefix operators139036 +Node: User-defined operators139824 +Node: Implicit scaling140735 +Node: Functions141298 +Ref: stack overflow144051 +Node: Default arguments144615 +Node: Named arguments145354 +Node: Rest arguments147516 +Node: Mathematical functions150326 +Node: Arrays154931 +Ref: sort162112 +Ref: tridiagonal164403 +Ref: solve165631 +Node: Slices170034 +Node: Casts173928 +Node: Import175894 +Node: Static181124 +Node: LaTeX usage184020 +Node: Base modules189461 +Node: plain191961 +Node: simplex192613 +Node: math192886 +Node: interpolate193985 +Node: geometry194264 +Node: trembling194868 +Node: stats195229 +Node: patterns195489 +Node: markers195725 +Node: tree197508 +Node: binarytree197696 +Node: drawtree198285 +Node: syzygy198489 +Node: feynman198763 +Node: roundedpath199038 +Node: animation199321 +Ref: animate199740 +Node: embed200879 +Node: slide202668 +Node: MetaPost203008 +Node: unicode203724 +Node: latin1204612 +Node: babel204980 +Node: labelpath205209 +Node: labelpath3206029 +Node: annotate206340 +Node: CAD206811 +Node: graph207121 +Ref: ticks213959 +Ref: pathmarkers227107 +Ref: marker227572 +Ref: markuniform227923 +Ref: errorbars229714 +Ref: automatic scaling233770 +Node: palette244413 +Ref: images244531 +Ref: image248702 +Ref: logimage249180 +Ref: penimage249986 +Node: three250430 +Ref: PostScript3D272593 +Node: obj274285 +Node: graph3274537 +Ref: GaussianSurface279492 +Node: grid3280577 +Node: solids281317 +Node: tube282265 +Node: flowchart284496 +Node: contour288995 +Node: contour3294024 +Node: slopefield294331 +Node: ode295768 +Node: Options296028 +Ref: configuration file301468 +Ref: settings301468 +Ref: convert302539 +Node: Interactive mode305328 +Ref: history306952 +Node: GUI308257 +Node: GUI Installation308760 +Node: GUI Usage309898 +Node: PostScript to Asymptote310801 +Node: Help311944 +Node: Debugger313673 +Node: Credits315458 +Node: Index316371 End Tag Table |