A diagram showing various TikZ drawing tasks, using the smartdiagram package.
Edit and compile if you like:
% A descriptive diagram of TikZ tasks % Author: Stefan Kottwitz % https://www.packtpub.com/hardware-and-creative/latex-cookbook \documentclass[border=10pt]{standalone} \usepackage{smartdiagram} \begin{document} \smartdiagram[descriptive diagram]{ {Style,{Define shapes, colors, shading, and line styles for nodes and arrows}}, {Position, {Place nodes using a matrix, relative or absolute positioning}}, {Relation, Insert edges or arrows between selected nodes}, {Label, Add labels on edges or arrows}} \end{document}
Click to download: smart-description.tex • smart-description.pdfOpen in Overleaf: smart-description.tex
See also: Original Source by Stefan Kottwitz
Note: The copyright belongs to the blog author and the blog. For the license, please see the linked original source blog.
Leave a Reply
You must be logged in to post a comment.