





















参考:
http://users.sdsc.edu/~ssmallen/latex/longtable.html
一般的,在首行后面加上
\endfirsthead
\hline
\endhead
\hline
\endfoot
\hline
\endlastfoot
即可
-----------------------------------
去掉页眉
参考 https://tex.stackexchange.com/questions/116079/pagestyleempty-on-a-specific-number-of-pages
\thispagestyle{empty}只能去掉一个页的页眉,要去掉多个页,使用下面的
\pagestyle{empty}
\tableofcontents
\clearpage
\pagestyle{headings}这实际上是去掉页眉和页脚,也可以使用其他参数只去掉页眉包含页脚的。
此内容由惯性聚合(RSS阅读器)自动聚合整理,仅供阅读参考。 原文来自 — 版权归原作者所有。