rstudio / rmarkdown

Dynamic Documents for R
https://rmarkdown.rstudio.com
GNU General Public License v3.0
2.88k stars 979 forks source link

Missing biblio-style support for BibLaTeX #640

Closed inventionate closed 8 years ago

inventionate commented 8 years ago

Hi,

unfortunately the build in TeX template prevents the use of individual BibLaTeX styles. It's just one litte change in default-1.15.2.tex (99) to support the biblio-style variable http://pandoc.org/README.html#variables-for-latex:

\usepackage$if(biblio-style)$[style=$biblio-style$]$endif${biblatex}

Best regards, Fabian

jjallaire commented 8 years ago

@yihui Do you think we should make this change?

On Mon, Mar 14, 2016 at 8:45 AM, Fabian Mundt notifications@github.com wrote:

Hi,

unfortunately the build in TeX template prevents the use of individual BibLaTeX styles. It's just one litte change in default-1.15.2.tex (99) to support the biblio-style variable http://pandoc.org/README.html#variables-for-latex http://url:

\usepackage$if(biblio-style)$[style=$biblio-style$]$endif${biblatex}

Best regards, Fabian

— Reply to this email directly or view it on GitHub https://github.com/rstudio/rmarkdown/issues/640.

inventionate commented 8 years ago

I hope you'll make it. In particular because the support is built in for natbib already.

yihui commented 8 years ago

Yes I think we should make the change. @inventionate Do you want to submit a simple pull request?

inventionate commented 8 years ago

Thank you very much! I've submitted a pull request.

yihui commented 8 years ago

Great. Thanks!

github-actions[bot] commented 4 years ago

This old thread has been automatically locked. If you think you have found something related to this, please open a new issue by following the issue guide (https://yihui.org/issue/), and link to this old issue if necessary.