From 0f5e19a268f4d86c2897f590563f21c8277c18d1 Mon Sep 17 00:00:00 2001 From: Karl Berry Date: Sun, 7 Feb 2016 00:27:20 +0000 Subject: asy 2.36 sources git-svn-id: svn://tug.org/texlive/trunk@39610 c570f23f-e606-0410-a88d-b1316a301751 --- Build/source/utils/asymptote/doc/FAQ/asy-faq.info | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) (limited to 'Build/source/utils/asymptote/doc/FAQ/asy-faq.info') diff --git a/Build/source/utils/asymptote/doc/FAQ/asy-faq.info b/Build/source/utils/asymptote/doc/FAQ/asy-faq.info index a091076031f..f3460ce0210 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 - 19 May 2015 + 03 Feb 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; -- cgit v1.2.3