I have a large table containing text in its contents and in the clolumn labels. when I use the following code the table exceed the width of the page.
Code: Select all
Code, edit and compile here:
\documentclass{report}\usepackage{geometry}\geometry{text={6in,8.9in},headsep=.4in,footnotesep=.2in}\begin{document}\begin{table}[t]\caption{Table .....}\begin{tabular}{lllllll}~~&author 1 (year)& author 2 (year) & author 3 (year)& author 4 (year)& author 5(year)&author6(year)\\Type of the chart&texte...&texte...&texte...&texte...&texte....&texte...\\\end{tabular}\end{table}\end{document}
Thanks.