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}
\newenvironment{figurehere}
\makeatother
then use figurehere and tablehere where you'd normally use
figure[h....] and table[h...]