Things I use with Pandoc. Most of these are for academic aims.
Template-specific dependencies are mentioned later.
Convenient scripts can be found in Scripts
. Most of these take at least two arguments: input and output. You must specify the filetype of the input only. For example,
./Scripts/SBL-pdf.sh manuscript.md paper
Some scripts will require more arguments. Check the source file!
All conversions take Markdown as the file format of their input.
- LibreOffice
- Microsoft Word
- Times New Roman
Note: Footnote markers are superscripted due to Word's limited formatting capabilities.
./Scripts/SBL-docx.sh <input.md> <output> <bibliography file>
./Scripts/SBL-odt.sh <input.md> <output> <bibliography file>
./Scripts/SBL-pdf.sh <input.md> <output> <bibliography file>