yash-yp / chaoss-workspace

0 stars 0 forks source link

Tables do not wrap when LaTeX is converted to PDF #3

Open yash-yp opened 3 years ago

yash-yp commented 3 years ago

The LaTeX table file when compiled to PDF results in text overflowing out of the page.

image

yash-yp commented 3 years ago

This issue can be solved by explicitly specifying the column width in LaTeX format:

\begin{tabular}{|p{0.35\linewidth} | p{0.6\linewidth}|}

The disadvantage is that it requires the creation of tables seperately.