-
Notifications
You must be signed in to change notification settings - Fork 133
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
Double brackets and special characters problems from BibTex #93
Comments
Hello! Is the double brace thing part of the bibtex standard? I've never seen it before and the package we use for parsing bibtex, bibtex-parse-js, doesn't seem aware of it. I guess the questions are: The fact that it works in LaTeX seems to point in the direction of yes to (1)... In the mean time, you can always fix this by editing your bibliography file. |
Thanks! I have looked for utilities to clean up my bibtex files. However, there is no such tool for this as the double curly brackets are meant to be there. Another view is that this is a Mendeley problem. I have compiled the C program and it works as far as double brackets around titles are concerned. Authors have double brackets around them if they have double names: G.A. {Da Fonseca}. The special characters are still not shown (Rockstr{\"{o}}m). The problem is in R markdown radix; everything is shown correctly in normal rmarkdown. |
I have this problem too. I can't speak to whether it is a part of the standard or not, but the extra braces are widely used to make sure that parsers don't modify text that should be presented as is. For example, |
I just hit this, too. My use case is I want to include an organization name as an author, which I can't figure out how to do in distill right now. See also https://tex.stackexchange.com/questions/149769/how-to-cite-organizations-name-with-space-between-words. In the meantime, if anyone has a workaround please let me know... |
+1 to this issue. I have hit this issue when author name is a team.
|
@emitanaka FYI in case you're using radix, the organization author issue has been fixed on master. |
Thanks @kevinykuo ! I'll check it out. |
Any progress on this issue? I am still getting it on the latest version of Template V2, and can't seem to find a workaround. |
Yes, there is progress. Radix has been relaunched as distill, and this issue has been solved. |
Thanks for the response, but I am not sure I understand. I am using the Distill V2 template to format a Distill paper, I am not aware of Radix. The issue still persists. I am writing a Distill paper and am unable to format organization/institution references correctly. The double brackets parsing does not seem to work. |
Ah, OK. I opened this issue for Radix way back in Oct 2018, and the curly brackets referred to citations, as you can see in the head of this issue. You didn't mention that you were using Distill. Better open a new issue then. |
#131 Opened a new issue |
I am trying out the new Radix for R Markdown.
The citations do not work very well for me. All titles have curly braces around them, and names with special characters are not shown correctly.
I have reported this via StackOverflow and via the radix Github account. The developer of radix thinks that the issue is related to the Distill framework.
Here is an example:
This is the citation [@Rockstrom2009]
Using the bib.bib file:
The bib file was exported through Mendeley 1.19.2 with LaTeX escape special characters = on. Using RStudio 1.2.1060 and R 3.4.4 on a Xubuntu 64 16.04 system.
How can I make these references show correctly? I have already tried switching off LaTeX special characters. The same biographic entries work fine in LaTeX.
The text was updated successfully, but these errors were encountered: