Text FormattingQuestion about Tabbing

Information and discussion about LaTeX's general text formatting features (e.g. bold, italic, enumerations, ...)
Post Reply
dcl00u
Posts: 4
Joined: Mon Mar 26, 2012 8:20 pm

Question about Tabbing

Post by dcl00u »

Hi all, I would like to know how to generate an output in latex that is similar to the attachment.

I have tried searching for solutions but so far none of them solves my problem.

Thanks.

Edit: Changed subject title to avoid confusion.
Attachments
Example output
Example output
Paragraph_Tabbing.png (8.55 KiB) Viewed 1797 times

Recommended reading 2024:

LaTeXguide.org • LaTeX-Cookbook.net • TikZ.org

NEW: TikZ book now 40% off at Amazon.com for a short time.

localghost
Site Moderator
Posts: 9202
Joined: Fri Feb 02, 2007 12:06 pm

Question about Tabbing

Post by localghost »

I'd suggest a simple {list} environment, either customized by hand or a predefined {itemize} list enhanced by the enumitem package. A {tabular} environment could also do, but would not allow page breaks.


Best regards and welcome to the board
Thorsten
dcl00u
Posts: 4
Joined: Mon Mar 26, 2012 8:20 pm

Re: Question about Tabbing

Post by dcl00u »

I tried it with tables and it worked! Thanks a lot.
Post Reply