Open yash-yp opened 3 years ago
The LaTeX table file when compiled to PDF results in text overflowing out of the page.
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.
The LaTeX table file when compiled to PDF results in text overflowing out of the page.