T*******n 发帖数: 493 | 1 Look for longtable manual in the following places:
1. texmf/doc/latex/tools/longtable.dvi on your system
2. http://www.ctan.org/tex-archive/macros/latex/required/tools/
download tools.zip or longtable.dtx and run latex on longtable.dtx
a few times to generate longtable.dvi.
3. See pp. 259-263 in "The LaTeX Companion", 2nd ed. |
|
j*******a 发帖数: 45 | 2 【 以下文字转载自 EE 讨论区 】
发信人: jinghanna (benben), 信区: EE
标 题: how to use longtable in latex?
发信站: BBS 未名空间站 (Tue Sep 20 17:23:31 2005), 转信
I have a very long table. It can not be put within one page. I tried to use
longtable to separate the table and show it on a few pages, but I failed.
What I have done is as follows,
\usepackage{longtable}
\begin{table}
\begin{center}
\begin{tabular}{c|cc}\hline
segment & \textit{EEG1} & \textit{EEG2} \\\hline
A & 1679900 & 407110 \\
B & 576260 & 47203 \\
|
|
a*********y 发帖数: 160 | 3 【 以下文字转载自 TeX 讨论区 】
发信人: alicejanesy (小熊妹), 信区: TeX
标 题: 求助:longtable中边框断断续续
关键字: longtable latex
发信站: BBS 未名空间站 (Wed Feb 20 11:55:10 2013, 美东)
请大家帮忙看看,为什么我每次使用longtable,边框一直都是dash line(附件截图)
。我考古了很久,都没有找到对应的解决方法。
着急中,请大家帮忙! |
|
|
a*********y 发帖数: 160 | 5 请大家帮忙看看,为什么我每次使用longtable,边框一直都是dash line(附件截图)
。我考古了很久,都没有找到对应的解决方法。
着急中,请大家帮忙! |
|
l********r 发帖数: 175 | 6 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. |
|
h********o 发帖数: 14 | 7 tabbing 的问题没有解决,不过找到了替代的方法: 用 命令 longtable 代替tabbing
,这个可以让一个长表格跨多页。 需要 \usepackage{longtable}. |
|
d**********o 发帖数: 1321 | 8 我与Emacs的不解情缘(9)
差不多去年暑假后回学期也学会了自己写macro,贴个前段时间做题时写过的写lc的模
板吧:M-x lc ENT :
(fset 'lc
[?# ?i ?n ?c ?l ?u ?d ?e ? ?< ?i ?o ?s ?t ?r ?e ?a ?m ?> return ?# ?i ?n
?c ?l ?u ?d ?e ? ?< ?v ?e ?c ?t ?o ?r ?> return ?# ?i ?n ?c ?l ?u ?d ?e ?
?< ?a ?l ?g ?o ?r ?i ?t ?h ?m ?> return ?# ?i ?n ?c ?l ?u ?d ?e ? ?< ?c ?s
?t ?r ?i ?n ?g ?> return ?# ?i ?n ?c ?l ?u ?d ?e ? ?< ?c ?m ?a ?t ?h ?>
return ?# ?i ?n ?c ?l ?u ?d ?e ? ?< ?s ?t ?a ?c ?k ?> return ?# ?i ?n ?c ?l
?u ?d ?e ? ?< ?q ?u ?e ?u ?e ?> retur... 阅读全帖 |
|
d**********o 发帖数: 1321 | 9 我与Emacs的不解情缘(9)
差不多去年暑假后回学期也学会了自己写macro,贴个前段时间做题时写过的写lc的模
板吧:M-x lc ENT :
(fset 'lc
[?# ?i ?n ?c ?l ?u ?d ?e ? ?< ?i ?o ?s ?t ?r ?e ?a ?m ?> return ?# ?i ?n
?c ?l ?u ?d ?e ? ?< ?v ?e ?c ?t ?o ?r ?> return ?# ?i ?n ?c ?l ?u ?d ?e ?
?< ?a ?l ?g ?o ?r ?i ?t ?h ?m ?> return ?# ?i ?n ?c ?l ?u ?d ?e ? ?< ?c ?s
?t ?r ?i ?n ?g ?> return ?# ?i ?n ?c ?l ?u ?d ?e ? ?< ?c ?m ?a ?t ?h ?>
return ?# ?i ?n ?c ?l ?u ?d ?e ? ?< ?s ?t ?a ?c ?k ?> return ?# ?i ?n ?c ?l
?u ?d ?e ? ?< ?q ?u ?e ?u ?e ?> retur... 阅读全帖 |
|
f********h 发帖数: 149 | 10 u can use the longtable package, which can display table
crossing multiple pages.
示.
用 |
|
T*******n 发帖数: 493 | 11 Re Q1, to rotate a figure, try
\includegraphics[angle=X]{epsfilename}
But fryingfish's suggestion about using the longtable package is the better
solution.
I'm not sure about your Q2. I have not seen this error when I use Acrobat
Distiller.
示.
用 |
|
T*******n 发帖数: 493 | 12 There are a few things you can try:
1. The row breaking \\ can take an optional argument,
i.e., \\[6pt] will add 6pt to the bottom of the row.
2. If you \usepackage{array} or \usepackage{longtable},
You can say \setlength{\extrarowheight}{3pt} to add
some extra vertical space at the top of a row.
3. My preferred solution is to \usepackage{array} and
do something like this (when you want to add the
same amount of space to all rows at once and all
the rows have the same height): |
|
a*****r 发帖数: 443 | 13 用longtable 或者supertabular package |
|
|
J*******r 发帖数: 379 | 15 ☆─────────────────────────────────────☆
samleelyz (小蓝脸儿) 于 (Sun Sep 25 20:01:05 2005) 提到:
Table 太大,必须分在两页,caption 象下面这样:
Table X.X blah blah blah
Table X.X blah blah blah (continued)
那位大侠指点一下应该怎么做啊?
☆─────────────────────────────────────☆
advisor (advisor) 于 (Sun Sep 25 22:36:39 2005) 提到:
用longtable 或者supertabular package |
|
N**D 发帖数: 10322 | 16 I am using \begin{algorithm}... \end{algorithm} environment to write an
algorithm. However, my algorithm is very long and one page is not enough.
Currently, the second half of the algorithm is simply trimmed. I was
wondering how to put algorithm into multiple pages, just like longtable and
supertabular.
Here is an example of my code.
\begin{algorithm}
\caption{Algorithm $\mathcal{A}$} \label{Algorithm:ClusterSVM}
\begin{algorithmic}[1]
\REQUIRE A dataset $\mathcal{D}
\STATE Initialize th |
|
T*******n 发帖数: 493 | 17 Try either longtable.sty or threeparttable.sty. |
|
V***a 发帖数: 11942 | 18 \documentclass[12 pt]{report}
%% The file ``gmudissertation.sty'' is the GMU latex style file and
%% should be placed in the same directory as your LaTeX files
\usepackage{gmudissertation}
\usepackage{multirow}
\usepackage{subfig}
\usepackage{url}
\usepackage{longtable}
%%
%% other packages that need to be loaded
%%
\usepackage{graphicx} % for imported graphics
\usepackage{amsmath} %%
\usepackage{amsfonts} %% for AMS mathematics
\u |
|
c*******h 发帖数: 1096 | 19 amsmath 数学
amssymb 数学符号
amscd commutative diagram
amsthm 定理环境
amsbsy 数学符号 (bold)
mathcomp using text companion font in math mode
array 更多的 tabular 和 array 的设置
eqnarray 喜欢用 eqnarray 的人,这个包提供更多的设置
listings 帖程序、代码
clrscode Introduction to Algorithms 的伪代码风格
algorithm, algorithmic 传统伪代码包,pascal风格
longtable 可分页的长table
colortbl 支持颜色的table
multirow tabl多行hebing
threeparttable 经典的三段表
graphicx 帖图 |
|
T*******n 发帖数: 493 | 20 \includegraphics[scale=0.95]{picture}
You cannot break a float (figure or table environment) across a page
(except when you use longtable or some other specialized package). |
|
l****u 发帖数: 51 | 21 you need to use longtable environment |
|
S**I 发帖数: 15689 | 22 use longtable package
通过 |
|
|
m*********g 发帖数: 273 | 24 我考虑用float来实现它,不过还是没有搞定。
\floatstyle{ruled}
\newfloat{myleft}{H}{loa}
\floatname{myleft}{flushleft}
\begin{myleft}
\caption{myleft}
\end{myleft}
这样的话latex就把它float处理,对跨页情况无能为力。
如果能实现想longtable那样的使用\endfirsthead \endhead \endfoot \endlastfoot
就好了
继续研究. |
|
s*********h 发帖数: 6288 | 25 一个占2~3行的multirow在中间换页了,如果想让它不换页,应该怎么实现?
就是想让整个multirow都换到下一页去,或者在前一页完全显示完。
谢谢 |
|
|
f*****k 发帖数: 353 | 27 用latexdraw画的pstricks的图,直接放到文件里面了,直接编译是可以的,如果加上
\begin{figure}[htb]
\begin{center}
\input{./Graph}
\end{center}
\caption{}
\label{wt-1}
\end{figure}
编译的时候就出问题
! Too many }'s.
\color@endbox ->\color@endgroup \egroup
l.35 \end{figure}
前面用的package如下
\usepackage{amsmath,amssymb,amscd}
\usepackage{epsfig,epic,eepic,units}
\usepackage{hyperref}
\usepackage{url}
\usepackage{longtable}
\usepackage{mathrsfs}
\usepackage{multirow}
\usepackage{bigstrut}
\usepackage{gr |
|
|
a*********e 发帖数: 1233 | 29 我有一个表,很长。所以分割成了几个单独的表。因为我用的是 sidewaystable, 试
了一下,好像 longtable 不管用。所以只能做成单独的表了
现在表头显示的是
table 1.1 xxxxxxxxxxx
table 1.2 xxxxxxxxxxx(continued)
table 1.3 xxxxxxxxxxx(continued)
能不能都显示成 table 1.1,即后面两个表序号不增加
谢谢 |
|
a*********y 发帖数: 160 | 30 发现问题了,跟
\usepackage{tabls}冲突
把这个拿掉就好了 |
|
r*u 发帖数: 63 | 31 anyone has experience of longtable in revtex4.0?
I am really frustrated. tried all possibilities, but just
can't make it compile.
Suggestiongs are highly appreciated. |
|
l**********8 发帖数: 3 | 32 我在写论文的时候也碰到过这个问题,解决方法很简单,反复execute 几遍就可以了。
当然一旦你编辑了内容,这种情况还会出现,再反复运行几遍。
希望有用。 |
|