我正在尝试格式化图片以使其填充文本宽度,但是它总是出错并填满整个页面。
\includegraphics[width=\textwidth]{circle}
这是我目前正在使用的线路,这可能也是相关的
\documentclass[twocolumn,reprint,nofootinbib]{revtex4-1}
\usepackage{graphicx}
这也是我收到的错误:
Overfull \hbox (264.0pt too wide) in paragraph
答案1
您想要填充列,而不是页面;因此要使用的正确参数是\columnwidth
\includegraphics[width=\columnwidth]{circle}