答案1
正如 Heiko 所建议的,如果图像已经存在, 您可以使用包\includegraphics
的命令。graphicx
这是一个 MWE(最小工作示例):
\documentclass{article}
\usepackage{graphicx}
\usepackage{mwe} % Just needed here for the dummy image.
\begin{document}
by selecting the
\includegraphics[height=0.6\baselineskip]{example-image-a}
Add SpatialLite Layer\ldots{} option fro
\end{document}
如果您想动态创建内联图片,您可能需要查看 TikZ 和\tikz{}
此处讨论的命令:TikZ 图片内联。