Hi,
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 !
Graphics, Figures & Tables ⇒ alignment for specific value in the table
alignment for specific value in the table
- Attachments
-
- Screenshot 2022-12-23 at 23.48.26.png (119.24 KiB) Viewed 1150 times
NEW: TikZ book now 40% off at Amazon.com for a short time.

- Stefan Kottwitz
- Site Admin
- Posts: 10344
- Joined: Mon Mar 10, 2008 9:44 pm
alignment for specific value in the table
Hello Oceana,
welcome to the forum!
Sure, you can use a
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
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
LaTeX.org admin