latex 图片缩小指定比例
Posted 软件工程小施同学
tags:
篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了latex 图片缩小指定比例相关的知识,希望对你有一定的参考价值。
代码如下:
\\begin{figure*}[htbp]
\\begin{center}
\\includegraphics[width=0.95\\textwidth]{YoloV3-network.pdf}
\\end{center}
\\caption{The architecture of YoloV3 network.}
\\label{yolov3}
\\end{figure*}
加入参数width=0.95\\textwidth, width=0.95指图片宽度所占当前页面的比例,高度自动按比例缩放。
以上是关于latex 图片缩小指定比例的主要内容,如果未能解决你的问题,请参考以下文章