Citeproc isn't able to read special unicode characters #3167
-
Hello, Using the default citeproc engine in Quarto, I have messages such as this returning as error : Is there a way to fix this issue ? |
Beta Was this translation helpful? Give feedback.
Replies: 2 comments
-
You need to provide at least a small reproducible example, without, it's unlikely it will be fixed or that the issue will be understood. Bibliography style are not define by the engine but by CSL, see https://quarto.org/docs/authoring/footnotes-and-citations.html#citation-style. |
Beta Was this translation helpful? Give feedback.
-
Somehow the issue got resolved, however I got no idea how or why. I used all of the latest version of R, RStudio and Quarto. I am very confused. I can hypothesize that there was something wrong with my cmd.exe which didn't want to launch, that I resolved by removing autorun from the registry using a guide. Also, as far as I know, the CSL file only define the bibliography style with citeproc but not with biblatex or natbib, which have to be defined using their own package settings. |
Beta Was this translation helpful? Give feedback.
Somehow the issue got resolved, however I got no idea how or why. I used all of the latest version of R, RStudio and Quarto. I am very confused. I can hypothesize that there was something wrong with my cmd.exe which didn't want to launch, that I resolved by removing autorun from the registry using a guide.
Also, as far as I know, the CSL file only define the bibliography style with citeproc but not with biblatex or natbib, which have to be defined using their own package settings.