summaryrefslogtreecommitdiff
path: root/Master/texmf-dist/doc/latex/asy-overview/src/chapter1/main.tex
blob: 4617cd0c207aa297e1d3028a06dd60be3021407f (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
% main.tex  LaTeX demonstration file to use with Asymptote, Jim Hefferon
\documentclass{article}
\usepackage{graphicx}
% \usepackage{asymptote}  % If you use \asyinclude{..}
% \renewcommand{\asydir}{asy}  % Keep this doc's dir tidy, put stuff in asy/ 

\begin{document}
Once you get the graphic the way that you like it, 
include the output PDF in your \LaTeX{} file.
\begin{center}
  \includegraphics{asy/unit_circle_after.pdf}
  % Can instead include the .asy source in the text body.
  % \asyinclude{asy/unit_circle_after.asy} 
  % There is also an environment where you type the .asy source directly.
\end{center}
\end{document}