作者kuopo (kuopo)
看板LaTeX
標題Re: [問題] 如何將Equation置底?
時間Fri Mar 23 20:02:54 2007
※ 引述《jakcal (小安 )》之銘言:
: 如何在 two columns 的頁面中,
: 將過長的 Equation 放置於該頁底部呢?
: 例如:
: +---------------+
: | xxxxxx xxxxxx |
: | xxxxxx xxxxxx |
: | xxxxxx xxxxxx |
: | xxxxxx xxxxxx |
: | xxxxxx xxxxxx |
: | xxxxxx xxxxxx |
: | xxxxxx xxxxxx |
: | |
: | == Equation== |
: +---------------+
: 謝謝!!
參考IEEEtran_HOWTO.pdf
============================================
\usepackage{stfloats} %讓bottom顯示能正常
\begin{figure*}[!b]
\hrulefill
\begin{equation}
\label{eqn_dbl_x} x = 5 + 7 + 9 + 11 + 13 + 15 + 17 + 19 + 21+ 23
+ 25 + 27 + 29 + 31
\end{equation}
\end{figure*}
============================================
不知道除了用figure包起來之外, 還有其他方法嗎? @@
--
※ 發信站: 批踢踢實業坊(ptt.cc)
◆ From: 140.113.209.61