Posts

Showing posts from December 19, 2018

How to change margins for a table defined in tabularx environment?

Image
up vote 1 down vote favorite I would like to move my table documentclass[a4paper, 12pt]{article} usepackage[top=2.5cm,bottom=2.5cm,left=3.5cm,right=2.5cm]{geometry} usepackage{ltablex} begin{document} begin{tabularx}{linewidth}{llllllllllllllllllllllll} caption{Numbers}\hline 1 & 2 & 3 & 4 & 5 & 6 & 7 & 8 & 9 & 10 & 11 & 12 & 13 & 14 & 15 & 16 & 17 & 18 & 19 & 20 & 21 & 22 & 23 & 24 \ 1 & 2 & 3 & 4 & 5 & 6 & 7 & 8 & 9 & 10 & 11 & 12 & 13 & 14 & 15 & 16 & 17 & 18 & 19 & 20 & 21 & 22 & 23 & 24 \ 1 & 2 & 3 & 4 & 5 & 6 & 7 & 8 & 9 & 10 & 11 & 12 & 13 & 14 & 15 & 16 & 17 & 18 &am