mirror of
https://github.com/freedoom/freedoom.git
synced 2025-09-04 04:25:46 -04:00
manual: optimize for PDF formatting. (#1202)
Some of the table columns were not large enough to fit the text, or the words themselves were too big when smaller words would have done. Lots of single-word lines at the ends of paragraphs. Removed a bit of redundant information. Vital links in the submitting/visiting sections needed to have visible URLs in case one really did print them out. Added a copy of the BSD licence and a link to the website.
This commit is contained in:
parent
c752b08ac9
commit
3ef1adc78e
3 changed files with 292 additions and 202 deletions
|
@ -1,4 +1,4 @@
|
|||
ASCIIDOCTOR_FLAGS = -a toc -a pdf-page-size=A5
|
||||
ASCIIDOCTOR_FLAGS = -a pdf-page-size=A5
|
||||
all: freedoom-manual.pdf freedoom-manual-es.pdf
|
||||
|
||||
freedoom-manual.pdf: manual.adoc
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue