Use this as a template for writing your paper. It will automatically build a cool HTML that contains all your citations like here.
- Install pandoc (prerequisite!)
- Use this repo as template (!= fork)
- Copy
pre-commit
into your.git/hooks
folder - Write your paper (in
paper.md
) - Add citations by adding
- the book/article/.. you cite in bibliography.bib
- [@citation_handle] in your text
- Make a git commit. (The pre-commit hook will generate your HTML automatically.)
Optional steps:
7. If you want to rename paper.md
, rename it's reference in .git/hooks/pre-commit
as well
8. If you want to generate your HTML without commiting, execute pandoc --citeproc paper.md --standalone -o index.html
9. If you want your paper to be accessible as a website, activate Github Pages by going to Settings -> GitHub Pages and selecting Master as source branch
Tooling proposal:
- Visual Studio Code
- VSC Extensions
- Brain