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:
Simon Howard 2025-05-22 13:53:23 -04:00
parent 0a8129c331
commit 5fa5e23400
4 changed files with 163 additions and 3 deletions

View file

@ -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]

View file

@ -1,7 +1,37 @@
= Manual de Freedoom
// 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]
*Manual del Juego*
// We leave a blank page before the Table of Contents.
[%always]
<<<
[%always]
<<<
toc::[]
[%always]
<<<
== Introducción
image::../graphics/titlepic/titlepic.png[Freedoom Title Image,align="center",width=380,pdfwidth=50vw]

View file

@ -1,7 +1,37 @@
= Manuel Freedoom
// 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]
*Manuel du Jeu*
// 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]

File diff suppressed because one or more lines are too long

After

Width:  |  Height:  |  Size: 49 KiB