在multicol环境中跨越两列的非浮动图形 [英] Nonfloating figure spanning two columns in multicol environment

查看:77
本文介绍了在multicol环境中跨越两列的非浮动图形的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

我正在使用具有两列的multicol软件包,并且需要一个图来跨两列.我知道\begin{figure*},但我不希望该数字浮动.我已经搜寻了大约一个小时,但无济于事.任何帮助都会很棒.

I am using the multicol package, with two columns, and need a figure to span both columns. I am aware of \begin{figure*}, but I do not want the figure to float. I have been googling for about an hour, to no avail. Any help would be great.

推荐答案

看看软件包nonfloat(它是TeXlive的一部分,因此很可能已经有了).以下取自非浮点手册的示例显示了如何制作带标题的非浮点人物:

Have a look at the package nonfloat (it is part of TeXlive so there is a good chance you already have it). The following example taken from the manual of nonfloat shows how you can have a non-floating figure with caption:

\begin{minipage}{\linewidth} 
\centering% 
\includegraphics[width=0.8\linewidth,clip=]{input.eps}% 
\figcaption{Caption}% 
\label{fig:input.eps}% 
\end{minipage} 

nonfloat软件包提供了\ figcaption命令,该命令可以在浮点数之外使用.为了将其与multicol结合使用,我认为您必须\ end {multicols},放下数字,然后\ begin {multicols} {2}.

The nonfloat package provides the \figcaption command that can be used outside floats. In order to combine this with multicol I think you have to \end{multicols}, put the figure, and then \begin{multicols}{2}.

这篇关于在multicol环境中跨越两列的非浮动图形的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持IT屋!

查看全文
登录 关闭
扫码关注1秒登录
发送“验证码”获取 | 15天全站免登陆