You cannot select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
6 lines
411 B
Bash
6 lines
411 B
Bash
#!/bin/bash
|
|
|
|
cd Thesis
|
|
pandoc -s --template=wbh.tex --citeproc --csl=../$1 --bibliography=../thesis.bib --metadata-file=metadata.yaml --metadata-file=acronyms.yaml README.md -o ../DRAFT-900266-Sebastian_Preisner.tex
|
|
pandoc -s --template=wbh.tex --citeproc --csl=../$1 --bibliography=../thesis.bib --metadata-file=metadata.yaml --metadata-file=acronyms.yaml README.md -o ../DRAFT-900266-Sebastian_Preisner.pdf
|