add Robberts Ufora script
This commit is contained in:
parent
7eb71c1361
commit
3ef84f0e1e
2 changed files with 41 additions and 0 deletions
6
local/bin/md2pdf
Executable file
6
local/bin/md2pdf
Executable file
|
@ -0,0 +1,6 @@
|
|||
#!/bin/sh
|
||||
input="$1"
|
||||
|
||||
[ ! -f "$input" ] && echo 'invalid input file' && exit 1
|
||||
|
||||
pandoc --pdf-engine=tectonic -V papersize=A4 -V geometry:margin=1in -o output.pdf "$@"
|
Loading…
Add table
Add a link
Reference in a new issue