| 查看: 2866 | 回复: 10 | ||
| 当前只显示满足指定条件的回帖,点击这里查看本话题的所有回帖 | ||
[求助]
LATEX 公式通栏 已有2人参与
|
||
| 各位大侠,小女子投稿要求LATEX, 有一个长公式要通栏,但后面的内容依旧保持双栏,也就是说就这一个公式通栏,其余的还是双栏,怎么解决,给出具体的命令 |
» 猜你喜欢
急招9月入学博士,要有4级、最晚7月硕士毕业。精密电机驱控课题;学位材料
已经有5人回复
又一批高校组建人工智能学院 师资行吗 不是骗人吗
已经有7人回复
国自然面上和省基金B类撒花
已经有18人回复
有没有学校收留
已经有3人回复
312求调剂
已经有3人回复
华师大读博
已经有5人回复
急需审稿人!!!
已经有3人回复
申博/考博
已经有8人回复
085600材料与化工调剂
已经有6人回复
337求调剂
已经有3人回复
11楼2015-02-26 03:58:07
2楼2014-06-16 08:21:49
3楼2014-06-16 09:13:13
dean0514
铁杆木虫 (著名写手)
- 应助: 22 (小学生)
- 金币: 6861.6
- 散金: 1299
- 红花: 7
- 沙发: 1
- 帖子: 1616
- 在线: 290.8小时
- 虫号: 2324104
- 注册: 2013-03-06
- 性别: GG
- 专业: 决策理论与方法
|
网上找的 希望有用 第一种方法:这是从IEEE摘选出来的输入方式,但是这个方式会使得公式移动到下一页浮动置顶。 \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来实现,这个方法较为贴近我们平时的习惯。 \begin{multicols}{2} Bla bla... \end{multicols} % \begin{equation} very long equation \end{equation} % \begin{multicols}{2} Bla bla... \end{multicols} |
4楼2014-06-16 09:41:15













回复此楼