由买买提看人间百态

boards

本页内容为未名空间相应帖子的节选和存档,一周内的贴子最多显示50字,超过一周显示500字 访问原贴
TeX版 - how to split a very long table into several pages in the latex in preprint format?
相关主题
[合集] 问个latex的问题(关于fancyheader)latex里面怎样才能用小于10pt的字体啊?
questions about referencelatex letter的问题
包子求助:用bibtex,书名不自动断行Footnote in latex
跪求:latex 表格问题和eps图转换问题谁知道latex怎么把连着的文献用‘-’联起来
how to use longtable in latex?Re: does anyone how to input this symbol in Latex? (转载)
几个关于WinEdt, MikTex, Revtex4的问题Re: LaTeX 大的分数斜线怎么打? (转载)
请问如何在文章中间改变引用格式latex的table of contents怎样加上preamble部分,并用罗马数
Question about latex.latex能不能silently 编译阿
相关话题的讨论汇总
话题: preprint话题: latex话题: split话题: table话题: pages
进入TeX版参与讨论
1 (共1页)
l********r
发帖数: 175
1
I have a very long table in latex. It could not be split into several pages.
Instead, after showing content to the bottom of the first page, it has no
more on the next page. I found that when the first setting using 'preprint'
in documentclass, it has that kind of problem. When using onecolumn or
twocolumn, it won't. Could anyone tell me how to let latex split table in
the preprint format? Thanks a lot.
l****u
发帖数: 51
2
you need to use longtable environment
l********r
发帖数: 175
3
where to set it? thanks a lot.

【在 l****u 的大作中提到】
: you need to use longtable environment
l********r
发帖数: 175
4
I figured out how to do it:
usepackage{longtable}
put above command at the beginning of the .tex file. Then the longtable
environment is set. Hope it is useful for others.
a**e
发帖数: 5794
5
very useful, thx

【在 l********r 的大作中提到】
: I figured out how to do it:
: usepackage{longtable}
: put above command at the beginning of the .tex file. Then the longtable
: environment is set. Hope it is useful for others.

1 (共1页)
进入TeX版参与讨论
相关主题
latex能不能silently 编译阿how to use longtable in latex?
请教一个Latex公式输入问题。几个关于WinEdt, MikTex, Revtex4的问题
怎样在latex里给公式转行请问如何在文章中间改变引用格式
求助,毕业论文格式Question about latex.
[合集] 问个latex的问题(关于fancyheader)latex里面怎样才能用小于10pt的字体啊?
questions about referencelatex letter的问题
包子求助:用bibtex,书名不自动断行Footnote in latex
跪求:latex 表格问题和eps图转换问题谁知道latex怎么把连着的文献用‘-’联起来
相关话题的讨论汇总
话题: preprint话题: latex话题: split话题: table话题: pages