1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
|
.\" Hey, EMACS: -*- nroff -*-
.TH ASY 1 "1 Dec 2004"
.SH NAME
asy \- Asymptote: a script-based vector graphics language
.SH SYNOPSIS
.B asy
.RI [ options ]
.RI [ file \ ...]
.SH DESCRIPTION
\fBAsymptote\fP is a powerful descriptive vector graphics language for
technical drawings, inspired by MetaPost but with an improved C++-like syntax.
Asymptote provides for figures the same high-quality level of typesetting that
LaTeX does for scientific text.
.SH OPTIONS
If no arguments are given, Asymptote runs in interactive mode.
.PP
If "\-" is given as the file argument, Asymptote reads from standard input.
.PP
A summary of options is included below. The effect of most options
can be negated by prepending
.B no
to the option name.
Default values for most options may also be entered in the
file
.B .asy/config.asy
in the user's home directory using the long form:
.PP
import settings;
batchView=true;
.PP
For a complete
description, see the Info files.
.TP
.B \-GPUblockSize n
Compute shader block size [8].
.TP
.B \-GPUcompress
Compress GPU transparent fragment counts [false].
.TP
.B \-GPUindexing
Compute indexing partial sums on GPU [true].
.TP
.B \-GPUinterlock
Use fragment shader interlock [true].
.TP
.B \-GPUlocalSize n
Compute shader local size [256].
.TP
.B \-V,\-View
View output; command-line only.
.TP
.B \-absolute
Use absolute WebGL dimensions [false].
.TP
.B \-a,\-align C|B|T|Z
Center, Bottom, Top, or Zero page alignment [C].
.TP
.B \-aligndir pair
Directional page alignment (overrides align) [(0,0)].
-animating [false]
.TP
.B \-antialias n
Antialiasing width for rasterized output [2].
.TP
.B \-auto3D
Automatically activate 3D scene [true].
.TP
.B \-autobillboard
3D labels always face viewer by default [true].
.TP
.B \-autoimport str
Module to automatically import.
.TP
.B \-autoplain
Enable automatic importing of plain [true].
.TP
.B \-autoplay
Autoplay 3D animations [false].
.TP
.B \-autorotate
Enable automatic PDF page rotation [false].
.TP
.B \-axes3
Show 3D axes in PDF output [true].
.TP
.B \-batchMask
Mask fpu exceptions in batch mode [false].
.TP
.B \-batchView
View output in batch mode [false].
.TP
.B \-bw
Convert all colors to black and white false.
.TP
.B \-cd directory
Set current directory; command-line only.
.TP
.B \-cmyk
Convert rgb colors to cmyk false.
.TP
.B \-c,\-command str
Command to autoexecute.
.TP
.B \-compact
Conserve memory at the expense of speed false.
.TP
.B \-compress
Compress images in PDF output [true].
-convertOptions str []
.TP
.B \-d,\-debug
Enable debugging messages [false].
.TP
.B \-devicepixelratio n
Ratio of physical to logical pixels [1].
.TP
.B \-digits n
Default output file precision [7].
.TP
.B \-divisor n
Garbage collect using purge(divisor=n) [2].
-dvipsOptions str []
.TP
.B \-dvisvgmMultipleFiles
dvisvgm supports multiple files [true].
-dvisvgmOptions str []
.TP
.B \-embed
Embed rendered preview image [true].
.TP
.B \-e,\-environment
Show summary of environment settings; command-line only.
.TP
.B \-exitonEOF
Exit interactive mode on EOF [true].
.TP
.B \-fitscreen
Fit rendered image to screen [true].
.TP
.B \-framerate frames/s
Animation speed [30].
-glOptions str []
.TP
.B \-globalread
Allow read from other directory true.
.TP
.B \-globalwrite
Allow write to other directory false.
.TP
.B \-gray
Convert all colors to grayscale false.
-gsOptions str []
.TP
.B \-h,\-help
Show summary of options; command-line only.
.TP
.B \-historylines n
Retain n lines of history [1000].
-htmlviewerOptions str
-hyperrefOptions str [setpagesize=false,unicode,pdfborder=0 0 0]
.TP
.B \-ibl
Enable environment map image-based lighting [false].
.TP
.B \-iconify
Iconify rendering window [false].
.TP
.B \-image str
Environment image name [snowyField].
.TP
.B \-imageDir str
Environment image library directory [ibl].
.TP
.B \-inlineimage
Generate inline embedded image [false].
.TP
.B \-inlinetex
Generate inline TeX code [false].
.TP
.B \-inpipe n
Input pipe [-1].
.TP
.B \-interactiveMask
Mask fpu exceptions in interactive mode [true].
.TP
.B \-interactiveView
View output in interactive mode [true].
.TP
.B \-interactiveWrite
Write expressions entered at the prompt to stdout [true].
-interrupt [false]
.TP
.B \-k,\-keep
Keep intermediate files [false].
.TP
.B \-keepaux
Keep intermediate LaTeX .aux files [false].
.TP
.B \-level n
Postscript level [3].
.TP
.B \-l,\-listvariables
List available global functions and variables [false].
.TP
.B \-localhistory
Use a local interactive history file [false].
.TP
.B \-loop
Loop 3D animations [false].
.TP
.B \-lossy
Use single precision for V3D reals [false].
.TP
.B \-lsp
Interactive mode for the Language Server Protocol [false].
.TP
.B \-m,\-mask
Mask fpu exceptions; command-line only.
.TP
.B \-maxtile pair
Maximum rendering tile size [(1024,768)].
.TP
.B \-maxviewport pair
Maximum viewport size [(0,0)].
.TP
.B \-multiline
Input code over multiple lines at the prompt [false].
.TP
.B \-multipleView
View output from multiple batch-mode files [false].
.TP
.B \-multisample n
Multisampling width for screen images [4].
.TP
.B \-offline
Produce offline html files [false].
.TP
.B \-O,\-offset pair
PostScript offset [(0,0)].
.TP
.B \-f,\-outformat format
Convert each output file to specified format.
.TP
.B \-o,\-outname name
Alternative output directory/file prefix.
.TP
.B \-outpipe n
Output pipe [-1].
.TP
.B \-paperheight bp
Default page height [0].
.TP
.B \-paperwidth bp
Default page width [0].
.TP
.B \-p,\-parseonly
Parse file [false].
.TP
.B \-pdfreload
Automatically reload document in pdfviewer [false].
-pdfreloadOptions str []
.TP
.B \-pdfreloaddelay usec
Delay before attempting initial pdf reload [750000].
-pdfviewerOptions str []
.TP
.B \-position pair
Initial 3D rendering screen position [(0,0)].
.TP
.B \-prc
Embed 3D PRC graphics in PDF output [false].
.TP
.B \-prerender resolution
Prerender V3D objects (0 implies vector output) [0].
.TP
.B \-prompt str
Prompt [> ].
.TP
.B \-prompt2 str
Continuation prompt for multiline input [..].
-psviewerOptions str []
.TP
.B \-q,\-quiet
Suppress welcome text and noninteractive stdout [false].
.TP
.B \-render n
Render 3D graphics using n pixels per bp (-1=auto) [-1].
.TP
.B \-resizestep step
Resize step [1.2].
.TP
.B \-reverse
reverse 3D animations [false].
.TP
.B \-rgb
Convert cmyk colors to rgb false.
.TP
.B \-safe
Disable system call true.
.TP
.B \-scroll n
Scroll standard output n lines at a time [0].
.TP
.B \-shiftHoldDistance n
WebGL touch screen distance limit for shift mode [20].
.TP
.B \-shiftWaitTime ms
WebGL touch screen shift mode delay [200].
.TP
.B \-spinstep deg/s
Spin speed [60].
.TP
.B \-svgemulation
Emulate unimplemented SVG shading [true].
.TP
.B \-tabcompletion
Interactive prompt auto-completion [true].
.TP
.B \-tex engine
latex|pdflatex|xelatex|lualatex|tex|pdftex|luatex|context|none [latex].
.TP
.B \-thick
Render thick 3D lines [true].
.TP
.B \-thin
Render thin 3D lines [true].
.TP
.B \-threads
Use POSIX threads for 3D rendering [true].
.TP
.B \-toolbar
Show 3D toolbar in PDF output [true].
.TP
.B \-s,\-translate
Show translated virtual machine code [false].
.TP
.B \-twice
Run LaTeX twice (to resolve references) [false].
.TP
.B \-twosided
Use two-sided 3D lighting model for rendering [true].
.TP
.B \-u,\-user str
General purpose user string.
.TP
.B \-v3d
Embed 3D V3D graphics in PDF output [false].
.TP
.B \-v,\-verbose
Increase verbosity level (can specify multiple times) 0.
.TP
.B \-version
Show version; command-line only.
.TP
.B \-vibrateTime ms
WebGL shift mode vibrate duration [25].
.TP
.B \-viewportmargin pair
Horizontal and vertical 3D viewport margin [(0.5,0.5)].
.TP
.B \-wait
Wait for child processes to finish before exiting [false].
.TP
.B \-warn str
Enable warning; command-line only.
.TP
.B \-webgl2
Use webgl2 if available [false].
.TP
.B \-where
Show where listed variables are declared [false].
.TP
.B \-wsl
Run asy under the Windows Subsystem for Linux [false].
.TP
.B \-xasy
Interactive mode for xasy [false].
.TP
.B \-zoomPinchCap limit
WebGL maximum zoom pinch [100].
.TP
.B \-zoomPinchFactor n
WebGL zoom pinch sensitivity [10].
.TP
.B \-zoomfactor factor
Zoom step factor [1.05].
.TP
.B \-zoomstep step
Mouse motion zoom step [0.1].
.SH SEE ALSO
Asymptote is documented fully in the asymptote Info page.
The manual can also be accessed in interactive mode with the "help" command.
.SH AUTHOR
Asymptote was written by Andy Hammerlindl, John Bowman, and Tom Prince.
.PP
This manual page was written by Hubert Chan for the Debian project (but may
be used by others).
|