我有一个两列文档,其中有一些我希望全屏显示的图像,所以我使用了条带。以下是示例代码:
\documentclass[twocolumn]{article}
\usepackage[english]{babel}
\usepackage{amsmath}
\usepackage{graphicx}
\usepackage[colorlinks=true, allcolors=blue]{hyperref}
\usepackage{cuted}
\title{Your Paper}
\author{You}
\begin{document}
\maketitle
\begin{strip}
\centering\noindent
\includegraphics[width=0.8\linewidth]{frog.jpg}
\end{strip}
\begin{strip}
\centering\noindent
\includegraphics[width=0.8\linewidth]{frog.jpg}
\end{strip}
\begin{strip}
\centering\noindent
\includegraphics[width=0.8\linewidth]{frog.jpg}
\end{strip}
\bibliographystyle{alpha}
\bibliography{sample}
\end{document}
这总是在条带之间添加一个字符“7”。其外观示例: