mirror of
https://github.com/freedoom/freedoom.git
synced 2025-08-29 05:17:12 -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]
|
||||
|
||||
|
|
|
@ -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]
|
||||
|
||||
|
|
|
@ -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]
|
||||
|
||||
|
|
69
manual/images/freedoom-logo.svg
Normal file
69
manual/images/freedoom-logo.svg
Normal file
File diff suppressed because one or more lines are too long
After Width: | Height: | Size: 49 KiB |
Loading…
Add table
Add a link
Reference in a new issue