加载中…
个人资料
  • 博客等级:
  • 博客积分:
  • 博客访问:
  • 关注人气:
  • 获赠金笔:0支
  • 赠出金笔:0支
  • 荣誉徽章:
正文 字体大小:

LaTeX技巧170:如何在双栏模式里显示单栏图

(2009-12-17 21:48:23)
标签:

latex

插图

双栏

单栏

分类: 插图技巧

QQ群:91940767/145316219/141877998/80300084/194770436
淘宝店:http://latexstudio.taobao.com
技巧续篇:http://latexstudio.net/
常见数学公式问题集下载

From
http://www-h.eng.cam.ac.uk/help/tpl/textprocessing/multicol_hint.html

Figures and Tables in multicol
If you use \begin{figure} ... \end{figure} in a multicols environment, the figure won't appear. If instead you use \begin{figure*} ... \end{figure*} the figure will stretch right across the page, probably at the top of the page

It's possible to have single-column figures and tables with captions, but you might have to fiddle with the placement because they won't 'float'. Put the following before \begin{document}

\makeatletter
\newenvironment{tablehere}
  {\def\@captype{table}}
  {}

\newenvironment{figurehere}
  {\def\@captype{figure}}
  {}
\makeatother

then use figurehere and tablehere where you'd normally use figure[h....] and table[h...]

0

阅读 收藏 喜欢 打印举报/Report
  

新浪BLOG意见反馈留言板 欢迎批评指正

新浪简介 | About Sina | 广告服务 | 联系我们 | 招聘信息 | 网站律师 | SINA English | 产品答疑

新浪公司 版权所有