Graphics, Figures & Tablesmulticolumn using parboxes

Information and discussion about graphics, figures & tables in LaTeX documents.
Post Reply
Paradigm6790
Posts: 9
Joined: Tue Apr 19, 2011 8:38 pm

multicolumn using parboxes

Post by Paradigm6790 »

Hello, I'm in the need to make a rather complex table where I have multiple labels in a small horizontal space. In order to do this I have decided to use sideways text. The problem is that in a multicolumn environment I am having trouble having text remaining in a managably square area.

My question is "How do I make every column a parbox?" or "Is there another way, and what is it?"

Thank you!

Recommended reading 2024:

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

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

Post by Stefan Kottwitz »

Hi,

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
LaTeX.org admin
Paradigm6790
Posts: 9
Joined: Tue Apr 19, 2011 8:38 pm

Re: multicolumn using parboxes

Post by Paradigm6790 »

Thanks for the reply! I will try the array suggestion. I was under the impression that the array package had a special mathematic purpose. I was obviously misreading.
Post Reply