generated from dopt-python/py311
2 lines
298 B
PowerShell
2 lines
298 B
PowerShell
# covert the manual Markdown file to PDF
|
|
pandoc .\docs\manual.md -o .\docs\manual.pdf -V geometry:"a4paper, margin=2.5cm" -V header-includes="\usepackage[none]{hyphenat}" # -V header-includes="\lstset{escapeinside={(*@}{@*)}}" --include-in-header=.\docs\header.tex # --syntax-highlighting=idiomatic |