I am getting error"! LaTeX Error: Undefined tab position." for the following snippet of latex code.
\begin{tabbing}
\> \>$n$ = Some data\\
\> \>$B$ = Another Statement\\
\> \>$N$ = Yet another statement\\
\end{tabbing}
I looked at the related post: Tabbing environment: How to line break?, but I cannot figure out the reason for error. Can someone suggest how to fix this error?
