Whitepaper Documentation Index
This page groups the public SkillPilot whitepapers.
Whitepapers
- SkillPilot Whitepaper (DE)
- SkillPilot Whitepaper (EN)
- Die Geschichte in Bildern (DE)
- The story in pictures (EN)
Maintenance
-
Keep language variants aligned when changing public positioning.
whitepaper.de.pdfis a derived snapshot ofwhitepaper.de.md. Regenerate it from the repository root after changing the German source:
pandoc docs/whitepaper/whitepaper.de.md --from=gfm --standalone \
--lua-filter=scripts/whitepaper-pdf-tables.lua \
--pdf-engine=xelatex --resource-path=docs/whitepaper:docs \
-V papersize:a4 -V geometry:margin=22mm -M lang=de-DE \
-V mainfont='DejaVu Sans' -V monofont='DejaVu Sans Mono' \
-o docs/whitepaper/whitepaper.de.pdf
- Keep the table filter in the PDF build: it gives widthless Markdown tables wrapping, equal-width columns for LaTeX only, avoiding text outside the page. It preserves table content, explicitly authored widths, and web rendering.
-
The same filter honours
width=...image titles, as used by the WebGUI, in PDF output (CSS pixels at 96 dpi). Use this to keep narrow screenshots and their captions together without changing the original image file. -
Deploy the canonical Markdown and the regenerated PDF to
app/public/withpython3 scripts/deploy_whitepaper.py. - Use Markdown image syntax for figures that must also appear in the PDF; raw HTML image tags are not rendered by the PDF pipeline.
cd app && npm run check:docs-indexesfails if a direct Markdown child ofdocs/whitepaper/is missing from this index.