在LaTeX中以固定高度水平延伸100%的数字?

gle*_*her 6 latex typesetting pdflatex

如何插入延伸100%视口但具有给定高度的图形(即图形)?

Uri*_*Uri 10

你可以使用通常的[width = X,height = Y]参数,但不是给文字X使用\ columnwidth ...

如果您希望图形跨越多列,请使用\ begin {figure*}而不是\ begin {Figure}


Cro*_*ley 10

您可以使用:

\includegraphics[width=\textwidth,height=5in]{imagefile}

但建设

\begin{minipage}{8cm} \includegraphics[width=\textwidth]{imagefile} \end{minipage}

将产生宽度为8厘米的图像.