summaryrefslogtreecommitdiff
path: root/graphics/asymptote/doc/externalprc.tex
blob: 04718b86a11552a6b0d35bbf64a841ebe332da9b (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]{media9}
\RequirePackage{asymptote,color,graphicx}
\begin{document}
\input cube.tex
\end{document}