Answers for "how we controll text in table of latex"

3

how to wrap text in latex table

\begin{tabular}{|p{1cm}|p{3cm}|}
  This text will be wrapped & Some more text \\
\end{tabular}
Posted by: Guest on March-06-2020

Code answers related to "how we controll text in table of latex"

Browse Popular Code Answers by Language