small fixes

This commit is contained in:
Marco Thomas
2022-06-13 10:17:53 +02:00
parent 10be1e7138
commit 728dc00c2d
3 changed files with 6 additions and 3 deletions

View File

@@ -50,7 +50,8 @@ alias code='/usr/bin/code --enable-features=UseOzonePlatform --ozone-platform=wa
# tools
pd() {
pandoc $1.md -o $1.pdf --from markdown --template eisvogel --listings --toc
# requires https://pypi.org/project/pandoc-include/
pandoc $1.md -o $1.pdf --from markdown --template eisvogel --listings --toc --filter pandoc-include
}
pdp() {