I am trying to write something like that:
\begin{enumerate}
\item text
<tab> text
\item text
<tab> text
...
\end{enumerate)
I found some solutions such as using \ - or same things. But it's not work the same as tabbing. What should I write here?
erik– Dec 03 '14 at 19:03<tab>refer to in your question? Is it referencing the fact that you wanttextto be horizontally aligned? – Werner Dec 03 '14 at 19:04textand<tab> text(without the<tab>, of course). Alternatively, issuing a manual\parfor<tab>also works. – Werner Dec 03 '14 at 19:19