Answers for "how to wrap text in latex text box"

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
2

latex text in box

\fbox{\begin{minipage}{15em}
...
\end{minipage}}
Posted by: Guest on May-22-2020

Browse Popular Code Answers by Language