Graphics, Figures & TablesPlease help me!

Information and discussion about graphics, figures & tables in LaTeX documents.
Post Reply
gigsiu
Posts: 1
Joined: Mon May 19, 2014 7:10 pm

Please help me!

Post by gigsiu »

Hi, I have the task of making a table in Latex line in which the cells have a fixed width in percentage, I note that I have to create it using the package tabularx *.

The first line is to have a width of linewidth

The second line is to be divided on a percentage to the 4 cell: 50% (the entire row), - 12.5% ​​(calłego line) - 12.5% ​​(the entire row) - 25% (the entire row)

The third line is to have a width of linewidth.

Recommended reading 2024:

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

NEW: TikZ book now 40% off at Amazon.com for a short time.

Stefan Kottwitz
Site Admin
Posts: 10345
Joined: Mon Mar 10, 2008 9:44 pm

Please help me!

Post by Stefan Kottwitz »

Hi gigsiu,

welcome to the forum!

It would be very good if you would choose a topic title which fits to the problem. A thousand topics like "help!" can hardly be distinguished and are not good for an archive. At first, when I see such topics, I think help might be money, work, a book, extensive master thesis help ,... sometimes I don't open it. If I would read a subject "How can I adjust the width of tabularx columns?" I would read it immediately and help, because I know tabularx. Now I did read. Just take it as a friendly meant explanation, helping with further questions. You can come here for any question about LaTeX.

Perhaps read "Column widths" in the tabularx manual. Does it help?

Actually you don't need tabularx. It works with normal tabular, you can specify columns like p{0.125\linewidth} and so on. For spanning a whole row, use \multicolumn.

Perhaps show what you tried, so we can help improving it.

Stefan
LaTeX.org admin
Post Reply