mirror of
https://github.com/freedoom/freedoom.git
synced 2025-09-01 04:25:45 -04:00
manual: Add title pages with Freedoom logo
Since we want this to become an actual book, we need the generated PDF to properly look like one. This required a bit of Asciidoc mangling but mostly looks right.
This commit is contained in:
parent
0a8129c331
commit
5fa5e23400
4 changed files with 163 additions and 3 deletions
|
@ -1,7 +1,38 @@
|
|||
= Freedoom Manual
|
||||
// SPDX-License-Identifier: BSD-3-Clause
|
||||
:toc:
|
||||
:toc: macro
|
||||
:toc-title:
|
||||
:showtitle!:
|
||||
|
||||
// This is the title page; it looks weird in Asciidoc but makes more
|
||||
// sense in the PDF output.
|
||||
|
||||
{empty} +
|
||||
{empty} +
|
||||
{empty} +
|
||||
{empty} +
|
||||
{empty} +
|
||||
{empty} +
|
||||
|
||||
image::images/freedoom-logo.svg[Freedoom Logo,align="center",width=500,pdfwidth=70vw]
|
||||
[.text-center]
|
||||
*Game Manual*
|
||||
|
||||
|
||||
// We leave a blank page before the Table of Contents.
|
||||
|
||||
[%always]
|
||||
<<<
|
||||
|
||||
[%always]
|
||||
<<<
|
||||
|
||||
toc::[]
|
||||
|
||||
[%always]
|
||||
<<<
|
||||
|
||||
== Introduction
|
||||
|
||||
image::../graphics/titlepic/titlepic.png[Freedoom Title Image,align="center",width=380,pdfwidth=50vw]
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue