summaryrefslogtreecommitdiff
path: root/Build/source/utils/asymptote/doc/asymptote.texi
diff options
context:
space:
mode:
authorKarl Berry <karl@freefriends.org>2019-03-27 22:27:57 +0000
committerKarl Berry <karl@freefriends.org>2019-03-27 22:27:57 +0000
commit9121faed0cf54a08882acf41120cf28fc3a32998 (patch)
treefe7f0c5e9ed02fe4a1fc389c27c88750c2807e43 /Build/source/utils/asymptote/doc/asymptote.texi
parentb8e24fbf964b4030f68a8484a53d405869693266 (diff)
asy 2.48 sources
git-svn-id: svn://tug.org/texlive/trunk@50622 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Build/source/utils/asymptote/doc/asymptote.texi')
-rw-r--r--Build/source/utils/asymptote/doc/asymptote.texi22
1 files changed, 10 insertions, 12 deletions
diff --git a/Build/source/utils/asymptote/doc/asymptote.texi b/Build/source/utils/asymptote/doc/asymptote.texi
index e740a258855..f9b3aee2cdc 100644
--- a/Build/source/utils/asymptote/doc/asymptote.texi
+++ b/Build/source/utils/asymptote/doc/asymptote.texi
@@ -742,7 +742,7 @@ can be enabled by running @code{asy-kate.sh} in the
The following commands are needed to install the latest development version of
@code{Asymptote} using @code{git}:
@verbatim
-git clone http://github.com/vectorgraphics/asymptote
+git clone https://github.com/vectorgraphics/asymptote
cd asymptote
./autogen.sh
@@ -1297,7 +1297,7 @@ void latticeshade(picture pic=currentpicture, path g, bool stroke=false,
@end verbatim
@cindex @code{stroke}
If @code{stroke=true}, the region filled is the same as the region that
-would be drawn by @code{draw(pic,g,fillrule+zerowinding)}; in this case the path
+would be drawn by @code{draw(pic,g,zerowinding)}; in this case the path
@code{g} need not be cyclic.
The pens in @code{p} must belong to the same color space. One can use the
functions @code{rgb(pen)} or @code{cmyk(pen)} to promote pens to a
@@ -1425,7 +1425,7 @@ void clip(picture pic=currentpicture, path g, stroke=false,
Clip the current contents of picture @code{pic} to the region bounded
by the path @code{g}, using fill rule @code{fillrule} (@pxref{fillrule}).
If @code{stroke=true}, the clipped portion is the same as the region
-that would be drawn with @code{draw(pic,g,fillrule+zerowinding)}; in
+that would be drawn with @code{draw(pic,g,zerowinding)}; in
this case the path @code{g} need not be cyclic. For an illustration of
picture clipping, see the first example in @ref{LaTeX usage}.
@@ -6162,7 +6162,7 @@ An even better method for processing a @code{LaTeX} file with embedded
@end quotation
@noindent
after putting the contents of
-@url{http://sourceforge.net/p/asymptote/code/HEAD/tree/trunk/asymptote/doc/latexmkrc}
+@url{https://raw.githubusercontent.com/vectorgraphics/asymptote/HEAD/doc/latexmkrc}
@noindent
in a file @code{latexmkrc} in the same directory. The command
@verbatim
@@ -7913,8 +7913,8 @@ maximum screen dimension. The default settings
@verbatim
import settings;
leftbutton=new string[] {"rotate","zoom","shift","pan"};
-middlebutton=new string[] {"menu"};
-rightbutton=new string[] {"zoom/menu","rotateX","rotateY","rotateZ"};
+middlebutton=new string[] {""};
+rightbutton=new string[] {"zoom","rotateX","rotateY","rotateZ"};
wheelup=new string[] {"zoomin"};
wheeldown=new string[] {"zoomout"};
@end verbatim
@@ -7924,11 +7924,9 @@ bind the mouse buttons as follows:
@item Shift Left: zoom
@item Ctrl Left: shift viewport
@item Alt Left: pan
-@item Middle: menu (must be unmodified; ignores Shift, Ctrl, and Alt)
@item Wheel Up: zoom in
@item Wheel Down: zoom out
-@item Right: zoom/menu (must be unmodified)
-@item Right double click: menu
+@item Right: zoom
@item Shift Right: rotate about the X axis
@item Ctrl Right: rotate about the Y axis
@item Alt Right: rotate about the Z axis
@@ -7963,7 +7961,7 @@ The keyboard shortcuts are:
@cindex @code{maxviewport}
@cindex @code{maxtile}
@cindex @code{glOptions}
-@cindex @code{iconic}
+@cindex @code{iconify}
@cindex @code{black stripes}
@item Render the scene to a specified rasterized format @code{outformat}
at the resolution of @code{n} pixels per @code{bp}, as specified by the
@@ -9504,7 +9502,7 @@ along with the @code{Python} packages @code{pyqt5}, @code{cson}, and
@code{numpy}:
@verbatim
-pip3 install pyqt5 cson numpy
+pip3 install cson numpy pyqt5 PyQt5.sip
@end verbatim
Pictures are deconstructed into the @acronym{SVG} image format.
@@ -9736,7 +9734,7 @@ Tom Prince. Sean Healy designed the @code{Asymptote} logo. Other
contributors include Orest Shardt, Jesse Frohlich, Michail Vidiassov,
Charles Staats, Philippe Ivaldi, Olivier Guib@'e, Radoslav Marinov,
Jeff Samuelson, Chris Savage, Jacques Pienaar, Mark Henning, Steve Melenchuk,
-Martin Wiebusch, and Stefan Knorr.
+Martin Wiebusch, Stefan Knorr, and Supakorn ``Jamie'' Rassameemasmuang.
@node Index, , Credits, Top
@unnumbered Index