Skip to content

mcookly/pandoc-files

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

39 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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>

About

My templates and scripts for pandoc

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published