Graphics, Figures & Tables ⇒ multicolumn using parboxes
-
- 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!
NEW: TikZ book now 40% off at Amazon.com for a short time.
And: Currently, Packt sells ebooks for $4.99 each if you buy 5 of their over 1000 ebooks. If you choose only a single one, $9.99. How about combining 3 LaTeX books with Python, gnuplot, mathplotlib, Matlab, ChatGPT or other AI books? Epub and PDF. Bundle (3 books, add more for higher discount): https://packt.link/MDH5p
- Stefan Kottwitz
- Site Admin
- Posts: 10335
- 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
-
- Posts: 9
- Joined: Tue Apr 19, 2011 8:38 pm