Join GitHub today
GitHub is home to over 50 million developers working together to host and review code, manage projects, and build software together.
Sign upcitep(): format accent characters #51
Comments
|
Yup, looks like a bug on my end in the default text format. Will try and fix soon. |
|
Up |
|
Okay, I still have to fix this, (think I have a good way to improve all the formatting), but meanwhile I'm curious if you might prefer the pandoc-based solution I've just released to address #57? Since pandoc will be handling the final formatting of the inline citation, this should sidestep the issue. (Note that a pandoc markdown parser is set to become a standard part of RStudio as well). |
Hello, this is similar to my previous issue*.
The function
citep()doesn't appear to format the accent characters. After digging around, It seems thatprint.bibentry()callsformat.bibentry(), which seems to work some voodoo via Rd files usingtools::Rd2txt(). In any case, my hopefully reproducible code is below. Is there any easy way to work the formatting into the inline citations?It appears as:
(Gr{"u}nwald & Hoheisel, 2006)
when it should be:
(Grünwald & Hoheisel, 2006)
Here is my
sessionInfo():Thanks!
Zhian
*I swear it's not a problem existing between the keyboard and chair this time!