Graphics, Figures & Tablestext position in table cell

Information and discussion about graphics, figures & tables in LaTeX documents.
Post Reply
kruftin
Posts: 7
Joined: Tue Apr 17, 2012 6:16 am

text position in table cell

Post by kruftin »

Hello!

Code: Select all

\scalebox{0.55}{
            \begin{supertabular}{l|*{32}{c|}}
             ......
             12345  & \multicolumn{8}{c|}{\begin{sideways} text \end{sideways}} &  \multicolumn{4}{c|}{6789} & 12 
....
\end{supertabular}
I want positioned "6789" on center of cell (vertical and horizontal) how do it?
And how made table with position for all cell on center (vertical and horizontal)?

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

localghost
Site Moderator
Posts: 9202
Joined: Fri Feb 02, 2007 12:06 pm

text position in table cell

Post by localghost »

Please always show what you have tried so far in form of a self-contained and minimal example. It is easier to correct some provided code than to write something from scratch which might not solve the problem in the end.


Thorsten
kruftin
Posts: 7
Joined: Tue Apr 17, 2012 6:16 am

Re: text position in table cell

Post by kruftin »

I want text in the center of cell of the table (please see picture)
Attachments
what i want
what i want
what.jpg (16.77 KiB) Viewed 5585 times
User avatar
localghost
Site Moderator
Posts: 9202
Joined: Fri Feb 02, 2007 12:06 pm

Re: text position in table cell

Post by localghost »

Please follow the links in my last reply and try again with targeted questions.
Post Reply