summaryrefslogtreecommitdiff
path: root/graphics/pgf/contrib/pgf-pie/pgf-pie-manual.tex
diff options
context:
space:
mode:
Diffstat (limited to 'graphics/pgf/contrib/pgf-pie/pgf-pie-manual.tex')
-rw-r--r--graphics/pgf/contrib/pgf-pie/pgf-pie-manual.tex10
1 files changed, 5 insertions, 5 deletions
diff --git a/graphics/pgf/contrib/pgf-pie/pgf-pie-manual.tex b/graphics/pgf/contrib/pgf-pie/pgf-pie-manual.tex
index c1e16c4e06..a63da31139 100644
--- a/graphics/pgf/contrib/pgf-pie/pgf-pie-manual.tex
+++ b/graphics/pgf/contrib/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}