Skip to content

Fix critical bug in clean-up script

Compare
Choose a tag to compare
@ulyngs ulyngs released this 30 May 18:32
· 150 commits to master since this release

This release fixes a critical bug in the script that cleans up miscellaneous files generated by LaTeX when building to PDF.

As pointed out in this issue, the old regex could inadvertently delete files that happened to have partly similar filenames to the files the clean-up script was meant to remove... 😱 This is now fixed!

Bug fixes

New functionality

  • added functionality to control link highlighting with either coloured text or borders around hyperlinks directly from index.Rmd
  • added ability to set width of the university logo on the title page from index.Rmd

Minor changes