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

Line 1: Line 1:
 
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.
 +
 +
For use in forum or aops classroom, simply insert [asy] and[/asy] tags.
 +
 +
Example: in wiki, <nowiki><pre><asy>draw((0,60)--(0,0)--(50,5)--(0,50));</asy></pre></nowiki>
 +
yeilds
 +
<asy>draw((0,60)--(0,0)--(50,5)--(0,50));</asy>

Revision as of 18:04, 8 March 2014

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, <pre><asy>draw((0,60)--(0,0)--(50,5)--(0,50));</asy></pre> yeilds [asy]draw((0,60)--(0,0)--(50,5)--(0,50));[/asy]