作者world210 (KillerQueen)
看板LaTeX
标题[问题] listoftable目录中无法显示表格目录
时间Mon Aug 16 10:26:42 2010
跟着李果正老师的网页学习LaTeX中
遇到一个问题
就是我的文章里有table,可是却没办法连结到list of table
是套件少加了还是指令出错,下面是我的例子
\tableofcontents
\listoffigures
\listoftables
\begin{center}
\vspace{4ex}
\textbf{Table-3.2B: x and y}\\[1ex]
\begin{tabular}[c]{|l|l|l|}
\hline
& x & y \\
\hline
x & 1 & 2 \\
\hline
y & 3 & 4 \\
\hline
\end{tabular}
\end{center}
其中也爬文有人说用usepackage{tocloft}
可是这个的效果是会把content跟figure分到同一页,如果content不足一页的话。
奇怪的事…list of figure却可以连到文章中的图表
list of table却无法。
请问问题出在哪呢?
另一个问题是图表的问题
我把插入的图放在section2的下面,可是跑出来的pdf却是在chapter2的最後。
以下是指令
\usepackage{graphicx}
\usepackage{epstopdf}
\section{2}
\begin{figure}
\graphicspath{{images/}}
\includegraphics{test.eps}
\caption{test2}
\label{test}
\end{figure}
\section{3}
谢谢
--
※ 发信站: 批踢踢实业坊(ptt.cc)
◆ From: 109.246.225.213
※ 编辑: world210 来自: 109.246.225.213 (08/16 10:27)
1F:→ andrew43:要有 \begin{table} 和 \end{table} 08/16 19:38
2F:推 JamesChen:真的强烈建议看 吴聪敏老师的Cwtex pdf 档 08/17 00:49
3F:→ world210:谢谢各位还有寄信帮我解答的朋友,原来只是简单的问题。 08/17 05:34