summaryrefslogtreecommitdiff
path: root/Master/texmf-dist/doc/asymptote/examples/externalprc.tex
blob: d131eebd426158b5e283092807e3b480ff0c61cf (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
% Generate inline PRC images for latex with
% asy -inlineimage cube -render=4
%
% Generate inline PRC images for pdflatex with
% asy -inlineimage cube -render=4 -tex pdflatex
%
\documentclass[12pt]{article}
\input cube.pre
\usepackage[bigfiles,noplaybutton]{media9}
\RequirePackage{color,graphicx}
\begin{document}
\input cube.tex
\end{document}