请问怎么把miktex中图片插入到文本中的指定位置

2020-07-22 19:49发布

\subsection*{Language-Editing Services} Prior to submission, authors who believe their manuscripts w...

\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条回答
``` \documentclass{article} \usepackage{mwe} \usepackage{lipsum} \begin{document} \lipsum[1] \includegraphics[width=\linewidth]{example-image} \lipsum[2] \end{document} ``` 给了一个例子出来,不用浮动体只插图。 如果用了浮动体,那么用户只需要做好交叉引用,不必在意图片位置。 这是老问题了,总有人问,实际上浮动体是 latex 的特色。

一周热门 更多>