I'm creating a graph with tkz berge, but I want my own labels, not the ones given by the empty ladder sequence. Is there any way to overwrite the tkz berge labels a_0, a_1, etc. and give my own?
Here's my code:
\documentclass[dvipsnames]{article}
\usepackage{tikz}
\usepackage{tkz-berge}
\begin{document}
\begin{tikzpicture}
\begin{scope}[rotate=90]
\tikzset{VertexStyle/.style ={shape = circle,
shading = ball,
ball color = RoyalPurple!60,
%
minimum size = 24pt,
%
draw}}
\SetVertexMath
\grEmptyLadder[RA=2,RB=4]{3}
\EdgeFromOneToSel{a}{b}{1}{0}
\EdgeFromOneToSel{a}{b}{0}{1}
\EdgeFromOneToSel{a}{b}{1}{1}
\EdgeFromOneToSel[label={$1,2$}]{a}{b}{1}{2}
\EdgeFromOneToSel[label={$1,3$}]{a}{b}{2}{1}
\EdgeFromOneToSel[label={$2,2$}]{a}{b}{2}{2}
\end{scope}
\end{tikzpicture}
\end{document}


\documentclass{}(\begin{document}and\end{document}) and the appropriate packages that illustrates the problem . While solving problems can be fun, setting them up is not. Then, those trying to help can simply cut and paste your MWE and get started on solving the problem, instead of spending time to first reproduce the problem. – skpblack Oct 13 '14 at 16:27prefixandprefixxkeys, but it will still add the subscripts for you. Is that what you want? – Thruston Oct 13 '14 at 18:05