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.info250
1 files changed, 130 insertions, 120 deletions
diff --git a/graphics/asymptote/doc/png/asymptote.info b/graphics/asymptote/doc/png/asymptote.info
index ccfcd44d54..b8f9c3ce39 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.5 from
asymptote.texi.
-This file documents 'Asymptote', version 2.59.
+This file documents 'Asymptote', version 2.60.
<http://asymptote.sourceforge.net>
@@ -22,7 +22,7 @@ File: asymptote.info, Node: Top, Next: Description, Prev: (dir), Up: (dir)
Asymptote
*********
-This file documents 'Asymptote', version 2.59.
+This file documents 'Asymptote', version 2.60.
<http://asymptote.sourceforge.net>
@@ -2840,6 +2840,11 @@ File: asymptote.info, Node: Frames and pictures, Next: Files, Prev: Transform
A 'picture' may be fit to a frame with the background color pen
'p', using the function 'bbox(p,Fill)'.
+ To pad a picture to a precise size in both directions, fit the
+ picture to a frame using the function
+ frame pad(picture pic=currentpicture, real xsize=pic.xsize,
+ real ysize=pic.ysize, filltype filltype=NoFill);
+
The functions
pair min(picture pic, user=false);
pair max(picture pic, user=false);
@@ -4769,7 +4774,7 @@ File: asymptote.info, Node: LaTeX usage, Next: Base modules, Prev: Programmin
***************
'Asymptote' comes with a convenient 'LaTeX' style file 'asymptote.sty'
-(v1.33 or later required) that makes 'LaTeX' 'Asymptote'-aware.
+(v1.34 or later required) that makes 'LaTeX' 'Asymptote'-aware.
Entering 'Asymptote' code directly into the 'LaTeX' source file, at the
point where it is needed, keeps figures organized and avoids the need to
invent new file names for each figure. Simply add the line
@@ -8264,10 +8269,10 @@ using the '-f' option (or 'outformat' setting).
later) from <http://dvisvgm.sourceforge.net>. You might need to adjust
the configuration variable 'libgs' to point to the location of your
'Ghostscript' library 'libgs.so' (or to an empty string, depending on
-how 'dvisvgm' was configured). Due to current limitations of 'dvisvgm',
-'graphic()' can only display SVG output (used by the xasy editor) for
-external vector EPS graphics (embedded images, PDF, PNG, and JPG formats
-are not yet supported).
+how 'dvisvgm' was configured). The 2.8 version of 'dvisvgm' can display
+SVG output (used by the 'xasy' editor) for external vector EPS and PDF
+images included with the 'graphic()' function, in addition to (using the
+'latex' TeX engine) PNG and JPEG embedded raster images.
'Asymptote' can also produce any output format supported by the
'ImageMagick' 'convert' program (version 6.3.5 or later recommended; an
@@ -8462,7 +8467,10 @@ The arrow keys (or mouse wheel) are convenient for temporarily raising
and lowering objects within 'xasy', allowing an object to be selected.
Pressing the arrow keys will pan while the shift key is held and zoom
while the control key is held. The mouse wheel will pan while the alt
-or shift keys is held and zoom while the control key is held.
+or shift keys is held and zoom while the control key is held. In
+translate mode, an object can be dragged coarsely with the mouse or
+positioned finely with the arrow keys while holding down the mouse
+button.
Deconstruction of compound objects (such as arrows) can be prevented
by enclosing them within the commands
@@ -8723,9 +8731,9 @@ Index
* acosh: Mathematical functions.
(line 6)
* add: Frames and pictures.
- (line 212)
+ (line 217)
* add <1>: Frames and pictures.
- (line 226)
+ (line 231)
* add <2>: three. (line 306)
* addViews: three. (line 427)
* adjust: Pens. (line 123)
@@ -8816,7 +8824,7 @@ Index
(line 6)
* atleast: Bezier curves. (line 56)
* attach: Frames and pictures.
- (line 271)
+ (line 276)
* attach <1>: LaTeX usage. (line 50)
* attach <2>: graph. (line 406)
* autoadjust: three. (line 392)
@@ -9156,7 +9164,7 @@ Index
* erase <2>: Frames and pictures.
(line 7)
* erase <3>: Frames and pictures.
- (line 279)
+ (line 284)
* erf: Mathematical functions.
(line 6)
* erfc: Mathematical functions.
@@ -9272,8 +9280,8 @@ Index
* graph: graph. (line 6)
* graph3: graph3. (line 6)
* graphic: label. (line 78)
+* graphic <1>: Options. (line 160)
* graphical user interface: GUI. (line 6)
-* graphics: Options. (line 160)
* gray: Pens. (line 25)
* grayscale: Pens. (line 25)
* Grayscale: palette. (line 9)
@@ -9665,6 +9673,8 @@ Index
(line 48)
* pack: label. (line 100)
* packing: Rest arguments. (line 30)
+* pad: Frames and pictures.
+ (line 186)
* pair: Figure size. (line 6)
* pair <1>: Data types. (line 46)
* pairs: Arrays. (line 236)
@@ -9708,7 +9718,7 @@ Index
* picture: Frames and pictures.
(line 39)
* picture alignment: Frames and pictures.
- (line 226)
+ (line 231)
* piecewisestraight: Paths and guides. (line 92)
* pixel: three. (line 623)
* Pl: Mathematical functions.
@@ -9732,7 +9742,7 @@ Index
* postfix operators: Self & prefix operators.
(line 19)
* postscript: Frames and pictures.
- (line 292)
+ (line 297)
* PostScript fonts: Pens. (line 224)
* PostScript subpath: Paths. (line 23)
* pow10: Mathematical functions.
@@ -9806,7 +9816,7 @@ Index
* resetdefaultpen: Pens. (line 370)
* rest arguments: Rest arguments. (line 6)
* restore: Frames and pictures.
- (line 286)
+ (line 291)
* restricted: Structures. (line 6)
* return: Debugger. (line 47)
* reverse: Data types. (line 265)
@@ -9842,7 +9852,7 @@ Index
* S: Labels. (line 18)
* safe: Options. (line 181)
* save: Frames and pictures.
- (line 283)
+ (line 288)
* saveline: Files. (line 135)
* Scale: label. (line 45)
* scale: Pens. (line 123)
@@ -10007,7 +10017,7 @@ Index
* tensorshade: fill. (line 77)
* tessellation: three. (line 142)
* tex: Frames and pictures.
- (line 300)
+ (line 305)
* tex <1>: Options. (line 155)
* TeX fonts: Pens. (line 215)
* TeX string: Data types. (line 207)
@@ -10017,9 +10027,9 @@ Index
* texpath: Configuring. (line 72)
* texpath <1>: label. (line 113)
* texpreamble: Frames and pictures.
- (line 309)
+ (line 314)
* texreset: Frames and pictures.
- (line 313)
+ (line 318)
* textbook graph: graph. (line 360)
* tgz: UNIX binary distributions.
(line 6)
@@ -10106,7 +10116,7 @@ Index
* UpsideDown <1>: Frames and pictures.
(line 110)
* usepackage: Frames and pictures.
- (line 316)
+ (line 321)
* user coordinates: Figure size. (line 39)
* user-defined operators: User-defined operators.
(line 6)
@@ -10122,7 +10132,7 @@ Index
* vectorfield3: graph3. (line 157)
* vectorization: Arrays. (line 318)
* verbatim: Frames and pictures.
- (line 292)
+ (line 297)
* vertex-dependent colors: three. (line 107)
* Vertical: flowchart. (line 77)
* Viewport: three. (line 76)
@@ -10261,103 +10271,103 @@ Ref: size114282
Ref: unitsize115269
Ref: shipout116342
Ref: filltype118693
-Ref: add121865
-Ref: add about122807
-Ref: tex125836
-Node: Files126732
-Ref: cd127719
-Ref: scroll132404
-Node: Variable initializers135322
-Node: Structures138039
-Node: Operators145541
-Node: Arithmetic & logical145855
-Node: Self & prefix operators148225
-Node: User-defined operators149019
-Node: Implicit scaling149932
-Node: Functions150495
-Ref: stack overflow153638
-Node: Default arguments153920
-Node: Named arguments154676
-Node: Rest arguments157246
-Node: Mathematical functions160368
-Node: Arrays165024
-Ref: sort172132
-Ref: tridiagonal174757
-Ref: solve175988
-Node: Slices180128
-Node: Casts184036
-Node: Import186306
-Node: Static191564
-Node: LaTeX usage194457
-Node: Base modules200951
-Node: plain203508
-Node: simplex204182
-Node: math204456
-Node: interpolate207165
-Node: geometry207444
-Node: trembling208038
-Node: stats208307
-Node: patterns208567
-Node: markers208803
-Node: tree210663
-Node: binarytree210848
-Node: drawtree211514
-Node: syzygy211715
-Node: feynman211989
-Node: roundedpath212264
-Node: animation212547
-Ref: animate212968
-Node: embed214081
-Node: slide215035
-Node: MetaPost215367
-Node: unicode216086
-Node: latin1216960
-Node: babel217329
-Node: labelpath217559
-Node: labelpath3218380
-Node: annotate218691
-Node: CAD219161
-Node: graph219472
-Ref: ticks226633
-Ref: pathmarkers240366
-Ref: marker240837
-Ref: markuniform241191
-Ref: errorbars242999
-Ref: automatic scaling247473
-Node: palette259220
-Ref: images259338
-Ref: image263512
-Ref: logimage264032
-Ref: penimage265137
-Ref: penfunctionimage265399
-Node: three266170
-Ref: PostScript3D295249
-Node: obj296987
-Node: graph3297236
-Ref: GaussianSurface302516
-Node: grid3303665
-Node: solids304449
-Node: tube305441
-Node: flowchart307675
-Node: contour312283
-Node: contour3317598
-Node: smoothcontour3317911
-Node: slopefield319632
-Node: ode321121
-Node: Options321378
-Ref: configuration file328163
-Ref: settings328163
-Ref: texengines329427
-Ref: convert329427
-Node: Interactive mode332915
-Ref: history335065
-Node: GUI336371
-Node: GUI installation336922
-Node: GUI usage337652
-Node: PostScript to Asymptote338568
-Node: Help339326
-Node: Debugger340980
-Node: Credits342736
-Node: Index343753
+Ref: add122106
+Ref: add about123048
+Ref: tex126077
+Node: Files126973
+Ref: cd127960
+Ref: scroll132645
+Node: Variable initializers135563
+Node: Structures138280
+Node: Operators145782
+Node: Arithmetic & logical146096
+Node: Self & prefix operators148466
+Node: User-defined operators149260
+Node: Implicit scaling150173
+Node: Functions150736
+Ref: stack overflow153879
+Node: Default arguments154161
+Node: Named arguments154917
+Node: Rest arguments157487
+Node: Mathematical functions160609
+Node: Arrays165265
+Ref: sort172373
+Ref: tridiagonal174998
+Ref: solve176229
+Node: Slices180369
+Node: Casts184277
+Node: Import186547
+Node: Static191805
+Node: LaTeX usage194698
+Node: Base modules201192
+Node: plain203749
+Node: simplex204423
+Node: math204697
+Node: interpolate207406
+Node: geometry207685
+Node: trembling208279
+Node: stats208548
+Node: patterns208808
+Node: markers209044
+Node: tree210904
+Node: binarytree211089
+Node: drawtree211755
+Node: syzygy211956
+Node: feynman212230
+Node: roundedpath212505
+Node: animation212788
+Ref: animate213209
+Node: embed214322
+Node: slide215276
+Node: MetaPost215608
+Node: unicode216327
+Node: latin1217201
+Node: babel217570
+Node: labelpath217800
+Node: labelpath3218621
+Node: annotate218932
+Node: CAD219402
+Node: graph219713
+Ref: ticks226874
+Ref: pathmarkers240607
+Ref: marker241078
+Ref: markuniform241432
+Ref: errorbars243240
+Ref: automatic scaling247714
+Node: palette259461
+Ref: images259579
+Ref: image263753
+Ref: logimage264273
+Ref: penimage265378
+Ref: penfunctionimage265640
+Node: three266411
+Ref: PostScript3D295490
+Node: obj297228
+Node: graph3297477
+Ref: GaussianSurface302757
+Node: grid3303906
+Node: solids304690
+Node: tube305682
+Node: flowchart307916
+Node: contour312524
+Node: contour3317839
+Node: smoothcontour3318152
+Node: slopefield319873
+Node: ode321362
+Node: Options321619
+Ref: configuration file328404
+Ref: settings328404
+Ref: texengines329668
+Ref: convert329668
+Node: Interactive mode333190
+Ref: history335340
+Node: GUI336646
+Node: GUI installation337197
+Node: GUI usage337927
+Node: PostScript to Asymptote338990
+Node: Help339748
+Node: Debugger341402
+Node: Credits343158
+Node: Index344175

End Tag Table