Answers for "how to write two line in one cell latex"

0

how to write two line in one cell latex

\documentclass{article}
\begin{document}
\begin{tabular}{cccc}
  One & Two & Three & Four \\
  Een & Twee & Drie & Vier \\
  One & Two & 
    \begin{tabular}{@{}c@{}}Three \\ Drie\end{tabular}
  & Four
\end{tabular}
\end{document}
Posted by: Guest on June-19-2021

Code answers related to "how to write two line in one cell latex"

Browse Popular Code Answers by Language