Skip to content

Pandoc Citations FTW (and more)

Latest
Compare
Choose a tag to compare
@ulyngs ulyngs released this 06 Oct 12:19
· 15 commits to master since this release

This release marks a number of major and minor improvements.

Major

  • you can now use pandoc for citations, which causes less trouble than biblatex or natbib. Pandoc is used by default, but you can still manually opt-in to biblatex or natbib instead
  • there is now only ONE template that is used to knit both the entire thesis and individual chapters

Minor

  • overflowing code in code blocks now line wraps!
  • most non-essential parameters now have sensible fall-back defaults, such that the thesis still knits if the relevant variables are missing from the YAML header (this is what allows us to now use the same template to knit individual chapters with a minimal YAML header)

Bug fixes

  • the reference chapter now has correct running headings (this was temporarily broken when I added pandoc as an option to manage citations)
  • many, many more tiny bug fixes..