Hello, I'm having some frustration with the LaTeX tabbing environment.
For example, in this code the who-GEN friend-PL end up overlapping:
\begin{tabbing}
Aarude \= suhrthukalanu \= ayirunnathu? \\
who-{\sc gen} \> friend-{\sc pl} \> happy-{\sc past}? \\
`Whose friends were happy?'
\end{tabbing}
So what I've been doing so far is manually adding space, like Aarude \hspace{8pt}\= ... but this doesn't seem like a good solution.
Is there anyway for the tabbing environment to automatically avoid these overlaps?
Thanks very much in advance for any help!