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
Text Formatting ⇒ Tabulation for more then 1 line
Tabulation for more then 1 line
Last edited by Onor on Wed Aug 10, 2011 3:25 pm, edited 1 time in total.
NEW: TikZ book now 40% off at Amazon.com for a short time.

Tabulation for more then 1 line
I can't understand what the problem is. Perhaps a minimal working example showing the problem would help.
- Stefan Kottwitz
- Site Admin
- Posts: 10345
- Joined: Mon Mar 10, 2008 9:44 pm
Tabulation for more then 1 line
Hi Onor,
you could put several lines into \parbox, such as
Stefan
you could put several lines into \parbox, such as
Code: Select all
... \> \parbox{3cm}{text\\text\\text} \> ...
LaTeX.org admin
Tabulation for more then 1 line
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?
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}