This release is a minor patch fixing two functions that were broken in 0.5.0:
- Due to a logical error in the script, it was impossible to create new directories in the trees. This is now fixed.
- Pandoc has some issues accepting
pdflatexas the PDF engine when passed with the--pdf-engine-flag. So now Zettlr just pushes your pdflatex directory intoPATH(if you have specified the full path to pdflatex in your preferences, e.g./Library/TeX/texbin/pdflatex) so that pandoc may access it without the flag.