Text Formatting ⇒ Tabulation for more then 1 line
Tabulation for more then 1 line
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
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
Tabulation for more then 1 line
- Stefan Kottwitz
- Site Admin
- Posts: 10359
- Joined: Mon Mar 10, 2008 9:44 pm
Tabulation for more then 1 line
you could put several lines into \parbox, such as
Code: Select all
... \> \parbox{3cm}{text\\text\\text} \> ...
Tabulation for more then 1 line
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}