blob: 772fbb3fe2acfc37a5db3d0bc23612185ac0351f (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
|
\startcomponent luatex-firstpage
\startstandardmakeup
\start
\raggedleft
\definedfont[Bold*default at 48pt]
\setupinterlinespace
\blue \documentvariable{manual} \endgraf Reference \endgraf Manual \endgraf
\stop
\vfill
\definedfont[Bold*default at 12pt]
\starttabulate[|l|l|]
\NC copyright \EQ Lua\TeX\ development team \NC \NR
\NC more info \EQ www.luatex.org \NC \NR
\NC version \EQ \currentdate \doifsomething{\documentvariable{snapshot}}{(snapshot \documentvariable{snapshot})} \NC \NR
\stoptabulate
\stopstandardmakeup
\setupbackgrounds
[leftpage]
[setups=pagenumber:left]
\setupbackgrounds
[rightpage]
[setups=pagenumber:right]
\stopcomponent
|