mirror of
https://github.com/freedoom/freedoom.git
synced 2025-09-01 13:25:46 -04:00
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:
parent
52f9dc596c
commit
90fe4c4868
1 changed files with 10 additions and 6 deletions
|
@ -14,22 +14,26 @@
|
|||
{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]
|
||||
*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::[]
|
||||
|
||||
[%always]
|
||||
<<<
|
||||
|
||||
== Introduction
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue