summaryrefslogtreecommitdiff
path: root/Master/texmf-dist/doc/support/cluttex/example/epstopdf/main.tex
blob: a0055359d59b6888351984bd8ab9ca9664066731 (plain)
1
2
3
4
5
6
7
8
9
\documentclass{article}
\usepackage{graphicx}
\usepackage{epstopdf}
\begin{document}
\includegraphics{drawing.eps}
%\includegraphics{draw ing.eps}
\graphicspath{{fig/}}
\includegraphics{drawing2.eps}
\end{document}