summaryrefslogtreecommitdiff
path: root/Master/texmf-dist/doc/asymptote/examples/externalprc.tex
blob: e6d4ade1dcf3f24ccc23ac81f5bd9e350f5ec557 (plain)
1
2
3
4
5
6
7
8
9
10
11
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}