Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

processing protection of bibtex titles is displayed incorrectly #24

Closed
aaronpeikert opened this issue Sep 23, 2018 · 4 comments
Closed

Comments

@aaronpeikert
Copy link

aaronpeikert commented Sep 23, 2018

First of all thanks for that great format!

I have some minor issue: some bibtex generator (in my case Zotero with better bibtex) try to protect titles against further processing from biblatex with double curly brackets. That is in complience with biblatex see BibTex FAQ Question 5. However radix displays these:
image

Example Bibtex file:

@article{HildebrandtExploringFactorModel2016,
  title = {Exploring {{Factor Model Parameters}} across {{Continuous Variables}} with {{Local Structural Equation Models}}},
  volume = {51},
  issn = {0027-3171, 1532-7906},
  doi = {10.1080/00273171.2016.1142856},
  language = {en},
  number = {2-3},
  journal = {Multivariate Behavioral Research},
  author = {Hildebrandt, Andrea and L\"udtke, Oliver and Robitzsch, Alexander and Sommer, Christopher and Wilhelm, Oliver},
  month = may,
  year = {2016},
  pages = {257-258}
}

This works flawless with all other markdown formats I've been using.

If you need further information to reproduce this, please let me know.

@jjallaire
Copy link
Member

The Bibtex parsing unfortunately comes from an upstream library which is embedded in the Distill.pub template upon which Radix is based: https://github.com/ORCID/bibtexParseJs

Unwinding the dependencies to fix this issue might be pretty involved, so if possible for now I think it's best if you can modify the Bibtex so it works w/ Radix.

@aaronpeikert
Copy link
Author

Tanks for the fast reply. I figured that this would be the case, nothing that would prevent me from using radix. I'll leave the issue open?

@jjallaire
Copy link
Member

jjallaire commented Sep 23, 2018 via email

@jjallaire
Copy link
Member

I just pushed a change that should address this (we now use pandoc to generate the bibliography rather than the distill framework): e8585bc

You can install this with remotes::install_github("rstudio/distill")

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants