manual: Fix problems uploading PDF to Lulu.com.

When uploading to Lulu.com an error was being produced, and with some
experimentation I discovered it was due to the `[%always]` tag used to
force page breaks; removing it fixes the problem. To ensure the Table of
Contents appears on the right page, I added a small amount of copyright
blurb to page 2.
This commit is contained in:
Simon Howard 2025-05-22 16:15:11 -04:00
parent 52f9dc596c
commit 90fe4c4868

View file

@ -14,22 +14,26 @@
{empty} + {empty} +
{empty} + {empty} +
image::images/freedoom-logo.svg[Freedoom Logo,align="center",width=500,pdfwidth=70vw] image::images/freedoom-logo.svg[Freedoom Logo,align="center",width=500,pdfwidth=50vw]
[.text-center] [.text-center]
*Game Manual* *Game Manual*
// We leave a blank page before the Table of Contents.
[%always]
<<< <<<
[%always] {empty} +
{empty} +
Copyright © 2001-2024 Contributors to the Freedoom project.
This manual is licensed under the 3-clause BSD license.
This is the English version of the Freedoom manual. Translations into other
languages can be found on the Freedoom website.
<<< <<<
toc::[] toc::[]
[%always]
<<< <<<
== Introduction == Introduction