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.tex9
1 files changed, 5 insertions, 4 deletions
diff --git a/Master/texmf-dist/doc/asymptote/examples/externalprc.tex b/Master/texmf-dist/doc/asymptote/examples/externalprc.tex
index e6d4ade1dcf..d131eebd426 100644
--- a/Master/texmf-dist/doc/asymptote/examples/externalprc.tex
+++ b/Master/texmf-dist/doc/asymptote/examples/externalprc.tex
@@ -1,12 +1,13 @@
% Generate inline PRC images for latex with
-% asy -inlineimage teapot -render=4
+% asy -inlineimage cube -render=4
%
% Generate inline PRC images for pdflatex with
-% asy -inlineimage teapot -render=4 -tex pdflatex
+% asy -inlineimage cube -render=4 -tex pdflatex
%
\documentclass[12pt]{article}
-\input teapot.pre
+\input cube.pre
+\usepackage[bigfiles,noplaybutton]{media9}
\RequirePackage{color,graphicx}
\begin{document}
-\input teapot.tex
+\input cube.tex
\end{document}