Text FormattingTabulation for more then 1 line

Information and discussion about LaTeX's general text formatting features (e.g. bold, italic, enumerations, ...)
Post Reply
Onor
Posts: 17
Joined: Mon Aug 01, 2011 9:30 am

Tabulation for more then 1 line

Post by Onor »

Hello,

I wont to make a tabulation for some text but I got some problem when it's taking more then 1 line.

In that case I'm making the line by my own and it's not a very good

I'm using \tabbing

Is there another way to do so£?

thank you
Last edited by Onor on Wed Aug 10, 2011 3:25 pm, edited 1 time in total.

Recommended reading 2024:

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

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

frabjous
Posts: 2064
Joined: Fri Mar 06, 2009 12:20 am

Tabulation for more then 1 line

Post by frabjous »

I can't understand what the problem is. Perhaps a minimal working example showing the problem would help.
User avatar
Stefan Kottwitz
Site Admin
Posts: 10345
Joined: Mon Mar 10, 2008 9:44 pm

Tabulation for more then 1 line

Post by Stefan Kottwitz »

Hi Onor,

you could put several lines into \parbox, such as

Code: Select all

... \> \parbox{3cm}{text\\text\\text} \> ...
Stefan
LaTeX.org admin
Onor
Posts: 17
Joined: Mon Aug 01, 2011 9:30 am

Tabulation for more then 1 line

Post by Onor »

I got the same problem

I have a line which is too big to be in the line. can't latex pass to a new line automaticly?

Code: Select all

\begin{tabbing}
first\= ligne
\> second line is tooooooooooooooooooooooooooooooooooooooooooooooooo big to be in one line
\end{tabbing} 
Post Reply