Is there a way to specify natibib
options when outputting a PDF with bookdown
? I want the tex output to have the command
\usepackage[sort&compress]{natbib}
But there doesn't seem to be any way to specify it in the YAML. I can't add the command to my preamble, because the template already adds \usepackage{natbib}
. What's the correct way to pass package options to natbib
?