发布时间:2012-07-20 18:38:17
文章类别:小技巧
原文地址:http://blog.sina.com.cn/s/blog_5e16f1770102ewx6.html
		
QQ群:91940767/145316219/141877998/80300084/194770436
淘宝店:http://latexstudio.taobao.com
技巧续篇:http://latexstudio.net/
常见数学公式问题集下载
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...]
选自:http://www.eng.cam.ac.uk/help/tpl/textprocessing/multicol_hint.html
 
                 
                

发表评论 取消回复