diff options
author | Xu Yuan <xu@informatik.hu-berlin.de> | 2011-10-02 19:57:06 +0200 |
---|---|---|
committer | Xu Yuan <xu@informatik.hu-berlin.de> | 2011-10-02 19:57:06 +0200 |
commit | 32f2cf6b177d624636408365208578445354be27 (patch) | |
tree | a7ad9f80560ecacb56b5155fc3c081cd1a2ac030 /dev/demo | |
parent | 284eaa2eb6c9e652a54d3ea668dd7cec896c795c (diff) | |
download | pgf-pie-32f2cf6b177d624636408365208578445354be27.tar.gz pgf-pie-32f2cf6b177d624636408365208578445354be27.tar.bz2 pgf-pie-32f2cf6b177d624636408365208578445354be27.zip |
scale font
Diffstat (limited to 'dev/demo')
-rw-r--r-- | dev/demo/cloud.tex | 2 | ||||
-rw-r--r-- | dev/demo/scalefont.tex | 3 |
2 files changed, 4 insertions, 1 deletions
diff --git a/dev/demo/cloud.tex b/dev/demo/cloud.tex index 0b44bf6..fba25f8 100644 --- a/dev/demo/cloud.tex +++ b/dev/demo/cloud.tex @@ -1,3 +1,3 @@ \begin{tikzpicture} - \pie[cloud]{10/A, 20/B, 30/C, 40/D} + \pie[cloud, text=inside, scale font]{10/A, 20/B, 30/C, 40/D} \end{tikzpicture}
\ No newline at end of file diff --git a/dev/demo/scalefont.tex b/dev/demo/scalefont.tex new file mode 100644 index 0000000..df61709 --- /dev/null +++ b/dev/demo/scalefont.tex @@ -0,0 +1,3 @@ +\begin{tikzpicture} + \pie[scale font]{10/A, 20/B, 30/C, 40/D} +\end{tikzpicture}
\ No newline at end of file |