Graphics, Figures & Tables ⇒ alignment for specific value in the table
alignment for specific value in the table
I am pretty new to latex. Is it possible to transfer this Word table below to Latex?
I need the alignment to be exactly like the way shown in the Word table. Is there any easy way to realise it?
Thanks a lot !
- Attachments
-
- Screenshot 2022-12-23 at 23.48.26.png (119.24 KiB) Viewed 1136 times
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
alignment for specific value in the table
welcome to the forum!
Sure, you can use a
tabular
environment where parentheses and numbers/symbols are each in separate columns. Or an array
, if they shall be in math mode. Or alignat
from amsmath.If you try it and it doesn't look as desired, you could post your code here (as compilable complete small example) and we can help to improve it.
Stefan