How to set tab stops after whitespaces in latex?
Posted
by humble coffee
on Stack Overflow
See other posts from Stack Overflow
or by humble coffee
Published on 2010-04-01T06:21:46Z
Indexed on
2010/04/01
6:23 UTC
Read the original article
Hit count: 207
latex
|formatting
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.
© Stack Overflow or respective owner