gpt4 book ai didi

latex - 在 LaTeX 中插入图像

转载 作者:行者123 更新时间:2023-12-03 18:11:38 27 4
gpt4 key购买 nike

我有一个关于将图像插入 LaTeX 文档的问题。我尝试使用键盘快捷键插入图像:Ctrl-Alt-G,我可以插入图像。但是编译后的pdf文档在最后显示了所有图像,而我想将图像与文本交错。类似于以下内容:

Text1
Image1
Text2
Image2
Text3
Image3

我尝试在正确的位置插入图像,即在文本之间,但在编译时,它们都出现在最后。我尝试了图像插入 UI 上提供的不同选项,但结果相同。

知道我哪里出错了。

相关 SO question .

最佳答案

您必须使用 graphicx package :

\usepackage{graphicx}

然后你只需使用\includegraphics
\includegraphics{myfig.pdf}
\includegraphics[width=60mm]{myfig.png}
\includegraphics[height=60mm]{myfig.jpg}
\includegraphics[scale=0.75]{myfig.pdf}
\includegraphics[angle=45,width=52mm]{myfig.jpg}

关于latex - 在 LaTeX 中插入图像,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/721572/

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