summaryrefslogtreecommitdiff
path: root/Master/texmf-dist/doc/asymptote/examples/externalprc.tex
diff options
context:
space:
mode:
Diffstat (limited to 'Master/texmf-dist/doc/asymptote/examples/externalprc.tex')
-rw-r--r--Master/texmf-dist/doc/asymptote/examples/externalprc.tex12
1 files changed, 12 insertions, 0 deletions
diff --git a/Master/texmf-dist/doc/asymptote/examples/externalprc.tex b/Master/texmf-dist/doc/asymptote/examples/externalprc.tex
new file mode 100644
index 00000000000..e6d4ade1dcf
--- /dev/null
+++ b/Master/texmf-dist/doc/asymptote/examples/externalprc.tex
@@ -0,0 +1,12 @@
+% Generate inline PRC images for latex with
+% asy -inlineimage teapot -render=4
+%
+% Generate inline PRC images for pdflatex with
+% asy -inlineimage teapot -render=4 -tex pdflatex
+%
+\documentclass[12pt]{article}
+\input teapot.pre
+\RequirePackage{color,graphicx}
+\begin{document}
+\input teapot.tex
+\end{document}