5 lines
142 B
Bash
5 lines
142 B
Bash
|
#!/bin/bash
|
||
|
|
||
|
set -e
|
||
|
|
||
|
pandoc README.md -o contact_printer_whitepaper.pdf --filter pandoc-citeproc --pdf-engine=pdflatex --template=template.tex
|