| 查看: 3139 | 回复: 10 | ||
| 当前只显示满足指定条件的回帖,点击这里查看本话题的所有回帖 | ||
[求助]
LATEX 公式通栏 已有2人参与
|
||
| 各位大侠,小女子投稿要求LATEX, 有一个长公式要通栏,但后面的内容依旧保持双栏,也就是说就这一个公式通栏,其余的还是双栏,怎么解决,给出具体的命令 |
» 猜你喜欢
欢迎发来filecode的Mz6后的代码验证其规律
已经有19人回复
澳大利亚 Murdoch University 全奖博士招生(3个名额)地质化工冶金领域
已经有26人回复
阿姨
已经有4人回复
一作与独作在应聘高校教师时区别大吗
已经有4人回复
咱们一起用铁证分析2026国家社科基金中标与否
已经有9人回复
静等基金结果
已经有21人回复
FileCode能看出啥?
已经有28人回复
有时候,自然基金真的不能太认真 (我的申报经验)
已经有6人回复
filecode
已经有16人回复
重要来源:本周末出结果
已经有10人回复
» 本主题相关价值贴推荐,对您同样有帮助:
LATEX,公式里面怎么输入加粗的斜体啊
已经有5人回复
word中的这两个公式为什么不能复制到latex里,别的公式都可以转换成latex格式啊,急!
已经有3人回复
请问Latex中,带左花括号的多行公式(而且允许自己给公式编号)怎么写源代码?
已经有6人回复
Latex 教程 公式编辑
已经有25人回复
Latex输入特殊公式
已经有3人回复
精心收藏的Latex算法和公式编辑文档
已经有36人回复
手写任意数学公式自动转换为Latex代码链接
已经有17人回复
latex中公式问题
已经有4人回复
请高手给这个latex公式换行
已经有7人回复
latex公式编号
已经有5人回复
Latex编辑公式后产生两个公式号怎么解决
已经有4人回复
《科学通报》投稿 word排版求助
已经有14人回复
短篇word版论文公式编辑器Aurora,让你在word中应用Latex写公式
已经有5人回复
【求助】如何在latex里使一个很大的公式变小?【已解决】
已经有6人回复
5楼2014-06-16 09:41:39
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










回复此楼