Frederik Aust
Frederik Aust
I think I found it. This seems to be a Windows-specific problem. I just pushed a commit that should fix this. Let me know if this works for you.
Thanks for the update. I have tried to reproduce this on the Windows machine I have available (Windows 8, R 3.4.2 and the same set of packages and versions as...
Hi Tobi, thanks for helping me debug this on your machine! 🙇I think I finally fixed the problem. If you find the time, please try again and confirm that it...
You are right, of course. Sorry about that. I just pushed a fix for that. Could you try (hopefully) one last time?
Hmm, no I haven't touched those bits of code. Can I use the above reproducible example to debug this?
Hmm, I'm not sure, but this may be a problem with `RefManageR::ReadBib()` on Windows: ~~~r bib readLines("citr_umlaute.bib", encoding = "UTF-8")[12] ~~~ ~~~ [1] "\tauthor = {Högden, Fabia and Hütter, Mandy...
@TobiasHeycke can you confirm that the issue can be observed within `RefManageR::ReadBib()` (see post above)? If so, would you be willing to raise the issue with the maintainers of `RefManageR`?
Hi Robin, thanks for sharing your results. This is actually one of the top two issues I want to tackle next. This looks promising. Here are some of my thoughts...
After playing around with `pandoc-zotxt` a little I've come to understand that it requires the global `pandoc` variable `PANDOC_STATE`, which was introduced in `pandoc` 2.4. Currently, RStudio is shipping version...
Hi, I can't reproduce your problem. I created a bib file containing the above references and you used the `citr`-addin to insert the reference handles into the R Markdown document....