summaryrefslogtreecommitdiff
path: root/graphics/asymptote/doc/png/asymptote.info
diff options
context:
space:
mode:
Diffstat (limited to 'graphics/asymptote/doc/png/asymptote.info')
-rw-r--r--graphics/asymptote/doc/png/asymptote.info407
1 files changed, 209 insertions, 198 deletions
diff --git a/graphics/asymptote/doc/png/asymptote.info b/graphics/asymptote/doc/png/asymptote.info
index a6d3a7fedf..6975f38605 100644
--- a/graphics/asymptote/doc/png/asymptote.info
+++ b/graphics/asymptote/doc/png/asymptote.info
@@ -1,7 +1,7 @@
-This is asymptote.info, produced by makeinfo version 6.7 from
+This is asymptote.info, produced by makeinfo version 6.8 from
asymptote.texi.
-This file documents 'Asymptote', version 2.78.
+This file documents 'Asymptote', version 2.79.
<https://asymptote.sourceforge.io>
@@ -22,7 +22,7 @@ File: asymptote.info, Node: Top, Next: Description, Prev: (dir), Up: (dir)
Asymptote
*********
-This file documents 'Asymptote', version 2.78.
+This file documents 'Asymptote', version 2.79.
<https://asymptote.sourceforge.io>
@@ -372,7 +372,7 @@ File: asymptote.info, Node: Configuring, Next: Search paths, Prev: Microsoft
In interactive mode, or when given the '-V' option (the default when
running 'Asymptote' on a single file under 'MSDOS'), 'Asymptote' will
automatically invoke the 'PostScript' viewer 'gv' (under 'UNIX') or
-'gsview' (under 'MSDOS' to display graphical output. The 'PostScript'
+'gsview' (under 'MSDOS') to display graphical output. The 'PostScript'
viewer should be capable of automatically redrawing whenever the output
file is updated. The default 'UNIX' 'PostScript' viewer 'gv' supports
this (via a 'SIGHUP' signal). Version 'gv-3.6.3' or later (from
@@ -384,7 +384,7 @@ necessary to click on the 'gsview' window; under 'UNIX' one must
manually redisplay by pressing the 'r' key).
Configuration variables are most easily set as 'Asymptote' variables
-in an optional configuration file 'config.asy' *note configuration
+in an optional configuration file 'config.asy' (*note configuration
file::). For example, the setting 'pdfviewer' specifies the location of
the PDF viewer. Here are the default values of several important
configuration variables under 'UNIX':
@@ -864,7 +864,8 @@ label("(0,0,1)",(0,0,1),Z);
external links posted at <https://asymptote.sourceforge.io>) for further
examples, including two-dimensional and interactive three-dimensional
scientific graphs. Additional examples have been posted by Philippe
-Ivaldi at <http://www.piprime.fr/asymptote>.
+Ivaldi at
+<https://web.archive.org/web/20201130113133/http://www.piprime.fr/asymptote>.

File: asymptote.info, Node: Drawing commands, Next: Bezier curves, Prev: Tutorial, Up: Top
@@ -5035,6 +5036,7 @@ draw("$X$",z0+s--z2+s,darkgreen,Arrows,Bars,PenMargins);
\end{center}
\end{document}
[./latexusage]
+

File: asymptote.info, Node: Base modules, Next: Options, Prev: LaTeX usage, Up: Top
@@ -5202,8 +5204,9 @@ geometry routines, including 'perpendicular' symbols and a 'triangle'
structure. Link to the documentation for the 'geometry' module are
posted here: <https://asymptote.sourceforge.io/links.html>, including an
extensive set of examples,
-<http://www.piprime.fr/files/asymptote/geometry/>, and an index:
- <http://www.piprime.fr/files/asymptote/geometry/modules/geometry.asy.index.type.html>
+<https://web.archive.org/web/20201130113133/http://www.piprime.fr/files/asymptote/geometry/>,
+and an index:
+ <https://web.archive.org/web/20201130113133/http://www.piprime.fr/files/asymptote/geometry/modules/geometry.asy.index.type.html>

File: asymptote.info, Node: trembling, Next: stats, Prev: geometry, Up: Base modules
@@ -7707,7 +7710,8 @@ File: asymptote.info, Node: grid3, Next: solids, Prev: graph3, Up: Base modu
This module, contributed by Philippe Ivaldi, can be used for drawing 3D
grids. Here is an example (further examples can be found in 'grid3.asy'
-and at <http://www.piprime.fr/files/asymptote/grid3/>):
+and at
+<https://web.archive.org/web/20201130113133/http://www.piprime.fr/files/asymptote/grid3/>):
import grid3;
size(8cm,0,IgnoreAspect);
@@ -7812,7 +7816,7 @@ default shading behavior for a surface.
An example of 'tube' is provided in the file 'trefoilknot.asy'.
Further examples can be found at
-<http://www.piprime.fr/files/asymptote/tube/>.
+<https://web.archive.org/web/20201130113133/http://www.piprime.fr/files/asymptote/tube>.

File: asymptote.info, Node: flowchart, Next: contour, Prev: tube, Up: Base modules
@@ -8264,6 +8268,7 @@ Options (negate by replacing - with -no):
-GPUindexing Compute indexing partial sums on GPU [true]
-GPUinterlock Use fragment shader interlock [true]
+-GPUlocalSize n Compute shader local size [16]
-V,-View View output; command-line only
-absolute Use absolute WebGL dimensions [false]
-a,-align C|B|T|Z Center, Bottom, Top, or Zero page alignment [C]
@@ -8613,6 +8618,12 @@ available as
<https://sourceforge.net/projects/tumagcc/files/rsvg-convert-2.40.20.7z>
+ Deconstruction of a picture into its components is fastest when using
+the 'LaTeX' TeX engine. One can speed up deconstruction for other TeX
+engines using the 2.13.1 version or later of 'dvisvgm' and setting
+'dvisvgmMultipleFiles=true;' in the 'Asymptote' configuration file
+(*note configuration file::).
+

File: asymptote.info, Node: GUI usage, Prev: GUI installation, Up: GUI
@@ -8921,9 +8932,9 @@ Index
* ---: Bezier curves. (line 84)
* -=: Self & prefix operators.
(line 6)
-* -c: Options. (line 205)
-* -l: Options. (line 224)
-* -u: Options. (line 215)
+* -c: Options. (line 206)
+* -l: Options. (line 225)
+* -u: Options. (line 216)
* -V: Configuring. (line 6)
* -V <1>: Drawing in batch mode.
(line 16)
@@ -9002,8 +9013,8 @@ Index
* alias: Structures. (line 62)
* alias <1>: Arrays. (line 183)
* Align: label. (line 12)
-* aligndir: Options. (line 197)
-* all: Arrays. (line 341)
+* aligndir: Options. (line 198)
+* all: Arrays. (line 342)
* Allow: Pens. (line 363)
* and: Bezier curves. (line 56)
* AND: Arithmetic & logical.
@@ -9016,7 +9027,7 @@ Index
* animation <1>: animation. (line 6)
* annotate: annotate. (line 6)
* antialias: three. (line 261)
-* antialias <1>: Options. (line 167)
+* antialias <1>: Options. (line 168)
* append: Files. (line 38)
* append <1>: Arrays. (line 39)
* arc: Paths and guides. (line 24)
@@ -9070,7 +9081,7 @@ Index
* Asymptote Web Application: Description. (line 6)
* asymptote.sty: LaTeX usage. (line 6)
* asymptote.xml: Editing modes. (line 48)
-* ASYMPTOTE_CONFIG: Options. (line 138)
+* ASYMPTOTE_CONFIG: Options. (line 139)
* atan: Mathematical functions.
(line 6)
* aTan: Mathematical functions.
@@ -9085,7 +9096,7 @@ Index
* attach <1>: LaTeX usage. (line 50)
* attach <2>: graph. (line 406)
* autoadjust: three. (line 418)
-* autoimport: Options. (line 134)
+* autoimport: Options. (line 135)
* automatic scaling: graph. (line 710)
* automatic scaling <1>: graph. (line 710)
* axialshade: fill. (line 43)
@@ -9245,13 +9256,13 @@ Index
* conditional <1>: Arithmetic & logical.
(line 61)
* config: Configuring. (line 74)
-* config <1>: Options. (line 138)
+* config <1>: Options. (line 139)
* configuration file: Configuring. (line 20)
-* configuration file <1>: Options. (line 138)
+* configuration file <1>: Options. (line 139)
* configuring: Configuring. (line 6)
* conj: Data types. (line 62)
* constructors: Structures. (line 91)
-* context: Options. (line 167)
+* context: Options. (line 168)
* continue: Programming. (line 48)
* continue <1>: Debugger. (line 31)
* contour: contour. (line 6)
@@ -9262,8 +9273,8 @@ Index
* convert: Configuring. (line 74)
* convert <1>: Files. (line 159)
* convert <2>: animation. (line 6)
-* convert <3>: Options. (line 167)
-* convertOptions: Options. (line 153)
+* convert <3>: Options. (line 168)
+* convertOptions: Options. (line 154)
* Coons shading: fill. (line 78)
* copy: Arrays. (line 176)
* cos: Mathematical functions.
@@ -9302,7 +9313,7 @@ Index
* cyclic <1>: Paths and guides. (line 376)
* cyclic <2>: Arrays. (line 39)
* cyclic <3>: three. (line 556)
-* Cyrillic: Pens. (line 237)
+* Cyrillic: Pens. (line 238)
* dashdotted: Pens. (line 102)
* dashed: Pens. (line 102)
* data types: Data types. (line 6)
@@ -9375,10 +9386,10 @@ Index
* drawline: math. (line 9)
* drawtree: drawtree. (line 6)
* dvips: Configuring. (line 74)
-* dvipsOptions: Options. (line 153)
+* dvipsOptions: Options. (line 154)
* dvisvgm: Configuring. (line 74)
-* dvisvgm <1>: Options. (line 172)
-* dvisvgmOptions: Options. (line 153)
+* dvisvgm <1>: Options. (line 173)
+* dvisvgmOptions: Options. (line 154)
* E: Labels. (line 18)
* E <1>: Mathematical functions.
(line 48)
@@ -9420,7 +9431,7 @@ Index
* eol: Files. (line 97)
* eol <1>: Arrays. (line 356)
* EPS: label. (line 78)
-* EPS <1>: Options. (line 167)
+* EPS <1>: Options. (line 168)
* erase: Drawing in interactive mode.
(line 11)
* erase <1>: Data types. (line 257)
@@ -9511,7 +9522,7 @@ Index
* fontsize: Pens. (line 192)
* for: Programming. (line 26)
* format: Data types. (line 290)
-* format <1>: Options. (line 167)
+* format <1>: Options. (line 168)
* forum: Help. (line 6)
* frame: Frames and pictures.
(line 7)
@@ -9539,7 +9550,7 @@ Index
* globalwrite: Files. (line 40)
* globalwrite <1>: Files. (line 154)
* glOptions: three. (line 261)
-* glOptions <1>: Options. (line 153)
+* glOptions <1>: Options. (line 154)
* GNU Scientific Library: Mathematical functions.
(line 48)
* gouraudshade: fill. (line 63)
@@ -9548,7 +9559,7 @@ Index
* graph: graph. (line 6)
* graph3: graph3. (line 6)
* graphic: label. (line 78)
-* graphic <1>: Options. (line 172)
+* graphic <1>: Options. (line 173)
* graphical user interface: GUI. (line 6)
* graphwithderiv: graph. (line 670)
* gray: Pens. (line 25)
@@ -9562,7 +9573,7 @@ Index
(line 62)
* gsl: Mathematical functions.
(line 48)
-* gsOptions: Options. (line 153)
+* gsOptions: Options. (line 154)
* GUI: GUI. (line 6)
* GUI installation: GUI installation. (line 6)
* GUI usage: GUI usage. (line 6)
@@ -9585,15 +9596,15 @@ Index
(line 39)
* history: Files. (line 147)
* history <1>: Interactive mode. (line 54)
-* historylines: Interactive mode. (line 57)
+* historylines: Interactive mode. (line 58)
* HookHead: draw. (line 26)
* HookHead3: three. (line 622)
* Horizontal: flowchart. (line 77)
* HTML5: three. (line 233)
* htmlviewer: Configuring. (line 20)
* htmlviewer <1>: Configuring. (line 43)
-* htmlviewerOptions: Options. (line 153)
-* hyperrefOptions: Options. (line 153)
+* htmlviewerOptions: Options. (line 154)
+* hyperrefOptions: Options. (line 154)
* hypot: Mathematical functions.
(line 6)
* I: Mathematical functions.
@@ -9613,7 +9624,7 @@ Index
* image-based lighting: three. (line 104)
* ImageMagick: Configuring. (line 74)
* ImageMagick <1>: animation. (line 6)
-* ImageMagick <2>: Options. (line 167)
+* ImageMagick <2>: Options. (line 168)
* images: palette. (line 6)
* implicit casts: Casts. (line 6)
* implicit linear solver: MetaPost. (line 10)
@@ -9722,7 +9733,7 @@ Index
(line 6)
* lastcut: Paths and guides. (line 266)
* lasy-mode: Editing modes. (line 6)
-* latex: Options. (line 167)
+* latex: Options. (line 168)
* LaTeX NFSS fonts: Pens. (line 206)
* LaTeX usage: LaTeX usage. (line 6)
* latexmk: LaTeX usage. (line 30)
@@ -9753,7 +9764,7 @@ Index
* lexorder: math. (line 63)
* lexorder <1>: math. (line 66)
* libcurl: Import. (line 94)
-* libgs: Options. (line 172)
+* libgs: Options. (line 173)
* libm routines: Mathematical functions.
(line 6)
* libsigsegv: Functions. (line 100)
@@ -9788,8 +9799,8 @@ Index
* loop: Programming. (line 26)
* LSP: Language server protocol.
(line 6)
-* lualatex: Options. (line 167)
-* luatex: Options. (line 167)
+* lualatex: Options. (line 168)
+* luatex: Options. (line 168)
* MacOS X binary distributions: MacOS X binary distributions.
(line 6)
* MacOS X configuration: Compiling from UNIX source.
@@ -9895,7 +9906,7 @@ Index
* None <1>: draw. (line 26)
* none: Files. (line 65)
* normal: three. (line 542)
-* nosafe: Options. (line 192)
+* nosafe: Options. (line 193)
* NOT: Arithmetic & logical.
(line 68)
* notaknot: graph. (line 36)
@@ -9916,7 +9927,7 @@ Index
* obliqueZ: three. (line 378)
* ode: ode. (line 6)
* offset: Pens. (line 123)
-* offset <1>: Options. (line 197)
+* offset <1>: Options. (line 198)
* OmitTick: graph. (line 223)
* OmitTickInterval: graph. (line 223)
* OmitTickIntervals: graph. (line 223)
@@ -9948,7 +9959,7 @@ Index
* outprefix: Frames and pictures.
(line 91)
* output: Files. (line 38)
-* output <1>: Options. (line 167)
+* output <1>: Options. (line 168)
* OutTicks: graph3. (line 35)
* overloading functions: Functions. (line 55)
* overwrite: Pens. (line 360)
@@ -9981,11 +9992,11 @@ Index
* patterns: Pens. (line 271)
* patterns <1>: patterns. (line 6)
* PBR: three. (line 74)
-* PDF: Options. (line 167)
-* pdflatex: Options. (line 167)
-* pdfreloadOptions: Options. (line 153)
+* PDF: Options. (line 168)
+* pdflatex: Options. (line 168)
+* pdfreloadOptions: Options. (line 154)
* pdfviewer: Configuring. (line 20)
-* pdfviewerOptions: Options. (line 153)
+* pdfviewerOptions: Options. (line 154)
* pen: Pens. (line 6)
* PenMargin: draw. (line 42)
* PenMargin2: three. (line 638)
@@ -10042,7 +10053,7 @@ Index
* pstoedit: PostScript to Asymptote.
(line 6)
* psviewer: Configuring. (line 20)
-* psviewerOptions: Options. (line 153)
+* psviewerOptions: Options. (line 154)
* pt: Figure size. (line 18)
* public: Structures. (line 6)
* push: Arrays. (line 39)
@@ -10095,7 +10106,7 @@ Index
* rename: Files. (line 156)
* render: three. (line 46)
* render <1>: three. (line 184)
-* render <2>: Options. (line 167)
+* render <2>: Options. (line 168)
* replace: Data types. (line 270)
* resetdefaultpen: Pens. (line 387)
* rest arguments: Rest arguments. (line 6)
@@ -10132,9 +10143,9 @@ Index
* RPM: UNIX binary distributions.
(line 6)
* runtime imports: Import. (line 102)
-* Russian: Pens. (line 237)
+* Russian: Pens. (line 238)
* S: Labels. (line 18)
-* safe: Options. (line 192)
+* safe: Options. (line 193)
* save: Frames and pictures.
(line 288)
* saveline: Files. (line 139)
@@ -10166,7 +10177,7 @@ Index
(line 6)
* sequence: Arrays. (line 118)
* settings: Configuring. (line 20)
-* settings <1>: Options. (line 138)
+* settings <1>: Options. (line 139)
* sgn: Mathematical functions.
(line 26)
* shading: fill. (line 32)
@@ -10210,7 +10221,7 @@ Index
* size <4>: Frames and pictures.
(line 74)
* size <5>: three. (line 556)
-* size <6>: Options. (line 167)
+* size <6>: Options. (line 168)
* size3: three. (line 320)
* Slant: label. (line 42)
* slant: Transforms. (line 38)
@@ -10280,9 +10291,9 @@ Index
* surface <2>: three. (line 128)
* surface <3>: three. (line 142)
* surface <4>: graph3. (line 99)
-* SVG: Options. (line 172)
+* SVG: Options. (line 173)
* system: Data types. (line 354)
-* system <1>: Options. (line 192)
+* system <1>: Options. (line 193)
* syzygy: syzygy. (line 6)
* tab: Files. (line 65)
* tab completion: Drawing in interactive mode.
@@ -10303,7 +10314,7 @@ Index
* tessellation: three. (line 154)
* tex: Frames and pictures.
(line 305)
-* tex <1>: Options. (line 167)
+* tex <1>: Options. (line 168)
* TeX fonts: Pens. (line 213)
* TeX string: Data types. (line 208)
* texcommand: Configuring. (line 74)
@@ -10398,7 +10409,7 @@ Index
* UpsideDown: Frames and pictures.
(line 104)
* UpsideDown <1>: Frames and pictures.
- (line 110)
+ (line 111)
* URL: Import. (line 94)
* usepackage: Frames and pictures.
(line 321)
@@ -10447,7 +10458,7 @@ Index
* xasy: GUI. (line 6)
* xaxis3: graph3. (line 7)
* xdr: Files. (line 80)
-* xelatex: Options. (line 167)
+* xelatex: Options. (line 168)
* XEquals: graph. (line 265)
* xequals: graph. (line 278)
* xlimits: graph. (line 639)
@@ -10516,146 +10527,146 @@ Node: UNIX binary distributions12610
Node: MacOS X binary distributions13733
Node: Microsoft Windows14321
Node: Configuring15529
-Node: Search paths20142
-Node: Compiling from UNIX source21150
-Node: Editing modes24301
-Node: Git26723
-Node: Uninstall27230
-Node: Tutorial27576
-Node: Drawing in batch mode28423
-Node: Drawing in interactive mode29299
-Node: Figure size30331
-Node: Labels31926
-Node: Paths32754
-Ref: unitcircle33370
-Node: Drawing commands35268
-Node: draw37076
-Ref: arrows38258
-Node: fill43773
-Ref: gradient shading44819
-Node: clip49433
-Node: label50182
-Ref: Label50782
-Node: Bezier curves56639
-Node: Programming60539
-Ref: array iteration62292
-Node: Data types62459
-Ref: format73227
-Node: Paths and guides77673
-Ref: circle77927
-Ref: extension87627
-Node: Pens94437
-Ref: fillrule102128
-Ref: basealign103032
-Ref: transparency106714
-Ref: makepen110308
-Ref: overwrite111192
-Node: Transforms112406
-Node: Frames and pictures114345
-Ref: envelope115503
-Ref: size116596
-Ref: unitsize117583
-Ref: shipout118656
-Ref: filltype121007
-Ref: add124420
-Ref: add about125362
-Ref: tex128392
-Node: Files129287
-Ref: cd130344
-Ref: scroll135246
-Node: Variable initializers138164
-Node: Structures140881
-Node: Operators148454
-Node: Arithmetic & logical148768
-Node: Self & prefix operators151138
-Node: User-defined operators151932
-Node: Implicit scaling152845
-Node: Functions153408
-Ref: stack overflow156525
-Node: Default arguments156807
-Node: Named arguments157563
-Node: Rest arguments160133
-Node: Mathematical functions163254
-Node: Arrays167911
-Ref: sort175350
-Ref: tridiagonal178261
-Ref: solve179492
-Node: Slices183632
-Node: Casts187540
-Node: Import189810
-Node: Static195380
-Node: LaTeX usage198266
-Node: Base modules204780
-Node: plain207257
-Node: simplex207931
-Node: math208204
-Node: interpolate210871
-Node: geometry211150
-Node: trembling211744
-Node: stats212013
-Node: patterns212272
-Node: markers212507
-Node: map214365
-Node: tree214789
-Node: binarytree214969
-Node: drawtree215636
-Node: syzygy215837
-Node: feynman216111
-Node: roundedpath216385
-Node: animation216667
-Ref: animate217088
-Node: embed218200
-Node: slide219154
-Node: MetaPost219485
-Node: babel220201
-Node: labelpath220433
-Node: labelpath3221253
-Node: annotate221564
-Node: CAD222034
-Node: graph222344
-Ref: ticks229503
-Ref: pathmarkers243225
-Ref: marker243695
-Ref: markuniform244049
-Ref: errorbars245908
-Ref: automatic scaling251037
-Node: palette262747
-Ref: images262865
-Ref: image267161
-Ref: logimage267682
-Ref: penimage268788
-Ref: penfunctionimage269051
-Node: three269823
-Ref: PostScript3D300123
-Node: obj301861
-Node: graph3302110
-Ref: GaussianSurface307392
-Node: grid3308542
-Node: solids309327
-Node: tube310319
-Node: flowchart312549
-Node: contour317192
-Node: contour3323700
-Node: smoothcontour3324012
-Node: slopefield325731
-Node: ode327220
-Node: Options327477
-Ref: configuration file335032
-Ref: settings335032
-Ref: texengines336296
-Ref: convert336296
-Node: Interactive mode339739
-Ref: history341888
-Node: GUI343191
-Node: GUI installation343741
-Node: GUI usage344474
-Node: Command-Line Interface345537
-Node: Language server protocol346979
-Node: PostScript to Asymptote348404
-Node: Help349182
-Node: Debugger350856
-Node: Credits352612
-Node: Index353837
+Node: Search paths20144
+Node: Compiling from UNIX source21152
+Node: Editing modes24303
+Node: Git26725
+Node: Uninstall27232
+Node: Tutorial27578
+Node: Drawing in batch mode28425
+Node: Drawing in interactive mode29301
+Node: Figure size30333
+Node: Labels31928
+Node: Paths32756
+Ref: unitcircle33372
+Node: Drawing commands35313
+Node: draw37121
+Ref: arrows38303
+Node: fill43818
+Ref: gradient shading44864
+Node: clip49478
+Node: label50227
+Ref: Label50827
+Node: Bezier curves56684
+Node: Programming60584
+Ref: array iteration62337
+Node: Data types62504
+Ref: format73272
+Node: Paths and guides77718
+Ref: circle77972
+Ref: extension87672
+Node: Pens94482
+Ref: fillrule102173
+Ref: basealign103077
+Ref: transparency106759
+Ref: makepen110353
+Ref: overwrite111237
+Node: Transforms112451
+Node: Frames and pictures114390
+Ref: envelope115548
+Ref: size116641
+Ref: unitsize117628
+Ref: shipout118701
+Ref: filltype121052
+Ref: add124465
+Ref: add about125407
+Ref: tex128437
+Node: Files129332
+Ref: cd130389
+Ref: scroll135291
+Node: Variable initializers138209
+Node: Structures140926
+Node: Operators148499
+Node: Arithmetic & logical148813
+Node: Self & prefix operators151183
+Node: User-defined operators151977
+Node: Implicit scaling152890
+Node: Functions153453
+Ref: stack overflow156570
+Node: Default arguments156852
+Node: Named arguments157608
+Node: Rest arguments160178
+Node: Mathematical functions163299
+Node: Arrays167956
+Ref: sort175395
+Ref: tridiagonal178306
+Ref: solve179537
+Node: Slices183677
+Node: Casts187585
+Node: Import189855
+Node: Static195425
+Node: LaTeX usage198311
+Node: Base modules204826
+Node: plain207303
+Node: simplex207977
+Node: math208250
+Node: interpolate210917
+Node: geometry211196
+Node: trembling211876
+Node: stats212145
+Node: patterns212404
+Node: markers212639
+Node: map214497
+Node: tree214921
+Node: binarytree215101
+Node: drawtree215768
+Node: syzygy215969
+Node: feynman216243
+Node: roundedpath216517
+Node: animation216799
+Ref: animate217220
+Node: embed218332
+Node: slide219286
+Node: MetaPost219617
+Node: babel220333
+Node: labelpath220565
+Node: labelpath3221385
+Node: annotate221696
+Node: CAD222166
+Node: graph222476
+Ref: ticks229635
+Ref: pathmarkers243357
+Ref: marker243827
+Ref: markuniform244181
+Ref: errorbars246040
+Ref: automatic scaling251169
+Node: palette262879
+Ref: images262997
+Ref: image267293
+Ref: logimage267814
+Ref: penimage268920
+Ref: penfunctionimage269183
+Node: three269955
+Ref: PostScript3D300255
+Node: obj301993
+Node: graph3302242
+Ref: GaussianSurface307524
+Node: grid3308674
+Node: solids309502
+Node: tube310494
+Node: flowchart312766
+Node: contour317409
+Node: contour3323917
+Node: smoothcontour3324229
+Node: slopefield325948
+Node: ode327437
+Node: Options327694
+Ref: configuration file335303
+Ref: settings335303
+Ref: texengines336567
+Ref: convert336567
+Node: Interactive mode340010
+Ref: history342159
+Node: GUI343462
+Node: GUI installation344012
+Node: GUI usage345054
+Node: Command-Line Interface346117
+Node: Language server protocol347559
+Node: PostScript to Asymptote348984
+Node: Help349762
+Node: Debugger351436
+Node: Credits353192
+Node: Index354417

End Tag Table