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.
Text Formatting ⇒ Question about Tabbing
Question about Tabbing
- Attachments
-
- Example output
- Paragraph_Tabbing.png (8.55 KiB) Viewed 1799 times
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
I'd suggest a simple
Best regards and welcome to the board
Thorsten
{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
How to make a "Minimal Example"
Board Rules
Avoidable Mistakes
¹ System: TeX Live 2025 (vanilla), TeXworks 0.6.10
Board Rules
Avoidable Mistakes
¹ System: TeX Live 2025 (vanilla), TeXworks 0.6.10
Re: Question about Tabbing
I tried it with tables and it worked! Thanks a lot.