摘要:
\begin{sidewaystable}[!tbp] \caption{Example of SideWaysTable} \centering \begin{tabular}{c|c|c|c|c|c|c|c|c|c|c|c|c} \hline AAAAA & BBBB & CCCC & DDDD 阅读全文
posted @ 2022-09-29 19:49
marsggbo
阅读(366)
评论(0)
推荐(0)
摘要:
\usepackage{longtable} \begin{longtable}{l|c|c} % \centering \caption[Short Caption]{Full Caption Content.} \label{table:longtable_example} \\ % 下面是表头 阅读全文
posted @ 2022-09-29 17:05
marsggbo
阅读(2836)
评论(0)
推荐(0)
摘要:
之前我已经在这篇文章总结了现有的算法包的区别。如果有选择苦难症的朋友可以考虑无脑使用以下模板来写算法。 \usepackage[noend]{algpseudocode} # noend表示算法不显示 EndIf或者EndFor这些,可以用来节省空间 \usepackage{algorithmicx 阅读全文
posted @ 2022-09-29 16:54
marsggbo
阅读(1007)
评论(0)
推荐(0)