From 1e36e2153080d89f519641dbfc1351b35176a7ea Mon Sep 17 00:00:00 2001 From: Karl Berry Date: Sun, 19 Jun 2011 12:38:30 +0000 Subject: asy 2.12 sources git-svn-id: svn://tug.org/texlive/trunk@23054 c570f23f-e606-0410-a88d-b1316a301751 --- Build/source/utils/asymptote/doc/CAD.pdf | Bin 67539 -> 67539 bytes Build/source/utils/asymptote/doc/FAQ/asy-faq.info | 2 +- .../utils/asymptote/doc/TeXShopAndAsymptote.pdf | Bin 0 -> 31407 bytes Build/source/utils/asymptote/doc/asy-latex.pdf | Bin 0 -> 207758 bytes Build/source/utils/asymptote/doc/asy.1 | 294 +++++++++++++++++++++ Build/source/utils/asymptote/doc/asymptote.pdf | Bin 1762062 -> 1758774 bytes .../source/utils/asymptote/doc/png/asymptote.info | 173 ++++++------ 7 files changed, 383 insertions(+), 86 deletions(-) create mode 100755 Build/source/utils/asymptote/doc/TeXShopAndAsymptote.pdf create mode 100755 Build/source/utils/asymptote/doc/asy-latex.pdf create mode 100755 Build/source/utils/asymptote/doc/asy.1 (limited to 'Build/source/utils/asymptote/doc') diff --git a/Build/source/utils/asymptote/doc/CAD.pdf b/Build/source/utils/asymptote/doc/CAD.pdf index afaad32261c..997b619bf8e 100644 Binary files a/Build/source/utils/asymptote/doc/CAD.pdf and b/Build/source/utils/asymptote/doc/CAD.pdf differ diff --git a/Build/source/utils/asymptote/doc/FAQ/asy-faq.info b/Build/source/utils/asymptote/doc/FAQ/asy-faq.info index 6fc4b7ce85c..15dcadac710 100644 --- a/Build/source/utils/asymptote/doc/FAQ/asy-faq.info +++ b/Build/source/utils/asymptote/doc/FAQ/asy-faq.info @@ -10,7 +10,7 @@ END-INFO-DIR-ENTRY File: asy-faq.info, Node: Top, Next: Question 1.1, Up: (dir) ASYMPTOTE FREQUENTLY ASKED QUESTIONS - 26 May 2011 + 18 Jun 2011 This is the list of Frequently Asked Questions about Asymptote (asy). diff --git a/Build/source/utils/asymptote/doc/TeXShopAndAsymptote.pdf b/Build/source/utils/asymptote/doc/TeXShopAndAsymptote.pdf new file mode 100755 index 00000000000..e3b70f867b2 Binary files /dev/null and b/Build/source/utils/asymptote/doc/TeXShopAndAsymptote.pdf differ diff --git a/Build/source/utils/asymptote/doc/asy-latex.pdf b/Build/source/utils/asymptote/doc/asy-latex.pdf new file mode 100755 index 00000000000..7dd6d2780c9 Binary files /dev/null and b/Build/source/utils/asymptote/doc/asy-latex.pdf differ diff --git a/Build/source/utils/asymptote/doc/asy.1 b/Build/source/utils/asymptote/doc/asy.1 new file mode 100755 index 00000000000..7f3d2a40772 --- /dev/null +++ b/Build/source/utils/asymptote/doc/asy.1 @@ -0,0 +1,294 @@ +.\" 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 \-V,\-View +View output; command-line only. +.TP +.B \-a,\-align C|B|T|Z +Center, Bottom, Top, or Zero page alignment [C]. +.TP +.B \-antialias n +Antialiasing width for rasterized output [2]. +.TP +.B \-arcballradius pixels +Arcball radius [750]. +.TP +.B \-auto3D +Automatically activate 3D scene [true]. +.TP +.B \-autobillboard +3D labels always face viewer by default [true]. +.TP +.B \-autoimport string +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 \-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 string +Command to autoexecute. +.TP +.B \-compact +Conserve memory at the expense of speed [false]. +.TP +.B \-d,\-debug +Enable debugging messages [false]. +.TP +.B \-divisor n +Garbage collect using purge(divisor=n) [2]. +.TP +.B \-doubleclick ms +Emulated double-click timeout [200]. +.TP +.B \-embed +Embed rendered preview image [true]. +.TP +.B \-exitonEOF +Exit interactive mode on EOF [true]. +.TP +.B \-fitscreen +Fit rendered image to screen [true]. +.TP +.B \-framedelay ms +Additional frame delay [0]. +.TP +.B \-framerate frames/s +Animation speed [30]. +.TP +.B \-globalwrite +Allow write to other directory [false]. +.TP +.B \-gray +Convert all colors to grayscale [false]. +.TP +.B \-h,\-help +Show summary of options; command-line only. +.TP +.B \-historylines n +Retain n lines of history [1000]. +.TP +.B \-iconify +Iconify rendering window [false]. +.TP +.B \-inlineimage +Generate inline embedded image [false]. +.TP +.B \-inlinetex +Generate inline TeX code [false]. +.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]. +.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 \-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 [(2048,2048)]. +.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 \-offscreen +Use offscreen rendering [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/filename. +.TP +.B \-p,\-parseonly +Parse file [false]. +.TP +.B \-pdfreload +Automatically reload document in pdfviewer [false]. +.TP +.B \-pdfreloaddelay usec +Delay before attempting initial pdf reload [750000]. +.TP +.B \-position pair +Initial 3D rendering screen position [(0,0)]. +.TP +.B \-prc +Embed 3D PRC graphics in PDF output [true]. +.TP +.B \-prompt string +Prompt [> ]. +.TP +.B \-prompt2 string +Continuation prompt for multiline input [..]. +.TP +.B \-q,\-quiet +Suppress welcome message [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 \-spinstep deg/s +Spin speed [60]. +.TP +.B \-svgemulation +Emulate unimplemented SVG shading [false]. +.TP +.B \-tabcompletion +Interactive prompt auto-completion [true]. +.TP +.B \-tex engine +latex|pdflatex|xelatex|tex|pdftex|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 string +General purpose user string. +.TP +.B \-v,\-verbose +Increase verbosity level (can specify multiple times) [0]. +.TP +.B \-version +Show version; command-line only. +.TP +.B \-wait +Wait for child processes to finish before exiting [false]. +.TP +.B \-warn string +Enable warning; command-line only. +.TP +.B \-where +Show where listed variables are declared [false]. +.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). diff --git a/Build/source/utils/asymptote/doc/asymptote.pdf b/Build/source/utils/asymptote/doc/asymptote.pdf index 5ae18cf90b3..89ad91f2698 100644 Binary files a/Build/source/utils/asymptote/doc/asymptote.pdf and b/Build/source/utils/asymptote/doc/asymptote.pdf differ diff --git a/Build/source/utils/asymptote/doc/png/asymptote.info b/Build/source/utils/asymptote/doc/png/asymptote.info index 55fbad3858a..484466be8be 100644 --- a/Build/source/utils/asymptote/doc/png/asymptote.info +++ b/Build/source/utils/asymptote/doc/png/asymptote.info @@ -1,11 +1,11 @@ This is asymptote.info, produced by makeinfo version 4.13 from ../asymptote.texi. -This file documents `Asymptote', version 2.10. +This file documents `Asymptote', version 2.12. `http://asymptote.sourceforge.net' - Copyright (C) 2004-10 Andy Hammerlindl, John Bowman, and Tom Prince. + Copyright (C) 2004-11 Andy Hammerlindl, John Bowman, and Tom Prince. Permission is granted to copy, distribute and/or modify this document under the terms of the GNU Lesser General Public License @@ -23,11 +23,11 @@ File: asymptote.info, Node: Top, Next: Description, Up: (dir) Asymptote ********* -This file documents `Asymptote', version 2.10. +This file documents `Asymptote', version 2.12. `http://asymptote.sourceforge.net' - Copyright (C) 2004-10 Andy Hammerlindl, John Bowman, and Tom Prince. + Copyright (C) 2004-11 Andy Hammerlindl, John Bowman, and Tom Prince. Permission is granted to copy, distribute and/or modify this document under the terms of the GNU Lesser General Public License @@ -6446,7 +6446,7 @@ these palettes to the CMYK colorspace. A color density plot using palette `palette' can be generated from a function `f'(x,y) and added to a picture `pic': -bounds image(picture pic=currentpicture, real f(real,real), +bounds image(picture pic=currentpicture, real f(real, real), range range=Full, pair initial, pair final, int nx=ngraph, int ny=nx, pen[] palette, bool antialias=false) The function `f' will be sampled at `nx' and `ny' evenly spaced points @@ -6562,7 +6562,9 @@ void image(picture pic=currentpicture, pen[][] data, bool transpose=(initial.x < final.x && initial.y < final.y), bool copy=true, bool antialias=false); void image(picture pic=currentpicture, pen f(int, int), int width, int height, - pair initial, pair final, bool antialias=false); + pair initial, pair final, + bool transpose=(initial.x < final.x && initial.y < final.y), + bool antialias=false); as illustrated in the following examples: size(200); @@ -6834,18 +6836,18 @@ There are four choices for viewing 3D `Asymptote' output: at twice the specified resolution; this can be disabled by setting `antialias=1'. High resolution rendering is done by tiling the image. If your graphics card allows it, the rendering can be made - more efficient by increasing the maximum tile size `maxtile' - beyond the screen dimensions (indicated by `maxtile=(0,0)'. If - your video card generates unwanted black stripes in the output, - try setting the horizontal and vertical components of `maxtiles' - to something less than your screen dimensions. The tile size is - also limited by the setting `maxviewport', which restricts the - maximum width and height of the viewport. On `UNIX' systems some - graphics drivers support batch mode (`-noV') rendering in an - iconified window; this can be enabled with the setting - `iconify=true'. Some (broken) `UNIX' graphics drivers may require - the command line setting `-glOptions=-indirect', which requests - (slower) indirect rendering. + more efficient by increasing the maximum tile size `maxtile' to + your screen dimensions (indicated by `maxtile=(0,0)'. If your + video card generates unwanted black stripes in the output, try + setting the horizontal and vertical components of `maxtiles' to + something less than your screen dimensions. The tile size is also + limited by the setting `maxviewport', which restricts the maximum + width and height of the viewport. On `UNIX' systems some graphics + drivers support batch mode (`-noV') rendering in an iconified + window; this can be enabled with the setting `iconify=true'. Some + (broken) `UNIX' graphics drivers may require the command line + setting `-glOptions=-indirect', which requests (slower) indirect + rendering. 3. Embed the 3D PRC format in a PDF file and view the resulting PDF file with version `9.0' or later of `Adobe Reader'. In addition @@ -7951,11 +7953,12 @@ Options (negate by replacing - with -no): -localhistory Use a local interactive history file [false] -loop Loop 3D animations [false] -m,-mask Mask fpu exceptions; command-line only --maxtile pair Maximum rendering tile size [(0,0)] +-maxtile pair Maximum rendering tile size [(1024,768)] -maxviewport pair Maximum viewport size [(2048,2048)] -multiline Input code over multiple lines at the prompt [false] -multipleView View output from multiple batch-mode files [false] -multisample n Multisampling width for screen images [4] +-offscreen Use offscreen rendering [false] -O,-offset pair PostScript offset [(0,0)] -f,-outformat format Convert each output file to specified format -o,-outname name Alternative output directory/filename @@ -8466,9 +8469,9 @@ Index * ---: Bezier curves. (line 83) * -=: Self & prefix operators. (line 6) -* -c: Options. (line 173) -* -l: Options. (line 192) -* -u: Options. (line 183) +* -c: Options. (line 174) +* -l: Options. (line 193) +* -u: Options. (line 184) * -V <1>: Tutorial. (line 19) * -V: Configuring. (line 6) * ..: Tutorial. (line 127) @@ -8531,7 +8534,7 @@ Index (line 48) * alias <1>: Arrays. (line 187) * alias: Structures. (line 52) -* align: Options. (line 167) +* align: Options. (line 168) * Align: label. (line 12) * all: Arrays. (line 335) * Allow: Pens. (line 327) @@ -8544,7 +8547,7 @@ Index * animate: Configuring. (line 67) * animation: animation. (line 6) * annotate: annotate. (line 6) -* antialias <1>: Options. (line 142) +* antialias <1>: Options. (line 143) * antialias: three. (line 210) * antialiasing: Compiling from UNIX source. (line 16) @@ -8591,7 +8594,7 @@ Index * asyinclude: LaTeX usage. (line 44) * asymptote.sty: LaTeX usage. (line 6) * asymptote.xml: Editing modes. (line 49) -* ASYMPTOTE_CONFIG: Options. (line 114) +* ASYMPTOTE_CONFIG: Options. (line 115) * aTan: Mathematical functions. (line 20) * atan: Mathematical functions. @@ -8604,7 +8607,7 @@ Index * attach <1>: graph. (line 415) * attach: LaTeX usage. (line 49) * autoadjust: three. (line 354) -* autoimport: Options. (line 110) +* autoimport: Options. (line 111) * automatic scaling: graph. (line 682) * axialshade: fill. (line 43) * axis <1>: graph3. (line 66) @@ -8741,13 +8744,13 @@ Index * conditional <1>: Arithmetic & logical. (line 73) * conditional: Programming. (line 8) -* config: Options. (line 114) -* configuration file <1>: Options. (line 114) +* config: Options. (line 115) +* configuration file <1>: Options. (line 115) * configuration file: Configuring. (line 23) * configuring: Configuring. (line 6) * conj: Data types. (line 57) * constructors: Structures. (line 91) -* context: Options. (line 142) +* context: Options. (line 143) * continue <1>: Debugger. (line 31) * continue: Programming. (line 29) * contour: contour. (line 9) @@ -8755,11 +8758,11 @@ Index * controls <1>: three. (line 6) * controls: Bezier curves. (line 45) * controlSpecifier: Paths and guides. (line 379) -* convert <1>: Options. (line 142) +* convert <1>: Options. (line 143) * convert <2>: animation. (line 6) * convert <3>: Files. (line 154) * convert: Configuring. (line 67) -* convertOptions: Options. (line 129) +* convertOptions: Options. (line 130) * Coons shading: fill. (line 74) * copy: Arrays. (line 174) * Cos: Mathematical functions. @@ -8852,7 +8855,7 @@ Index * drawline: math. (line 9) * drawtree: drawtree. (line 9) * dvips: Configuring. (line 67) -* dvipsOptions: Options. (line 129) +* dvipsOptions: Options. (line 130) * dvisvgm: Configuring. (line 67) * E <1>: Mathematical functions. (line 48) @@ -8890,7 +8893,7 @@ Index * eof: Files. (line 92) * eol <1>: Arrays. (line 350) * eol: Files. (line 92) -* EPS <1>: Options. (line 142) +* EPS <1>: Options. (line 143) * EPS: label. (line 80) * erase <1>: Frames and pictures. (line 7) * erase <2>: Data types. (line 239) @@ -8964,7 +8967,7 @@ Index * fontcommand: Pens. (line 207) * fontsize: Pens. (line 178) * for: Programming. (line 8) -* format <1>: Options. (line 142) +* format <1>: Options. (line 143) * format: Data types. (line 267) * forum: Help. (line 6) * frame: Frames and pictures. (line 7) @@ -8989,7 +8992,7 @@ Index * getreal: Files. (line 117) * getstring: Files. (line 117) * gettriple: Files. (line 117) -* glOptions <1>: Options. (line 129) +* glOptions <1>: Options. (line 130) * glOptions: three. (line 210) * GNU Scientific Library: Mathematical functions. (line 48) @@ -9011,7 +9014,7 @@ Index (line 48) * GSL: Compiling from UNIX source. (line 58) -* gsOptions: Options. (line 129) +* gsOptions: Options. (line 130) * GUI: GUI. (line 6) * GUI installation: GUI installation. (line 6) * GUI usage: GUI usage. (line 6) @@ -9037,7 +9040,7 @@ Index * HookHead: draw. (line 26) * HookHead3: three. (line 543) * Horizontal: flowchart. (line 81) -* hyperrefOptions: Options. (line 129) +* hyperrefOptions: Options. (line 130) * hypot: Mathematical functions. (line 6) * I: Mathematical functions. @@ -9053,7 +9056,7 @@ Index * if: Programming. (line 8) * IgnoreAspect: Frames and pictures. (line 58) * image: palette. (line 34) -* ImageMagick <1>: Options. (line 142) +* ImageMagick <1>: Options. (line 143) * ImageMagick <2>: animation. (line 6) * ImageMagick: Configuring. (line 67) * images: palette. (line 6) @@ -9132,7 +9135,7 @@ Index * Landscape: Frames and pictures. (line 95) * lastcut: Paths and guides. (line 251) * lasy-mode: Editing modes. (line 6) -* latex: Options. (line 142) +* latex: Options. (line 143) * LaTeX fonts: Pens. (line 192) * LaTeX usage: LaTeX usage. (line 6) * latexmk: LaTeX usage. (line 29) @@ -9267,7 +9270,7 @@ Index * none: Files. (line 60) * None: draw. (line 19) * normal: three. (line 488) -* nosafe: Options. (line 162) +* nosafe: Options. (line 163) * NOT: Arithmetic & logical. (line 80) * notaknot: graph. (line 37) @@ -9284,7 +9287,7 @@ Index * obliqueY: three. (line 334) * obliqueZ: three. (line 319) * ode: ode. (line 9) -* offset <1>: Options. (line 167) +* offset <1>: Options. (line 168) * offset: Pens. (line 115) * OmitTick: graph. (line 239) * OmitTickInterval: graph. (line 239) @@ -9310,7 +9313,7 @@ Index * orthographic: three. (line 338) * outformat: three. (line 127) * outprefix: Frames and pictures. (line 83) -* output <1>: Options. (line 142) +* output <1>: Options. (line 143) * output: Files. (line 35) * OutTicks: graph3. (line 34) * overloading functions: Functions. (line 44) @@ -9338,10 +9341,10 @@ Index * path[]: Tutorial. (line 134) * patterns <1>: patterns. (line 6) * patterns: Pens. (line 238) -* PDF: Options. (line 142) -* pdflatex: Options. (line 142) +* PDF: Options. (line 143) +* pdflatex: Options. (line 143) * pdfviewer: Configuring. (line 6) -* pdfviewerOptions: Options. (line 129) +* pdfviewerOptions: Options. (line 130) * pen: Pens. (line 6) * PenMargin: draw. (line 42) * PenMargin2: three. (line 559) @@ -9391,7 +9394,7 @@ Index (line 6) * psview: Microsoft Windows. (line 16) * psviewer: Configuring. (line 6) -* psviewerOptions: Options. (line 129) +* psviewerOptions: Options. (line 130) * pt: Tutorial. (line 63) * public: Structures. (line 6) * push: Arrays. (line 39) @@ -9435,7 +9438,7 @@ Index * remainder: Mathematical functions. (line 6) * rename: Files. (line 151) -* render <1>: Options. (line 142) +* render <1>: Options. (line 143) * render: three. (line 47) * replace: Data types. (line 252) * resetdefaultpen: Pens. (line 353) @@ -9470,7 +9473,7 @@ Index * runtime imports: Import. (line 98) * Russian: unicode. (line 7) * S: Tutorial. (line 106) -* safe: Options. (line 162) +* safe: Options. (line 163) * save: Frames and pictures. (line 262) * saveline: Files. (line 134) * scale: three. (line 452) @@ -9497,7 +9500,7 @@ Index * self operators: Self & prefix operators. (line 6) * sequence: Arrays. (line 128) -* settings <1>: Options. (line 114) +* settings <1>: Options. (line 115) * settings: Configuring. (line 23) * sgn: Mathematical functions. (line 26) @@ -9527,7 +9530,7 @@ Index * SixViews: three. (line 396) * SixViewsFR: three. (line 396) * SixViewsUS: three. (line 396) -* size <1>: Options. (line 142) +* size <1>: Options. (line 143) * size <2>: three. (line 502) * size <3>: Frames and pictures. (line 43) * size: Paths and guides. (line 70) @@ -9582,9 +9585,9 @@ Index * SuppressQuiet: Pens. (line 335) * surface <1>: graph3. (line 100) * surface: three. (line 47) -* SVG: Options. (line 142) +* SVG: Options. (line 143) * SVN: Subversion. (line 6) -* system <1>: Options. (line 162) +* system <1>: Options. (line 163) * system: Files. (line 159) * syzygy: syzygy. (line 6) * tab: Files. (line 60) @@ -9602,7 +9605,7 @@ Index * tensionSpecifier: Paths and guides. (line 385) * tensor product shading: fill. (line 74) * tensorshade: fill. (line 74) -* tex <1>: Options. (line 142) +* tex <1>: Options. (line 143) * tex: Frames and pictures. (line 278) * TeX fonts: Pens. (line 201) * TeX string: Data types. (line 179) @@ -9720,7 +9723,7 @@ Index * X: three. (line 274) * xasy: GUI. (line 6) * xaxis3: graph3. (line 7) -* xelatex <1>: Options. (line 142) +* xelatex <1>: Options. (line 143) * xelatex: embed. (line 10) * xequals: graph. (line 294) * XEquals: graph. (line 280) @@ -9893,36 +9896,36 @@ Ref: errorbars235104 Ref: automatic scaling239160 Node: palette249806 Ref: images249924 -Ref: image254095 -Ref: logimage254573 -Ref: penimage255551 -Ref: penfunctionimage255772 -Node: three256496 -Ref: PostScript3D281241 -Node: obj282933 -Node: graph3283185 -Ref: GaussianSurface288310 -Node: grid3289414 -Node: solids290154 -Node: tube291102 -Node: flowchart293337 -Node: contour297906 -Node: contour3303031 -Node: slopefield303338 -Node: ode304775 -Node: Options305035 -Ref: configuration file310963 -Ref: settings310963 -Ref: convert312164 -Node: Interactive mode315131 -Ref: history317284 -Node: GUI318589 -Node: GUI installation319092 -Node: GUI usage320222 -Node: PostScript to Asymptote321125 -Node: Help321881 -Node: Debugger323617 -Node: Credits325402 -Node: Index326334 +Ref: image254096 +Ref: logimage254574 +Ref: penimage255635 +Ref: penfunctionimage255856 +Node: three256580 +Ref: PostScript3D281322 +Node: obj283014 +Node: graph3283266 +Ref: GaussianSurface288391 +Node: grid3289495 +Node: solids290235 +Node: tube291183 +Node: flowchart293418 +Node: contour297987 +Node: contour3303112 +Node: slopefield303419 +Node: ode304856 +Node: Options305116 +Ref: configuration file311104 +Ref: settings311104 +Ref: convert312305 +Node: Interactive mode315272 +Ref: history317425 +Node: GUI318730 +Node: GUI installation319233 +Node: GUI usage320363 +Node: PostScript to Asymptote321266 +Node: Help322022 +Node: Debugger323758 +Node: Credits325543 +Node: Index326475  End Tag Table -- cgit v1.2.3