Add some scripts
This commit is contained in:
10
scripts/mdToPdf
Executable file
10
scripts/mdToPdf
Executable 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"
|
||||
Reference in New Issue
Block a user