c****r 发帖数: 75 | 1 【 以下文字转载自 TeX 讨论区 】
发信人: claker (Claker), 信区: TeX
标 题: Latex 顺序乱了
发信站: BBS 未名空间站 (Mon Jun 4 17:13:25 2007)
我做了个appendix 放图表,是这么做的。
\newpage
\section*{Appendix: List of Figures}
然后我就放了5个图表。
pdf 出来后,图2-5 都很正常,顺序列了出来。但不知道为什么Appendix: List of
Figures 这行字不是出现在页首,而是插在图1下面。
请大侠指教。谢谢。 |
T***i 发帖数: 252 | 2 try
\begin{figure}[here]
~~~~~~~~
\end{figure}
【在 c****r 的大作中提到】 : 【 以下文字转载自 TeX 讨论区 】 : 发信人: claker (Claker), 信区: TeX : 标 题: Latex 顺序乱了 : 发信站: BBS 未名空间站 (Mon Jun 4 17:13:25 2007) : 我做了个appendix 放图表,是这么做的。 : \newpage : \section*{Appendix: List of Figures} : 然后我就放了5个图表。 : pdf 出来后,图2-5 都很正常,顺序列了出来。但不知道为什么Appendix: List of : Figures 这行字不是出现在页首,而是插在图1下面。
|
c****r 发帖数: 75 | 3 thanks! It works. Didn't expect someone will answer the qeustion after such
a long time (I didn't do anything about the paper during this time :). Again
, thanks.
【在 T***i 的大作中提到】 : try : \begin{figure}[here] : ~~~~~~~~ : \end{figure}
|