LaTeX:Diagrams

Revision as of 15:30, 29 February 2020 by Science man 88 (talk | contribs)
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 $\text{\LaTeX}$ 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, $\text{\LaTeX}$ does work wonderfully well with Asymptote. \[\usepackage{tikz}\begin{document}\begin{tikzpicture}\draw (0,0)--(0,3)--(5,0)--cycle;\end{tikzpicture}\end{document}\]