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 1844 times

Recommended reading 2024:

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

Learn LaTeX easily with newest books:

The LaTeX Beginner's Guide: 2nd edition and perfect for students writing a thesis

The LaTeX Cookbook: 2nd edition full of practical examples for mathematics, physics, chemistry, and more

LaTeX Graphics with TikZ: the first book about TikZ for perfect drawings in your LaTeX thesis

User avatar
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