summaryrefslogtreecommitdiff
path: root/graphics/asymptote/doc/CDlabel.asy
blob: 304db79f77bdc7fabfb82239450beb5d74411262 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
size(11.7cm,11.7cm);
settings.tex="pdflatex";

asy(nativeformat(),"logo");
fill(unitcircle^^(scale(2/11.7)*unitcircle),
     evenodd+rgb(124/255,205/255,124/255));
label(scale(1.1)*minipage(
"\centering\scriptsize \textbf{\LARGE {\tt Asymptote}\\
\smallskip
\small The Vector Graphics Language}\\
\smallskip
\textsc{Andy Hammerlindl, John Bowman, and Tom Prince}
http://asymptote.sourceforge.net\\
",8cm),(0,0.6));
label(graphic("logo."+nativeformat(),"height=7cm"),(0,-0.22));
clip(unitcircle^^(scale(2/11.7)*unitcircle),evenodd);