15 Commits

Author SHA1 Message Date
Simon Large
ec99be0332 Create separate scripts for building HTML and PDF documents
The PDF build command line is getting very long, and it needs another option. Create separate build scripts for HTML and PDF and just pass in the name of the markdown file.

Adds -V subparagraph to fix a LaTeX error.

Adds fallback font selection to the PDF script.
2020-07-24 18:54:06 +01:00
Simon Large
60362ce8cd Add styling to PDF manual
This uses the xelatex engine and a few style settings to make the PDF manual look more like the HTML manual.
2020-07-23 15:39:23 +01:00
Daniel Marjamäki
c02b39a3ba Use manual.css in manual 2020-07-15 21:57:49 +02:00
Sebastian
b089ba4e3b
manuals: Fix missing/wrong table of contents in HTML files (#2360)
The YAML setting `toc: true` works for PDF creation but for HTML it
simply prints `true` as the table of contents.
It looks like a misconception and the only acceptable solution I have
found is to use `--toc` on the command line instead of the `toc: true`
setting in the YAML header.
It is a known issue, here are more details:
https://github.com/jgm/pandoc/issues/2872
With this fix I get table of contents not only for PDF but for HTML too.
The PDF looks like before for me, the table of contents and the outline
are still present as it was before.
2019-11-15 21:35:41 +01:00
Daniel Marjamäki
167950c8e7 Manual: Move .cfg reference to its own document 2019-06-16 10:08:37 +02:00
Daniel Marjamäki
5301c44374 man: comment 2019-06-05 10:47:06 +02:00
Daniel Marjamäki
350b43c6ba Manual: Cleanup, update build script 2019-06-02 11:33:21 +02:00
Matthias Krüger
ecc91ba914 fix a couple of issues in shell scripts found by codacy. 2016-12-25 00:43:47 +01:00
Daniel Marjamäki
33e69df6ae Fixed #5066 (buildman.sh fails) 2013-10-06 07:11:12 +02:00
XhmikosR
9b5c245899 tabs to spaces, remove trailing spaces and extra empty lines at the end of files 2012-09-29 13:49:16 +02:00
Tim Gerundt
8a48193162 Drop "Writing Cppcheck rules" and "Cppcheck Design" articles from build file 2011-06-27 23:51:00 +02:00
Daniel Marjamäki
682aa57df4 buildman: build writing-rules-3.pdf 2011-01-08 11:10:33 +01:00
Daniel Marjamäki
2aad9de2e1 Cppcheck Design: updated article 2010-12-28 19:47:56 +01:00
Daniel Marjamäki
b705a9cbdd Writing rules: converting the docbook to pdf with buildman.sh 2010-12-06 20:39:38 +01:00
Daniel Marjamäki
2cbda0cfe4 Manual: Minor refactorings. Added a simple build script 2009-11-15 20:04:05 +01:00