| 查看: 2762 | 回復(fù): 10 | ||
[求助]
LATEX 公式通欄 已有2人參與
|
||
| 各位大俠,小女子投稿要求LATEX, 有一個(gè)長(zhǎng)公式要通欄,但后面的內(nèi)容依舊保持雙欄,也就是說(shuō)就這一個(gè)公式通欄,其余的還是雙欄,怎么解決,給出具體的命令 |
鐵桿木蟲(chóng) (著名寫(xiě)手)
|
網(wǎng)上找的 希望有用 第一種方法:這是從IEEE摘選出來(lái)的輸入方式,但是這個(gè)方式會(huì)使得公式移動(dòng)到下一頁(yè)浮動(dòng)置頂。 \newcounter{mytempeqncnt} \begin{figure*}[!t] % ensure that we have normalsize text \normalsize % Store the current equation number. \setcounter{mytempeqncnt}{\value{equation}} % Set the equation number to one less than the one % desired for the first equation here. % The value here will have to changed if equations % are added or removed prior to the place these % equations are referenced in the main text. \setcounter{equation}{5} \begin{equation} \label{eqn_dbl_x} x = 5 + 7 + 9 + 11 + 13 + 15 + 17 + 19 + 21+ 23 + 25 + 27 + 29 + 31 \end{equation} \begin{equation} \label{eqn_dbl_y} y = 4 + 6 + 8 + 10 + 12 + 14 + 16 + 18 + 20+ 22 + 24 + 26 + 28 + 30 \end{equation} % Restore the current equation number. \setcounter{equation}{\value{mytempeqncnt}} % IEEE uses as a separator \hrulefill % The spacer can be tweaked to stop underfull vboxes. \vspace*{4pt} \end{figure*} 第二種方法:使用multicol來(lái)實(shí)現(xiàn),這個(gè)方法較為貼近我們平時(shí)的習(xí)慣。 \begin{multicols}{2} Bla bla... \end{multicols} % \begin{equation} very long equation \end{equation} % \begin{multicols}{2} Bla bla... \end{multicols} |
木蟲(chóng) (小有名氣)
金蟲(chóng) (正式寫(xiě)手)
| 樓主,你好!請(qǐng)問(wèn)你的問(wèn)題解決了嗎?我也有這樣的問(wèn)題,請(qǐng)你說(shuō)一下是怎么解決的?多謝了!http://www.gaoyang168.com/bbs/viewthread.php?tid=8068545 這是我的問(wèn)題的網(wǎng)址 |

金蟲(chóng) (正式寫(xiě)手)

| 最具人氣熱帖推薦 [查看全部] | 作者 | 回/看 | 最后發(fā)表 | |
|---|---|---|---|---|