Difference between revisions of "Asymptote: Asymptote in the Aops wiki and forums"

 
(2 intermediate revisions by one other user not shown)
Line 1: Line 1:
 +
{{Asymptote}}
 
To use in wiki, simply insert the <nowiki><asy> and </asy> tags</nowiki> around your code.
 
To use in wiki, simply insert the <nowiki><asy> and </asy> tags</nowiki> around your code.
  
Line 4: Line 5:
  
 
Example: in wiki, <pre><nowiki><asy>draw((0,60)--(0,0)--(50,5)--(0,50));</asy></nowiki></pre>
 
Example: in wiki, <pre><nowiki><asy>draw((0,60)--(0,0)--(50,5)--(0,50));</asy></nowiki></pre>
yeilds
+
yields
 
<asy>draw((0,60)--(0,0)--(50,5)--(0,50));</asy>
 
<asy>draw((0,60)--(0,0)--(50,5)--(0,50));</asy>
 +
[[category:Asymptote]]

Latest revision as of 18:42, 27 February 2018

Asymptote (Vector Graphics Language)
Getting Started - Basics - Drawing - Labeling - Filling - Useful functions - Examples - Macros and Packages

Help - Reference - Advanced Asymptote - 3D Graphics - CSE5 Package - How to

To use in wiki, simply insert the <asy> and </asy> tags around your code.

For use in forum or aops classroom, simply insert [asy] and[/asy] tags.

Example: in wiki,

<asy>draw((0,60)--(0,0)--(50,5)--(0,50));</asy>

yields [asy]draw((0,60)--(0,0)--(50,5)--(0,50));[/asy]