mirror of
https://github.com/MartinThoma/LaTeX-examples.git
synced 2025-04-26 06:48:04 +02:00
9 lines
180 B
TeX
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}
|