I want to do the following in LaTeX:

Contact Address: 175, Ambjent
                 Something something street
                 SomeTown, BKR 123

The block of text is the address basically, and is there any possibly way in LaTeX that I can do such? ie instead of just hitting space multiple times to align them under each other ?

link|improve this question

62% accept rate
feedback

closed as off topic by studiohack Dec 4 '11 at 15:53

Questions on Super User are expected to generally relate to computer software or computer hardware, within the scope defined in the faq.

1 Answer

up vote 8 down vote accepted
\begin{tabbing}
Contact Address: \= 175, Ambjent\\
\> Something something street\\
\> SomeTown, BKR 123
\end{tabbing}
link|improve this answer
+1 Excellent; exactly what I was looking for! Thanks Rob. – Andreas Grech Dec 21 '09 at 15:36
feedback

Not the answer you're looking for? Browse other questions tagged or ask your own question.