Difference between revisions of "LaTeX:Diagrams"

m
m (Diagrams and Figures)
 
(10 intermediate revisions by 6 users not shown)
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 (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.
+
Usually [http://artofproblemsolving.com/wiki/index.php/Asymptote_(Vector_Graphics_Language) Asymptote] is used for drawing diagrams and figures because <math>\text{\LaTeX}</math> does not have the ability to output good diagrams for geometry and other subjects. However, <math>\text{\LaTeX}</math> works very well with Asymptote.
<cmath>\usepackage{tikz}\begin{document}\begin{tikzpicture}\draw (0,0)--(0,3)--(5,0)--cycle;\end{tikzpicture}\end{document}</cmath>
 

Latest revision as of 13:35, 10 August 2021

LaTeX
About - Getting Started - Diagrams - Symbols - Downloads - Basics - Math - Examples - Pictures - Layout - Commands - Packages - Help

Diagrams and Figures

Usually Asymptote is used for drawing diagrams and figures because $\text{\LaTeX}$ does not have the ability to output good diagrams for geometry and other subjects. However, $\text{\LaTeX}$ works very well with Asymptote.