math-titlepage.tex /size: 892 b    last modification: 2021-10-28 13:50
1% language=us runpath=texruns:manuals/math
2
3\startcomponent math-titlepage
4
5\startMPpage
6
7    StartPage;
8        fill Page withcolor .35magenta ;
9        picture p ; p := image ( draw outlinetext.b
10            ("\textdollar")
11            (withcolor .35green)
12            (withcolor .5yellow withpen pencircle scaled .1) ;
13        ) ;
14        p := p xysized(PaperWidth - 20pt,PaperHeight - 20pt ) ;
15        p := p shifted - llcorner p shifted (10pt,10pt) ;
16        draw p ;
17        picture p ; p := image ( draw outlinetext.b
18            ("math")
19            (withcolor .35green)
20            (withcolor .5yellow withpen pencircle scaled .2) ;
21        ) ;
22        p := p xsized(PaperWidth/2 - 40pt) ;
23        p := p shifted - llcorner p shifted (10pt,10pt) ;
24        draw p shifted (PaperWidth/2 + 20pt,20pt);
25    StopPage;
26
27\stopMPpage
28
29\page[empty] \setuppagenumber[number=1]
30
31\stopcomponent
32