I'm new to use LaTeX. I'm trying to make a pie chart with pgf-pie package but when I compile, there are some number in front of the text like this:
And this is my code:
\begin{table}[h]
\centering
\begin{tikzpicture}
\pie[text=pin, rotate=90, sum=100]
{14/Autres causes environnementales ,
21/CMV , 41/Autres causes génétiques ,
3/Syndrome de Pendred , 21/GJB2}
\end{tikzpicture}
\newline
\caption{\'Epidémiologie des surdités congénitales, d'après\cite{Morton2006}}
\label{epidemio}
\end{table}
When I try with the example, I've got the same problem. Could someone help me to remove that numbers? Thanks!

MWE. Here, your code compiles well when usingpgf-piepackage. – Denis Jan 18 '16 at 10:23\listfilesjust before\documentclass, and compile. Then open the.logfile and near the end you will find a list of all packages used and their version numbers. Copy this into your question. My first guess would be that you have an old version of pgf/TikZ, in which case updating would fix this. – Torbjørn T. Jan 24 '16 at 08:35