summaryrefslogtreecommitdiff
path: root/Master/texmf/doc/asymptote/examples/externalprc.tex
diff options
context:
space:
mode:
Diffstat (limited to 'Master/texmf/doc/asymptote/examples/externalprc.tex')
-rw-r--r--Master/texmf/doc/asymptote/examples/externalprc.tex12
1 files changed, 12 insertions, 0 deletions
diff --git a/Master/texmf/doc/asymptote/examples/externalprc.tex b/Master/texmf/doc/asymptote/examples/externalprc.tex
new file mode 100644
index 00000000000..96643d7cebf
--- /dev/null
+++ b/Master/texmf/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}