2
0
Fork 0
mirror of https://github.com/MartinThoma/LaTeX-examples.git synced 2025-04-26 06:48:04 +02:00
LaTeX-examples/tikz/pie-chart/pie-chart.tex
2015-01-04 11:42:37 +01:00

9 lines
180 B
TeX

\documentclass[varwidth=true, border=2pt]{standalone}
\usepackage{pgf-pie}
\begin{document}
\begin{tikzpicture}
\pie{10/A, 20/B, 30/C, 40/D}
\end{tikzpicture}
\end{document}