Add some scripts

This commit is contained in:
2021-02-16 01:07:53 +01:00
parent 2684fbfae2
commit 7d9c45878f
7 changed files with 120 additions and 0 deletions

10
scripts/mdToPdf Executable file
View File

@@ -0,0 +1,10 @@
#!/bin/bash
pandoc "$1" \
-f gfm \
-V linkcolor:blue \
-V geometry:a4paper \
-V geometry:margin=2cm \
-V mainfont="Droid Sans" \
--pdf-engine=xelatex \
-o "$2"