📜  如何在一个单元格乳胶中写两行 - 无论代码示例

📅  最后修改于: 2022-03-11 14:56:56.504000             🧑  作者: Mango

代码示例1
\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}