\begin{document}
\caption{…}
\label{tab:freq}
\begin{tabular}{ccl}
\toprule
…&…&…\
\midrule
…&…&…\
…&…&…\
\bottomrule
\end{tabular}
\end{document}
提问于:
浏览数:
1026
3 回答
0
静下心来好好读一遍lshort,在这之前你还没能力写一个正确的例子。错了很多地方。
0
你没有调用宏包吧,直接开始写了,
0
<span style="color:red;">\documentclass{article}</span>
<span style="color:red;">\usepackage{booktabs}</span>
\begin{document}
<span style="color:red;">\begin{table}</span>
\caption{…}
\label{tab:freq}
\begin{tabular}{ccl}
\toprule
…&…&…\\
\midrule
…&…&…\\
…&…&…\\
\bottomrule
\end{tabular}
<span style="color:red;">\end{table}</span>
\end{document}
你的回答
请登录后回答
你的回答将会帮助更多人,请务必认真回答问题。