3 lines
103 B
Bash
3 lines
103 B
Bash
#!/bin/zsh
|
|
pandoc main.md --natbib --bibliography=main.bib --shift-heading-level-by=-1 -o content.tex
|