blob: 4417b5231031b012a022a5f1cdc13a4f242e247d (
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
|
\environment luatex-style
\startcomponent luatex-export-titlepage
\setupexport
[cssfile=extra-styles.css]
\settaggedmetadata
[ title={LuaTeX Reference Manual},
copyright={LuaTeX Development Team},
version={\documentvariable{version}},
status={\documentvariable{status}},
snapshot={\documentvariable{snapshot}},
date={\rawdate[weekday,day,month,year]},
url={www.luatex.org}]
\setupbackgrounds
[leftpage]
[setups=pagenumber:left]
\setupbackgrounds
[rightpage]
[setups=pagenumber:right]
\startpreamble
This document is derived from the original manual. When examples are given,
they assume processing by \LUATEX\ and therefore will not show up as
intended. The \PDF\ version is the real reference.
\stoppreamble
\stopcomponent
|