Difference between revisions of "User:Lord baltimore"
(Created page with "{{Lord_Baltimore}} I like to create Asymptote and <math>\LaTeX</math> code. This is an example: [asy] //vertical lines draw((-10,-11)--(-10,11),rgb(.7,.7,.7)); draw((-9,-11)...") |
|||
Line 3: | Line 3: | ||
I like to create Asymptote and <math>\LaTeX</math> code. This is an example: | I like to create Asymptote and <math>\LaTeX</math> code. This is an example: | ||
− | + | <asy> | |
//vertical lines | //vertical lines | ||
draw((-10,-11)--(-10,11),rgb(.7,.7,.7)); | draw((-10,-11)--(-10,11),rgb(.7,.7,.7)); | ||
Line 51: | Line 51: | ||
draw((13,0)--(-13,0),Arrows); | draw((13,0)--(-13,0),Arrows); | ||
− | + | </asy> |