diff options
author | Karl Berry <karl@freefriends.org> | 2016-04-07 16:52:56 +0000 |
---|---|---|
committer | Karl Berry <karl@freefriends.org> | 2016-04-07 16:52:56 +0000 |
commit | e1e1d6fa3224440612d3ad6595c413f88d552702 (patch) | |
tree | eaa3301c9fecd1d01baa642b2e483fee4430bcee /Master/texmf-dist/doc/info/asy-faq.info | |
parent | 0eefec13710bb4d6aff6838a6efc463912506ee9 (diff) |
asymptote 2.37
git-svn-id: svn://tug.org/texlive/trunk@40303 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master/texmf-dist/doc/info/asy-faq.info')
-rw-r--r-- | Master/texmf-dist/doc/info/asy-faq.info | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/Master/texmf-dist/doc/info/asy-faq.info b/Master/texmf-dist/doc/info/asy-faq.info index a091076031f..035dbfdb1c1 100644 --- a/Master/texmf-dist/doc/info/asy-faq.info +++ b/Master/texmf-dist/doc/info/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 - 19 May 2015 + 13 Mar 2016 This is the list of Frequently Asked Questions about Asymptote (asy). @@ -863,8 +863,8 @@ endlabel=false; (ii) explicitly remove specific ticks and their labels (drawing them manually; see -http://asymptote.svn.sourceforge.net/viewvc/asymptote/trunk/asymptote/base/graph.asy -for the definition of NoZero): +http://www.github.com/vectorgraphics/asymptote/base/graph.asy for the +definition of NoZero): import graph; @@ -879,8 +879,8 @@ yaxis(Ticks(NoZero)); label("$0$",(0,0),SW); (iii) explicitly remove specific tick labels and draw them manually (see -http://asymptote.svn.sourceforge.net/viewvc/asymptote/trunk/asymptote/base/graph.asy -for the definition of NoZeroFormat): +http://www.github.com/vectorgraphics/asymptote/base/graph.asy for the +definition of NoZeroFormat): import graph; |