20.1.14

Small Tips on Latex Tables & Tabular

Big tabular could really be a pain in your ass when you are using latex.
\resizebox could save your life in this case.

Also positioning table is another problem, you place it after a text but it goes another position where it wants :) Using [htb] will position your table where you want. Also, to understand floats in latex you can read this.

Another problem is about caption spaces. With default config there might be no space between caption and table. To overcome add:
\usepackage{caption}
\captionsetup[table]{skip=10pt}
Ok here is example of a table with proper resize and position:


Hiç yorum yok:

Yorum Gönder