summaryrefslogtreecommitdiff
path: root/Master/texmf-dist/doc/support/cluttex/example/epstopdf/main.tex
diff options
context:
space:
mode:
Diffstat (limited to 'Master/texmf-dist/doc/support/cluttex/example/epstopdf/main.tex')
-rw-r--r--Master/texmf-dist/doc/support/cluttex/example/epstopdf/main.tex9
1 files changed, 9 insertions, 0 deletions
diff --git a/Master/texmf-dist/doc/support/cluttex/example/epstopdf/main.tex b/Master/texmf-dist/doc/support/cluttex/example/epstopdf/main.tex
new file mode 100644
index 00000000000..a0055359d59
--- /dev/null
+++ b/Master/texmf-dist/doc/support/cluttex/example/epstopdf/main.tex
@@ -0,0 +1,9 @@
+\documentclass{article}
+\usepackage{graphicx}
+\usepackage{epstopdf}
+\begin{document}
+\includegraphics{drawing.eps}
+%\includegraphics{draw ing.eps}
+\graphicspath{{fig/}}
+\includegraphics{drawing2.eps}
+\end{document}