luametatex-firstpage.tex /size: 1067 b    last modification: 2023-12-21 09:43
1% language=us runpath=texruns:manuals/luametatex
2
3\environment luametatex-style
4
5\startcomponent luametatex-firstpage
6
7\startstandardmakeup
8
9    \start
10        \raggedleft
11        \definedfont[Bold*default at 48pt]
12        \setupinterlinespace
13        \blue \documentvariable{manual} \endgraf Reference \endgraf Manual \endgraf
14    \stop
15
16    \vfill
17
18    \definedfont[Bold*default at 12pt]
19
20    \starttabulate[|l|l|]
21        \NC copyright \EQ LuaMeta\TeX\ development team \NC \NR
22        \NC           \EQ Lua\TeX\ development team \NC \NR
23        \NC           \EQ \CONTEXT\ development team \NC \NR
24        \NC more info \EQ www.luatex.org \NC \NR
25        \NC           \EQ contextgarden.net \NC \NR
26        \NC           \EQ build.contextgarden.net \NC \NR
27        \NC version   \EQ \currentdate \doifsomething{\documentvariable{snapshot}}{(snapshot \documentvariable{snapshot})} \NC \NR
28    \stoptabulate
29
30\stopstandardmakeup
31
32\setupbackgrounds
33  [leftpage]
34  [setups=pagenumber:left]
35
36\setupbackgrounds
37  [rightpage]
38  [setups=pagenumber:right]
39
40\stopcomponent
41