Difference between revisions of "LaTeX:Diagrams"
m |
|||
Line 2: | Line 2: | ||
== Diagrams and Figures == | == Diagrams and Figures == | ||
− | It's best to rely on [http://artofproblemsolving.com/wiki/index.php/Asymptote_(Vector_Graphics_Language) Asymptote] for drawing diagrams and figures, as <math>\text{\LaTeX}</math> does not have the ability to output good diagrams for geometry and such. However, <math>\text{\LaTeX}</math> does work wonderfully well with Asymptote. | + | It's best to rely on [http://artofproblemsolving.com/wiki/index.php/Asymptote_(Vector_Graphics_Language) Asymptote] for drawing diagrams and figures, as <math>\text{\LaTeX}</math> does not (it does, you just can't be a dunce, and all tikzpictures are rendered as 1 on this site if they compile) have the ability to output good (opinion) diagrams for geometry and such. However, <math>\text{\LaTeX}</math> does work wonderfully well with Asymptote. |
+ | <cmath>\usepackage{tikz}\begin{document}\begin{tikzpicture}\draw (0,0)--(0,3)--(5,0)--cycle;\end{tikzpicture}\end{document}</cmath> |
Revision as of 14:30, 29 February 2020
LaTeX |
About - Getting Started - Diagrams - Symbols - Downloads - Basics - Math - Examples - Pictures - Layout - Commands - Packages - Help |
Diagrams and Figures
It's best to rely on Asymptote for drawing diagrams and figures, as does not (it does, you just can't be a dunce, and all tikzpictures are rendered as 1 on this site if they compile) have the ability to output good (opinion) diagrams for geometry and such. However, does work wonderfully well with Asymptote.