Skip to content

Latest commit

 

History

History
55 lines (33 loc) · 1.1 KB

README.md

File metadata and controls

55 lines (33 loc) · 1.1 KB

Pandoc files

Things I use with Pandoc. Most of these are for academic aims.

Dependencies

Template-specific dependencies are mentioned later.

How to use

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!

Templates

All conversions take Markdown as the file format of their input.

SBL 2

Dependencies

Filetypes

DOCX

Note: Footnote markers are superscripted due to Word's limited formatting capabilities.

./Scripts/SBL-docx.sh <input.md> <output> <bibliography file>
ODT
./Scripts/SBL-odt.sh <input.md> <output> <bibliography file>
PDF
./Scripts/SBL-pdf.sh <input.md> <output> <bibliography file>