How to set tab stops after whitespaces in latex?
- by humble coffee
I'm trying to set tab stops in latex in the tabbing environment. My problem is that I want to set a tab stop after a number of whitespaces. The problem is that latex of course ignores multiple whitespaces, and it seems to only support setting tab stops after actual text.
I'm trying to create something like this:
A -> B
CD -> A
The problem is that the extra space after the 'A' is ignored for the purposes of setting the tab stop.