Answers for "latex tab for new line"

3

latex newline

\newline    or     \\
Posted by: Guest on February-12-2022
0

latex automatic new line in tables

\documentclass{article}

\usepackage{tabularx}

\begin{document}

\begin{tabularx}{8cm}{|X|X|X|X|}
\hline
In this table & each column got the same & width & 2cm \\
\hline
As one could & easy see & the width is & to small for some of the cells  \\
\hline
\end{tabularx}

\end{document}
Posted by: Guest on March-28-2022

Browse Popular Code Answers by Language