summaryrefslogtreecommitdiff
path: root/Build/source/utils/asymptote/doc
diff options
context:
space:
mode:
authorKarl Berry <karl@freefriends.org>2010-06-14 23:14:16 +0000
committerKarl Berry <karl@freefriends.org>2010-06-14 23:14:16 +0000
commitc2175edc7aa44ca0b526f008d473d6f8a8ac4933 (patch)
treed6c491676b413ad1922481f8c3fc7b64c3afc0a5 /Build/source/utils/asymptote/doc
parent5d08e9ff4fe5fc836d237ea08e82c82b27d558a2 (diff)
asy 1.98
git-svn-id: svn://tug.org/texlive/trunk@18982 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Build/source/utils/asymptote/doc')
-rw-r--r--Build/source/utils/asymptote/doc/CAD.pdfbin67565 -> 67565 bytes
-rw-r--r--Build/source/utils/asymptote/doc/FAQ/asy-faq.info2
-rw-r--r--Build/source/utils/asymptote/doc/GaussianSurface.asy2
-rw-r--r--Build/source/utils/asymptote/doc/asymptote.pdfbin1691702 -> 1691053 bytes
-rw-r--r--Build/source/utils/asymptote/doc/asymptote.texi17
-rw-r--r--Build/source/utils/asymptote/doc/png/asymptote.info249
6 files changed, 134 insertions, 136 deletions
diff --git a/Build/source/utils/asymptote/doc/CAD.pdf b/Build/source/utils/asymptote/doc/CAD.pdf
index 4406335c391..e5cfb778ea7 100644
--- a/Build/source/utils/asymptote/doc/CAD.pdf
+++ b/Build/source/utils/asymptote/doc/CAD.pdf
Binary files differ
diff --git a/Build/source/utils/asymptote/doc/FAQ/asy-faq.info b/Build/source/utils/asymptote/doc/FAQ/asy-faq.info
index efd60036acc..1664d59845e 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 Jun 2010
+ 14 Jun 2010
This is the list of Frequently Asked Questions about Asymptote (asy).
diff --git a/Build/source/utils/asymptote/doc/GaussianSurface.asy b/Build/source/utils/asymptote/doc/GaussianSurface.asy
index 7b75a5133a7..bf198a6a243 100644
--- a/Build/source/utils/asymptote/doc/GaussianSurface.asy
+++ b/Build/source/utils/asymptote/doc/GaussianSurface.asy
@@ -16,6 +16,6 @@ xaxis3(Label("$x$"),red,Arrow3);
yaxis3(Label("$y$"),red,Arrow3);
zaxis3(XYZero(extend=true),red,Arrow3);
-draw(s,lightgray,meshpen=black+thick(),nolight);
+draw(s,lightgray,meshpen=black+thick(),nolight,render(merge=true));
label("$O$",O,-Z+Y,red);
diff --git a/Build/source/utils/asymptote/doc/asymptote.pdf b/Build/source/utils/asymptote/doc/asymptote.pdf
index 0bd7a54892d..e0b2b521e80 100644
--- a/Build/source/utils/asymptote/doc/asymptote.pdf
+++ b/Build/source/utils/asymptote/doc/asymptote.pdf
Binary files differ
diff --git a/Build/source/utils/asymptote/doc/asymptote.texi b/Build/source/utils/asymptote/doc/asymptote.texi
index a25fae07653..38b624a5ed3 100644
--- a/Build/source/utils/asymptote/doc/asymptote.texi
+++ b/Build/source/utils/asymptote/doc/asymptote.texi
@@ -5073,10 +5073,9 @@ themselves (in which case they are each initialized to empty arrays).
@cindex @code{array}
@item T[] array(int n, T value, int depth=intMax)
-returns an array consisting of @code{n} copies of value. By default, if
-@code{value} is itself an array, a deep copy of that array is made for
-each entry in the new array. If @code{depth} is specified, this deep copying
-only recurses to the number of levels specified.
+returns an array consisting of @code{n} deep copies of a 0, 1, or 2
+dimensional array @code{T value}. If @code{depth} is specified, this
+deep copying recurses to no more than the number of levels specified.
@cindex @code{sequence}
@item int[] sequence(int n)
@@ -7740,7 +7739,7 @@ Some (broken) @code{UNIX} graphics drivers may require the command line setting
@cindex @code{views}
@item Embed the 3D @acronym{PRC} format in a @acronym{PDF} file
and view the resulting @acronym{PDF} file with
-version @code{8.0} or later of @code{Adobe Reader}.
+version @code{9.0} or later of @code{Adobe Reader}.
In addition to the default @code{settings.prc=true}, this requires
@code{settings.outformat="pdf"}, which can be specified by the command
line option @code{-f pdf}, put in the @code{Asymptote} configuration
@@ -9382,9 +9381,9 @@ author of the program @code{MetaPost} that inspired the development of
The authors of @code{Asymptote} are Andy Hammerlindl, John Bowman, and
Tom Prince. Sean Healy designed the @code{Asymptote} logo. Other
-contributors include Radoslav Marinov, Orest Shardt, Chris Savage,
-Philippe Ivaldi, Olivier Guib@'e, Jacques Pienaar, Mark Henning, Steve
-Melenchuk, Martin Wiebusch, and Stefan Knorr.
+contributors include Michail Vidiassov, Radoslav Marinov, Orest Shardt,
+Chris Savage, Philippe Ivaldi, Olivier Guib@'e, Jacques Pienaar,
+Mark Henning, Steve Melenchuk, Martin Wiebusch, and Stefan Knorr.
@node Index
@unnumbered Index
@@ -9545,4 +9544,4 @@ Melenchuk, Martin Wiebusch, and Stefan Knorr.
@c LocalWords: setpagesize pdfborder controlsystem OmitTickInterval SixViews
@c LocalWords: OmitTickIntervals tickmodifiers autorotated SixViewsUS
@c LocalWords: ThreeViewsUS ThreeViewsFR SixViewsFR ThreeViews partialsum
-@c LocalWords: defaultrender
+@c LocalWords: defaultrender Vidiassov
diff --git a/Build/source/utils/asymptote/doc/png/asymptote.info b/Build/source/utils/asymptote/doc/png/asymptote.info
index b8497480d4c..481694a9d08 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.96.
+This file documents `Asymptote', version 1.98.
`http://asymptote.sourceforge.net'
@@ -23,7 +23,7 @@ File: asymptote.info, Node: Top, Next: Description, Up: (dir)
Asymptote
*********
-This file documents `Asymptote', version 1.96.
+This file documents `Asymptote', version 1.98.
`http://asymptote.sourceforge.net'
@@ -3955,10 +3955,9 @@ of type `T[]'.
arrays).
`T[] array(int n, T value, int depth=intMax)'
- returns an array consisting of `n' copies of value. By default, if
- `value' is itself an array, a deep copy of that array is made for
- each entry in the new array. If `depth' is specified, this deep
- copying only recurses to the number of levels specified.
+ returns an array consisting of `n' deep copies of a 0, 1, or 2
+ dimensional array `T value'. If `depth' is specified, this deep
+ copying recurses to no more than the number of levels specified.
`int[] sequence(int n)'
if `n >= 1' returns the array `{0,1,...,n-1}' (otherwise returns a
@@ -6769,7 +6768,7 @@ There are four choices for viewing 3D `Asymptote' output:
(slower) indirect rendering.
3. Embed the 3D PRC format in a PDF file and view the resulting PDF
- file with version `8.0' or later of `Adobe Reader'. In addition
+ file with version `9.0' or later of `Adobe Reader'. In addition
to the default `settings.prc=true', this requires
`settings.outformat="pdf"', which can be specified by the command
line option `-f pdf', put in the `Asymptote' configuration file
@@ -7313,7 +7312,7 @@ xaxis3(Label("$x$"),red,Arrow3);
yaxis3(Label("$y$"),red,Arrow3);
zaxis3(XYZero(extend=true),red,Arrow3);
-draw(s,lightgray,meshpen=black+thick(),nolight);
+draw(s,lightgray,meshpen=black+thick(),nolight,render(merge=true));
label("$O$",O,-Z+Y,red);
@@ -8330,9 +8329,9 @@ which `MetaPost' is based).
The authors of `Asymptote' are Andy Hammerlindl, John Bowman, and
Tom Prince. Sean Healy designed the `Asymptote' logo. Other
-contributors include Radoslav Marinov, Orest Shardt, Chris Savage,
-Philippe Ivaldi, Olivier Guibe', Jacques Pienaar, Mark Henning, Steve
-Melenchuk, Martin Wiebusch, and Stefan Knorr.
+contributors include Michail Vidiassov, Radoslav Marinov, Orest Shardt,
+Chris Savage, Philippe Ivaldi, Olivier Guibe', Jacques Pienaar, Mark
+Henning, Steve Melenchuk, Martin Wiebusch, and Stefan Knorr.

File: asymptote.info, Node: Index, Prev: Credits, Up: Top
@@ -8443,11 +8442,11 @@ Index
(line 48)
* Airy: Mathematical functions.
(line 48)
-* alias <1>: Arrays. (line 183)
+* alias <1>: Arrays. (line 182)
* alias: Structures. (line 52)
* align: Options. (line 166)
* Align: label. (line 12)
-* all: Arrays. (line 331)
+* all: Arrays. (line 330)
* Allow: Pens. (line 327)
* AND: Arithmetic & logical.
(line 80)
@@ -8641,15 +8640,15 @@ Index
* colorless: Pens. (line 54)
* colors: Pens. (line 51)
* comma: Files. (line 58)
-* comma-separated-value mode: Arrays. (line 364)
+* comma-separated-value mode: Arrays. (line 363)
* command-line options <1>: Options. (line 6)
* command-line options: Configuring. (line 83)
* comment character: Files. (line 15)
* compass directions: Tutorial. (line 104)
* Compiling from UNIX source: Compiling from UNIX source.
(line 6)
-* complement: Arrays. (line 150)
-* concat: Arrays. (line 179)
+* complement: Arrays. (line 149)
+* concat: Arrays. (line 178)
* conditional <1>: Arithmetic & logical.
(line 73)
* conditional: Programming. (line 8)
@@ -8673,7 +8672,7 @@ Index
* convert: Configuring. (line 67)
* convertOptions: Options. (line 128)
* Coons shading: fill. (line 74)
-* copy: Arrays. (line 170)
+* copy: Arrays. (line 169)
* Cos: Mathematical functions.
(line 20)
* cos: Mathematical functions.
@@ -8687,10 +8686,10 @@ Index
* cross: Data types. (line 167)
* crossframe: markers. (line 23)
* crosshatch: Pens. (line 267)
-* csv: Arrays. (line 364)
+* csv: Arrays. (line 363)
* CTZ: Arithmetic & logical.
(line 80)
-* cubicroots: Arrays. (line 320)
+* cubicroots: Arrays. (line 319)
* curl <1>: three. (line 6)
* curl: Bezier curves. (line 63)
* curlSpecifier: Paths and guides. (line 391)
@@ -8731,9 +8730,9 @@ Index
* delete <1>: Arrays. (line 39)
* delete: Files. (line 145)
* description: Description. (line 6)
-* diagonal: Arrays. (line 305)
+* diagonal: Arrays. (line 304)
* diamond: flowchart. (line 57)
-* dimension: Arrays. (line 369)
+* dimension: Arrays. (line 368)
* dir <1>: three. (line 502)
* dir <2>: Paths and guides. (line 98)
* dir <3>: Data types. (line 85)
@@ -8744,7 +8743,7 @@ Index
* dirtime: Paths and guides. (line 152)
* display: Configuring. (line 67)
* do: Programming. (line 29)
-* dot <1>: Arrays. (line 261)
+* dot <1>: Arrays. (line 260)
* dot <2>: Data types. (line 98)
* dot: draw. (line 83)
* DotMargin: draw. (line 42)
@@ -8796,9 +8795,9 @@ Index
* EndPoint: label. (line 57)
* envelope: Frames and pictures. (line 22)
* environment variables: Configuring. (line 87)
-* eof <1>: Arrays. (line 346)
+* eof <1>: Arrays. (line 345)
* eof: Files. (line 88)
-* eol <1>: Arrays. (line 346)
+* eol <1>: Arrays. (line 345)
* eol: Files. (line 88)
* EPS <1>: Options. (line 141)
* EPS: label. (line 80)
@@ -8843,7 +8842,7 @@ Index
(line 15)
* feynman: feynman. (line 6)
* fft <1>: math. (line 26)
-* fft: Arrays. (line 248)
+* fft: Arrays. (line 247)
* FFTW: Compiling from UNIX source.
(line 58)
* file <1>: Debugger. (line 45)
@@ -8857,7 +8856,7 @@ Index
* FillDraw: draw. (line 26)
* filloutside: fill. (line 27)
* fillrule: Pens. (line 152)
-* find <1>: Arrays. (line 159)
+* find <1>: Arrays. (line 158)
* find: Data types. (line 224)
* firstcut: Paths and guides. (line 247)
* fit: Frames and pictures. (line 103)
@@ -8956,7 +8955,7 @@ Index
* i_scaled: Mathematical functions.
(line 48)
* iconic: three. (line 210)
-* identity <1>: Arrays. (line 302)
+* identity <1>: Arrays. (line 301)
* identity <2>: Mathematical functions.
(line 6)
* identity: Transforms. (line 24)
@@ -9009,7 +9008,7 @@ Index
* InTicks: graph3. (line 34)
* intMax: Data types. (line 28)
* intMin: Data types. (line 28)
-* inverse <1>: Arrays. (line 308)
+* inverse <1>: Arrays. (line 307)
* inverse: Transforms. (line 16)
* invert: three. (line 422)
* invisible: Pens. (line 39)
@@ -9068,8 +9067,8 @@ Index
* libsigsegv <1>: Help. (line 33)
* libsigsegv: Functions. (line 88)
* limits: graph. (line 636)
-* line: Arrays. (line 346)
-* line mode: Arrays. (line 346)
+* line: Arrays. (line 345)
+* line mode: Arrays. (line 345)
* Linear: graph. (line 682)
* linecap: Pens. (line 129)
* linejoin: Pens. (line 138)
@@ -9096,7 +9095,7 @@ Index
* MacOS X binary distributions: MacOS X binary distributions.
(line 6)
* makepen: Pens. (line 300)
-* map: Arrays. (line 141)
+* map: Arrays. (line 140)
* Margin: draw. (line 42)
* Margin3: three. (line 559)
* margins: three. (line 262)
@@ -9112,7 +9111,7 @@ Index
* mathematical functions: Mathematical functions.
(line 6)
* max <1>: three. (line 502)
-* max <2>: Arrays. (line 227)
+* max <2>: Arrays. (line 226)
* max <3>: Frames and pictures. (line 7)
* max: Paths and guides. (line 264)
* maxbound: Data types. (line 104)
@@ -9133,7 +9132,7 @@ Index
* midpoint: Paths and guides. (line 166)
* MidPoint: label. (line 57)
* min <1>: three. (line 502)
-* min <2>: Arrays. (line 220)
+* min <2>: Arrays. (line 219)
* min <3>: Frames and pictures. (line 7)
* min: Paths and guides. (line 260)
* minbound: Data types. (line 101)
@@ -9222,7 +9221,7 @@ Index
* packing: Rest arguments. (line 30)
* pair <1>: Data types. (line 41)
* pair: Tutorial. (line 49)
-* pairs: Arrays. (line 244)
+* pairs: Arrays. (line 243)
* paperheight: Configuring. (line 61)
* papertype: Configuring. (line 61)
* paperwidth: Configuring. (line 61)
@@ -9294,7 +9293,7 @@ Index
* public: Structures. (line 6)
* push: Arrays. (line 39)
* Python usage: Interactive mode. (line 80)
-* quadraticroots: Arrays. (line 311)
+* quadraticroots: Arrays. (line 310)
* quarticroots: math. (line 22)
* quit <1>: Debugger. (line 54)
* quit <2>: Interactive mode. (line 59)
@@ -9314,9 +9313,9 @@ Index
(line 39)
* randMax: Mathematical functions.
(line 39)
-* read: Arrays. (line 387)
+* read: Arrays. (line 386)
* reading: Files. (line 11)
-* reading string arrays: Arrays. (line 356)
+* reading string arrays: Arrays. (line 355)
* readline: Files. (line 130)
* real: Data types. (line 33)
* realDigits: Data types. (line 33)
@@ -9342,7 +9341,7 @@ Index
* restricted: Structures. (line 6)
* return: Debugger. (line 48)
* reverse <1>: three. (line 502)
-* reverse <2>: Arrays. (line 146)
+* reverse <2>: Arrays. (line 145)
* reverse <3>: Paths and guides. (line 169)
* reverse: Data types. (line 248)
* rewind: Files. (line 88)
@@ -9381,7 +9380,7 @@ Index
* scaled graph: graph. (line 663)
* scientific graph: graph. (line 396)
* scroll: Files. (line 104)
-* search: Arrays. (line 164)
+* search: Arrays. (line 163)
* search paths: Search paths. (line 6)
* Seascape: Frames and pictures. (line 100)
* secondary axis: graph. (line 813)
@@ -9394,7 +9393,7 @@ Index
* segmentation fault: Help. (line 33)
* self operators: Self & prefix operators.
(line 6)
-* sequence: Arrays. (line 128)
+* sequence: Arrays. (line 127)
* settings <1>: Options. (line 113)
* settings: Configuring. (line 23)
* sgn: Mathematical functions.
@@ -9440,8 +9439,8 @@ Index
* slopefield: slopefield. (line 6)
* solid: Pens. (line 95)
* solids: solids. (line 9)
-* solve: Arrays. (line 280)
-* sort: Arrays. (line 186)
+* solve: Arrays. (line 279)
+* sort: Arrays. (line 185)
* Spline <1>: graph3. (line 100)
* Spline: graph. (line 34)
* split: Data types. (line 261)
@@ -9474,7 +9473,7 @@ Index
* subpictures: Frames and pictures. (line 103)
* substr: Data types. (line 244)
* Subversion: Subversion. (line 6)
-* sum: Arrays. (line 215)
+* sum: Arrays. (line 214)
* superpath: Tutorial. (line 132)
* Suppress: Pens. (line 331)
* SuppressQuiet: Pens. (line 335)
@@ -9538,12 +9537,12 @@ Index
* transform: Transforms. (line 6)
* transform3: three. (line 432)
* transparency: Pens. (line 222)
-* transpose: Arrays. (line 207)
+* transpose: Arrays. (line 206)
* tree: tree. (line 9)
* trembling: trembling. (line 6)
* triangle: geometry. (line 6)
* triangulate: contour. (line 157)
-* tridiagonal: Arrays. (line 268)
+* tridiagonal: Arrays. (line 267)
* trigonometric integrals: Mathematical functions.
(line 48)
* triple: Data types. (line 108)
@@ -9559,7 +9558,7 @@ Index
* unfill: fill. (line 106)
* UnFill: draw. (line 26)
* unicode: unicode. (line 6)
-* uniform: Arrays. (line 155)
+* uniform: Arrays. (line 154)
* Uninstall: Uninstall. (line 6)
* unique: math. (line 64)
* unit: Data types. (line 78)
@@ -9590,7 +9589,7 @@ Index
(line 6)
* vectorfield: graph. (line 975)
* vectorfield3: graph3. (line 159)
-* vectorization: Arrays. (line 325)
+* vectorization: Arrays. (line 324)
* verbatim: Frames and pictures. (line 271)
* vertex-dependent colors: three. (line 81)
* Vertical: flowchart. (line 81)
@@ -9607,11 +9606,11 @@ Index
* Wheel: palette. (line 22)
* wheel mouse: GUI. (line 6)
* while: Programming. (line 29)
-* white-space string delimiter mode: Arrays. (line 356)
+* white-space string delimiter mode: Arrays. (line 355)
* width: LaTeX usage. (line 31)
* windingnumber: Paths and guides. (line 268)
-* word: Arrays. (line 356)
-* write <1>: Arrays. (line 396)
+* word: Arrays. (line 355)
+* write <1>: Arrays. (line 395)
* write: Files. (line 50)
* X: three. (line 274)
* xasy: GUI. (line 6)
@@ -9744,80 +9743,80 @@ Node: Named arguments147188
Node: Rest arguments149350
Node: Mathematical functions152160
Node: Arrays156767
-Ref: sort163720
-Ref: tridiagonal166130
-Ref: solve167358
-Node: Slices171551
-Node: Casts175441
-Node: Import177406
-Node: Static182633
-Node: LaTeX usage185527
-Node: Base modules191001
-Node: plain193501
-Node: simplex194153
-Node: math194426
-Node: interpolate197117
-Node: geometry197396
-Node: trembling197990
-Node: stats198341
-Node: patterns198601
-Node: markers198837
-Node: tree200620
-Node: binarytree200808
-Node: drawtree201397
-Node: syzygy201601
-Node: feynman201875
-Node: roundedpath202150
-Node: animation202433
-Ref: animate202850
-Node: embed203989
-Node: slide205778
-Node: MetaPost206118
-Node: unicode206834
-Node: latin1207722
-Node: babel208090
-Node: labelpath208319
-Node: labelpath3209139
-Node: annotate209450
-Node: CAD209921
-Node: graph210231
-Ref: ticks217360
-Ref: pathmarkers230639
-Ref: marker231104
-Ref: markuniform231455
-Ref: errorbars233246
-Ref: automatic scaling237302
-Node: palette247948
-Ref: images248066
-Ref: image252237
-Ref: logimage252715
-Ref: penimage253521
-Node: three253965
-Ref: PostScript3D278507
-Node: obj280199
-Node: graph3280451
-Ref: GaussianSurface285576
-Node: grid3286661
-Node: solids287401
-Node: tube288349
-Node: flowchart290584
-Node: contour295153
-Node: contour3300278
-Node: slopefield300585
-Node: ode302022
-Node: Options302282
-Ref: configuration file308078
-Ref: settings308078
-Ref: convert309279
-Node: Interactive mode312246
-Ref: history314399
-Node: GUI315704
-Node: GUI installation316207
-Node: GUI usage317337
-Node: PostScript to Asymptote318240
-Node: Help318996
-Node: Debugger320732
-Node: Credits322517
-Node: Index323430
+Ref: sort163651
+Ref: tridiagonal166061
+Ref: solve167289
+Node: Slices171482
+Node: Casts175372
+Node: Import177337
+Node: Static182564
+Node: LaTeX usage185458
+Node: Base modules190932
+Node: plain193432
+Node: simplex194084
+Node: math194357
+Node: interpolate197048
+Node: geometry197327
+Node: trembling197921
+Node: stats198272
+Node: patterns198532
+Node: markers198768
+Node: tree200551
+Node: binarytree200739
+Node: drawtree201328
+Node: syzygy201532
+Node: feynman201806
+Node: roundedpath202081
+Node: animation202364
+Ref: animate202781
+Node: embed203920
+Node: slide205709
+Node: MetaPost206049
+Node: unicode206765
+Node: latin1207653
+Node: babel208021
+Node: labelpath208250
+Node: labelpath3209070
+Node: annotate209381
+Node: CAD209852
+Node: graph210162
+Ref: ticks217291
+Ref: pathmarkers230570
+Ref: marker231035
+Ref: markuniform231386
+Ref: errorbars233177
+Ref: automatic scaling237233
+Node: palette247879
+Ref: images247997
+Ref: image252168
+Ref: logimage252646
+Ref: penimage253452
+Node: three253896
+Ref: PostScript3D278438
+Node: obj280130
+Node: graph3280382
+Ref: GaussianSurface285507
+Node: grid3286611
+Node: solids287351
+Node: tube288299
+Node: flowchart290534
+Node: contour295103
+Node: contour3300228
+Node: slopefield300535
+Node: ode301972
+Node: Options302232
+Ref: configuration file308028
+Ref: settings308028
+Ref: convert309229
+Node: Interactive mode312196
+Ref: history314349
+Node: GUI315654
+Node: GUI installation316157
+Node: GUI usage317287
+Node: PostScript to Asymptote318190
+Node: Help318946
+Node: Debugger320682
+Node: Credits322467
+Node: Index323399

End Tag Table