gpt4 book ai didi

latex - 使用 LaTeX 从两列环境中制作 1 列

转载 作者:行者123 更新时间:2023-12-03 22:58:04 24 4
gpt4 key购买 nike

我用 twocolumn 制作文档,但有时 twocolumn对于源代码列表来说太窄了。

我找到了 multicols环境并使用它如下:

%\documentclass[twocolumn]{article} % 我不使用拖列,而是多列
\documentclass[]{文章}
\usepackage{multicol}
...
\begin{multicols*}{2}

\section{简而言之}
...
\end{多列*}

% 现在我使用一列

\begin{multicols*}{1}
...
\end{多列*}

结果不是我想要的。
http://img3.imageshack.us/img3/6239/screenshot20100717at920.png

我的 LaTeX 代码有什么问题?你怎么办这个案子?

我尝试使用 figure*环境,但它只是漂浮在周围,所以我宁愿不使用它。

最佳答案

这给你你想要的吗?

\documentclass[]{article}
\usepackage{multicol}

\begin{document}

\begin{multicols}{2}

\section{In short}
double column text here. .double column text here. . .
double column text here. . .
double column text here. . .
double column text here. . .
.

\end{multicols}

% Now I use one column

% don't put any multicol command here, you're in outer
% single column document already

put single column text here. put single column text here.
put single column text here. put single column text here.
put single column text here. put single column text here.
. . .

\begin{multicols}{2}

\section{In short}
double column text here. . .
double column text here. . .
double column text here. . .
double column text here. . .
double column text here. . .

\end{multicols}

\end{document}

关于latex - 使用 LaTeX 从两列环境中制作 1 列,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/3274082/

24 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com