答案1
仅使用基本表格
\documentclass{article}
\usepackage{booktabs}
\begin{document}
\begin{tabular}{lp{2in}}
\toprule
Parameter & Description\\
\midrule
$A$ & Recruitment rate of the\newline population\\
\bottomrule
\end{tabular}
\end{document}
根据您的编辑:
\documentclass{article}
\usepackage{booktabs}
\begin{document}
\noindent\begin{tabular}{lp{1.5in}lp{1.5in}}
\toprule
Parameter & Description & Parameter & Description\\
\midrule
$A$ & Recruitment rate of the population & $B$ & Transmission coefficient\\
\bottomrule
\end{tabular}
\end{document}
看https://www.overleaf.com/learn/latex/Tables了解有关制作表格的良好教程。
答案2
\begin{table}[]
\begin{tabular}{ll} \hline
& \\ \hline
& \\
& \\
&
等等...最后
\hline
\end{tabular}
\caption{}
\end{table}
最坏的情况-使用 https://www.tablesgenerator.com/