由买买提看人间百态

boards

本页内容为未名空间相应帖子的节选和存档,一周内的贴子最多显示50字,超过一周显示500字 访问原贴
TeX版 - 求助,LaTex如何在双栏版面中在也底端单栏显示长矩阵?
相关主题
双栏的时候如何让图片独占双栏?如何输出latex的文献到word里面?
Brother, Latex问题又来~谁知道latex怎么把连着的文献用‘-’联起来
问一个超长公式的问题how to make a table occupy a single line in latex
LaTeX 中多个矩阵怎样对齐?ACM conference latex模板的问题
问个latex 生成矩阵的问题ACM的latex模板怎么改成10pt字体大小? (转载)
bst + journal 缩写请教latex写paper速成?
终于还是放弃了LaTex.who said latex could be as useful as word? why I always need to worry about latex template?
In IEEE latex template, how to use \include请教:“.ps file does not exist!”
相关话题的讨论汇总
话题: latex话题: 单栏话题: 双栏话题: 矩阵话题: 底端
进入TeX版参与讨论
1 (共1页)
n*z
发帖数: 4
1
LaTex如何在双栏版面里让不可分行的长公式(比如大矩阵)单栏显示在本页最下面?
就像IEEE journal的那种格式。问了很多大牛,都不知道。多谢了先!
g*********r
发帖数: 124
2
To make a long formula span across two columns, you need
put it in a wide float (table* or figure*);
To make LaTeX honour [b] placement of double-column floats,
you need stfloats.sty
however why dont you extract the related code for doing this
from ieeetran.sty and rebuild a seperate command to perform
the operation?
n*z
发帖数: 4
3
Thanks a lot. I use [t] to make it appear on top of next page since it's
much simpler.
Again, thanks a lot for your reply.

【在 g*********r 的大作中提到】
: To make a long formula span across two columns, you need
: put it in a wide float (table* or figure*);
: To make LaTeX honour [b] placement of double-column floats,
: you need stfloats.sty
: however why dont you extract the related code for doing this
: from ieeetran.sty and rebuild a seperate command to perform
: the operation?

1 (共1页)
进入TeX版参与讨论
相关主题
请教:“.ps file does not exist!”问个latex 生成矩阵的问题
bib,bst,bbl倒底啥关系?bst + journal 缩写
IEEE final submission里如何导出单独的table终于还是放弃了LaTex.
咨询:双栏的时候公式越界如何处理In IEEE latex template, how to use \include
双栏的时候如何让图片独占双栏?如何输出latex的文献到word里面?
Brother, Latex问题又来~谁知道latex怎么把连着的文献用‘-’联起来
问一个超长公式的问题how to make a table occupy a single line in latex
LaTeX 中多个矩阵怎样对齐?ACM conference latex模板的问题
相关话题的讨论汇总
话题: latex话题: 单栏话题: 双栏话题: 矩阵话题: 底端