summaryrefslogtreecommitdiff
path: root/Master/texmf-dist/doc/latex/pgf-pie
diff options
context:
space:
mode:
Diffstat (limited to 'Master/texmf-dist/doc/latex/pgf-pie')
-rw-r--r--Master/texmf-dist/doc/latex/pgf-pie/RELEASE_NOTES.md14
-rw-r--r--Master/texmf-dist/doc/latex/pgf-pie/pgf-pie-manual.pdfbin181416 -> 193458 bytes
-rw-r--r--Master/texmf-dist/doc/latex/pgf-pie/pgf-pie-manual.tex10
3 files changed, 17 insertions, 7 deletions
diff --git a/Master/texmf-dist/doc/latex/pgf-pie/RELEASE_NOTES.md b/Master/texmf-dist/doc/latex/pgf-pie/RELEASE_NOTES.md
index a70048c12f8..7f474da868c 100644
--- a/Master/texmf-dist/doc/latex/pgf-pie/RELEASE_NOTES.md
+++ b/Master/texmf-dist/doc/latex/pgf-pie/RELEASE_NOTES.md
@@ -1,4 +1,14 @@
+# New features
+
+pgf-pie now wraps the entire pie into a \scope environment and additionally
+defers lookup of unknown /pgfpie keys to the /pgf and /tikz namespaces. This
+paves the way for all kinds of improvements such as easy setting of global pie
+options like font or placement on the background layer. Further is allows
+referring to the pie as a node via local bounding box and moving the pie around
+on the canvas using the shift key.
+
# Bug fixes
-Loop counter variables have been renamed with the \pgfpie@ prefix to avoid
-clashes with user macros.
+pgf-pie tokenizes its arguments which led to breakage when used with babel.
+For now, babel functionality is simply disabled for the entire pie.
+
diff --git a/Master/texmf-dist/doc/latex/pgf-pie/pgf-pie-manual.pdf b/Master/texmf-dist/doc/latex/pgf-pie/pgf-pie-manual.pdf
index f8485f2bf0b..6a6cc8411e3 100644
--- a/Master/texmf-dist/doc/latex/pgf-pie/pgf-pie-manual.pdf
+++ b/Master/texmf-dist/doc/latex/pgf-pie/pgf-pie-manual.pdf
Binary files differ
diff --git a/Master/texmf-dist/doc/latex/pgf-pie/pgf-pie-manual.tex b/Master/texmf-dist/doc/latex/pgf-pie/pgf-pie-manual.tex
index c1e16c4e068..a63da311393 100644
--- a/Master/texmf-dist/doc/latex/pgf-pie/pgf-pie-manual.tex
+++ b/Master/texmf-dist/doc/latex/pgf-pie/pgf-pie-manual.tex
@@ -5,7 +5,7 @@
\documentclass{ltxdoc}
\usepackage{pgf-pie}
-\usetikzlibrary{shadows}
+\usetikzlibrary{babel, shadows}
\usepackage[a4paper,left=2.25cm,right=2.25cm,top=2.5cm,bottom=2.5cm,nohead]{geometry}
\usepackage{calc}
@@ -43,7 +43,7 @@
\title{Drawing Pie Chart by using \pgfpiename}
\author{\href{mailto:xuyuan.cn@gmail.com}{Yuan Xu}}
-\date{\today{}~(v0.5)}
+\date{\today{}~(v0.6)}
\maketitle
\begin{abstract}
@@ -60,7 +60,7 @@
\section{Usage}
\subsection{First Pie}
-|\pie| is the only coomand that provided by
+|\pie| is the only command that provided by
\pgfpiename. The argument is a list of number and text
combination in the formate of |number/text|, i.e. |10/A, 20/B, 30/C, 40/D|.
The result is shown in figure \ref{fig:first-pie}.
@@ -96,7 +96,7 @@ is shown in figure \ref{fig:color-wheel}.
\codeexample[scale=0.4,from file={demo/explode.tex}]
\subsection{Angle of slices}
-The value of |sum| indicats the sum of all data in the chart,
+The value of |sum| indicates the sum of all data in the chart,
it is 100 by default. It can be calculated automatically when
|auto| is set. Then the angle of slices are determined by
number value and |sum|.
@@ -149,7 +149,7 @@ the center of the circle.
\codeexample[scale=0.25,from file={demo/square.tex}]
-Note: |explode| has no affects in sqaure chart.
+Note: |explode| has no affects in square chart.
\subsection{Clouds}