Graphics, Figures & Tables ⇒ multicolumn using parboxes
-
Paradigm6790
- Posts: 9
- Joined: Tue Apr 19, 2011 8:38 pm
multicolumn using parboxes
My question is "How do I make every column a parbox?" or "Is there another way, and what is it?"
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
- Stefan Kottwitz
- Site Admin
- Posts: 10397
- Joined: Mon Mar 10, 2008 9:44 pm
multicolumn using parboxes
I noticed there's no answer until now. You chances to get a solution were higher if you would post some code, including a table, which shows how you are doing it.
The p column specifier acts similar to a parbox. The array package adds m and b for middle and bottom alignment. Furthermore, using the array package you could insert commands that work before and after each cell of a column. Here are examples with explanation: Creating tables with LaTeX.
Stefan
-
Paradigm6790
- Posts: 9
- Joined: Tue Apr 19, 2011 8:38 pm