📜  como se ponen imágenes en Latex - 不管是什么代码示例

📅  最后修改于: 2022-03-11 14:58:28.136000             🧑  作者: Mango

代码示例1
\documentclass{article}
\usepackage{graphicx}
\graphicspath{ {images/} }

\begin{document}
The universe is immense and it seems to be homogeneous, 
in a large scale, everywhere we look at.

\includegraphics{universe}

There's a picture of a galaxy above
\end{document}