diff options
Diffstat (limited to 'Master/texmf-dist/doc/info/asy-faq.info')
-rw-r--r-- | Master/texmf-dist/doc/info/asy-faq.info | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/Master/texmf-dist/doc/info/asy-faq.info b/Master/texmf-dist/doc/info/asy-faq.info index aec3cabfcd0..30134dc77d7 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 - 20 May 2013 + 20 Apr 2014 This is the list of Frequently Asked Questions about Asymptote (asy). @@ -693,7 +693,7 @@ To override the arrowsize you can give every Arrow drawing attribute a real size argument. If you want to do this globally, you can override the pen-dependent arrowsize function like this: -arrowsize=new real(pen p=currentpen) {return 2mm;}; +DefaultHead.size=new real(pen p=currentpen) {return 2mm;}; File: asy-faq.info, Node: Question 5.4, Next: Question 6.1, Previous: Question 5.3, Up: Section 5 |