mirror of
https://github.com/overleaf/overleaf.git
synced 2025-02-07 06:21:23 +00:00
10 lines
128 B
TeX
10 lines
128 B
TeX
|
\documentclass{article}
|
||
|
|
||
|
\usepackage{graphicx}
|
||
|
|
||
|
\begin{document}
|
||
|
|
||
|
\includegraphics[width=\textwidth]{image.eps}
|
||
|
|
||
|
\end{document}
|