Moved scripts to bin dir.
This commit is contained in:
3
bin/md2pdf.sh
Executable file
3
bin/md2pdf.sh
Executable file
@@ -0,0 +1,3 @@
|
||||
#!/bin/bash
|
||||
|
||||
pandoc -s -f markdown -t latex --pdf-engine=lualatex -o $1.pdf $1 metadata.yml latex.yml
|
||||
Reference in New Issue
Block a user