提问于:
浏览数:
2359
\subsection*{Language-Editing Services}
Prior to submission, authors who believe their manuscripts would benefit from professional editing are encouraged to use a language-editing service (see list at www.pnas.org/site/authors/language-editing.xhtml). PNAS does not take responsibility for or endorse these services, and their use has no bearing on acceptance of a manuscript for publication.
\begin{figure}%[tbhp]
\centering
\includegraphics[width=.6\linewidth]{frog}
\caption{Placeholder image of a frog with a long example caption to show justification setting.}
\label{fig:frog}
\end{figure}
## 我的问题
请问怎么把插入的{frog}的图片插到对应那句话的下面,而不是别的位置
2 回答
0
```
\documentclass{article}
\usepackage{mwe}
\usepackage{lipsum}
\begin{document}
\lipsum[1]
\includegraphics[width=\linewidth]{example-image}
\lipsum[2]
\end{document}
```
给了一个例子出来,不用浮动体只插图。
如果用了浮动体,那么用户只需要做好交叉引用,不必在意图片位置。
这是老问题了,总有人问,实际上浮动体是 latex 的特色。
-
回复 U14686 :用浮动体的话,一般系统会决定位置 – OsbertWang 2020-07-22 22:03 回复
-
那就是用latex的话,图片不会出现在指定的文本位置了吧 – U14686 2020-07-22 20:11 回复
0
https://liam.page/2017/03/11/floats-in-LaTeX-basic/
你的回答
请登录后回答
你的回答将会帮助更多人,请务必认真回答问题。