ulyngs / oxforddown

Template for writing an Oxford University thesis in R Markdown; uses the OxThesis LaTeX template and was inspired by thesisdown.
https://ulyngs.github.io/oxforddown/
MIT License
221 stars 81 forks source link

`hidelink: false` does not unhide links #18

Closed shirdekel closed 3 years ago

shirdekel commented 3 years ago

Currently, index.Rmd has

hidelinks: true # false to highlight clickable links with a colored border

However, changing this to false does not add the border. I think that this is because hyperref's hidelinks option is not a boolean, but it is its presence that turns on the link hiding (see page 10 of the manual). Manually removing this option from template.tex re-enables the default borders.

ulyngs commented 3 years ago

thanks for catching this!

I just fixed it in this commit