add README PDF conversion

This commit is contained in:
2025-12-18 11:43:49 +01:00
parent 062b0c93d8
commit 1c5b9935a9
3 changed files with 19 additions and 0 deletions

2
scripts/cvt_readme.ps1 Normal file
View File

@@ -0,0 +1,2 @@
# covert the manual Markdown file to PDF
pandoc .\README.md -o .\README.pdf -V geometry:"a4paper, margin=2.5cm" -V header-includes="\usepackage[none]{hyphenat}"