diff options
author | Luigi Scarso <luigi.scarso@gmail.com> | 2019-10-13 17:09:41 +0000 |
---|---|---|
committer | Luigi Scarso <luigi.scarso@gmail.com> | 2019-10-13 17:09:41 +0000 |
commit | 378030dd89abc0f2b0d9902dd343d1f2108a202f (patch) | |
tree | 65db6ed6a3bd3124cbb14b3634c3aae2401e5cd2 /Master/texmf-dist/doc/luatex/base/luatex-titlepage.tex | |
parent | df16ddc90a200f2c3a5f5724c8ad376a3258c298 (diff) |
sync with upstream luatex rev. 7197
git-svn-id: svn://tug.org/texlive/trunk@52360 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master/texmf-dist/doc/luatex/base/luatex-titlepage.tex')
-rw-r--r-- | Master/texmf-dist/doc/luatex/base/luatex-titlepage.tex | 106 |
1 files changed, 53 insertions, 53 deletions
diff --git a/Master/texmf-dist/doc/luatex/base/luatex-titlepage.tex b/Master/texmf-dist/doc/luatex/base/luatex-titlepage.tex index 5a91f73e8b8..d9ca4b3f933 100644 --- a/Master/texmf-dist/doc/luatex/base/luatex-titlepage.tex +++ b/Master/texmf-dist/doc/luatex/base/luatex-titlepage.tex @@ -1,53 +1,53 @@ -\environment luatex-style
-
-\startcomponent luatex-titlepage
-
-\startstandardmakeup
-
- \switchtobodyfont
- [mainfacemedium]
-
- \definedfont[Bold*default at \the\dimexpr.06\paperheight\relax] \setupinterlinespace
-
- \setlayer
- [page]
- {\useMPgraphic{luapage}}
-
- \setlayerframed
- [page]
- [preset=righttop,
- location=middletop,
- hoffset=.500\measured{paperwidth},
- voffset=.175\measured{paperheight}]
- [align=middle,
- foregroundcolor=white,
- frame=off]
- {\documentvariable{manual}\crlf Reference\crlf Manual}
-
- \definedfont[Bold*default at 14pt] \setupinterlinespace
-
- \setlayerframed
- [page]
- [preset=rightbottom,
- offset=.025\measured{paperheight}]
- [align=flushright,
- foregroundcolor=white,
- frame=off]
- {\doifsomething{\documentvariable{status}}{\documentvariable{status}\par}
- \currentdate[month,space,year]\par
- Version \documentvariable{version}}
-
- \setlayerframed
- [page]
- [preset=middle,
- hoffset=-.5\dimexpr\measured{paperwidth}-\measured{spinewidth}\relax]
- [width=.7\measured{paperwidth},
- align=normal,
- foregroundstyle=\bf,
- foregroundcolor=white,
- frame=off]
- {\getbuffer[backpage]}
-
-\stopstandardmakeup
-
-\stopcomponent
+\environment luatex-style + +\startcomponent luatex-titlepage + +\startstandardmakeup + + \switchtobodyfont + [mainfacemedium] + + \definedfont[Bold*default at \the\dimexpr.06\paperheight\relax] \setupinterlinespace + + \setlayer + [page] + {\useMPgraphic{luapage}} + + \setlayerframed + [page] + [preset=righttop, + location=middletop, + hoffset=.500\measured{paperwidth}, + voffset=.175\measured{paperheight}] + [align=middle, + foregroundcolor=white, + frame=off] + {\documentvariable{manual}\crlf Reference\crlf Manual} + + \definedfont[Bold*default at 14pt] \setupinterlinespace + + \setlayerframed + [page] + [preset=rightbottom, + offset=.025\measured{paperheight}] + [align=flushright, + foregroundcolor=white, + frame=off] + {\doifsomething{\documentvariable{status}}{\documentvariable{status}\par} + \currentdate[month,space,year]\par + Version \documentvariable{version}} + + \setlayerframed + [page] + [preset=middle, + hoffset=-.5\dimexpr\measured{paperwidth}-\measured{spinewidth}\relax] + [width=.7\measured{paperwidth}, + align=normal, + foregroundstyle=\bf, + foregroundcolor=white, + frame=off] + {\getbuffer[backpage]} + +\stopstandardmakeup + +\stopcomponent |