作者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