-
-
Notifications
You must be signed in to change notification settings - Fork 117
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
biber
and biblatex
compatibility
#291
Comments
That's interesting. I don't know why that was the case. In theory, https://github.com/yihui/tinytex/blob/3c07a44a4eae9d553393e25258a8c11d7cca28d7/R/latex.R#L186-L189 Here I just tried this example and wasn't able to reproduce the problem:
Output:
It might be a temporary problem. Anyway, if I can't reproduce it, it's hard for me to know how to fix it. Thanks for the report! |
I just discovered that with an older version of
I just committed a patch that will resolve this problem. The patch will try to automatically update existing packages to avoid the possible compatibility issues. |
Hi Yihui, I'm having the same problem described above (MacOS 11.6.5, R 4.1.2, tinytex 0.42).
Using I do, however, run into another problem that seems related:
This might be related to this issue but when I tried to patch that following the suggestions on that page I ran into one error after another. Have you by chance encountered the above issue? |
I have an update. The above issue only occurs once knitr evokes XeTeX. What caused this was hard to pin down for me. But e.g., the inclusion of the following citation entry causes that offense and only if the note field is included:
Perhaps this is related to the HTML in the note field? Without out a document of 100 pages compiles, with the note field included in this citation it goes into XeTex mode and throws the error about bilatex-dm.cfg reported above. |
I'm not sure. It's probably because of the underscores in the |
Yes, and %s, too (I found another offender). Bibtex seems to be robust to that but biblatex is not. Hopefully, posting this here can help some other folks. Sorry to bother you with it. (and thanks for replying anyway) |
No worries at all! Thanks for sharing! |
I was getting the same error as in plk/biber#347, except I had
biblatex
version 3.16. Runningtinytex::install_tinytex()
andtlmgr_update()
did not fix the issue. Only runningtlmgr_install('biber')
(which I found through #70) fixed it.The context was that I was running a
bookdown
project withcitation_package: biblatex
and using\printbibliography
calls in the text.Is there a way to automate making sure
biber
andbiblatex
are compatible? Or is this already the case and I just screwed up one of the steps? Not really sure how to provide a reprex for this one.By filing an issue to this repo, I promise that
xfun::session_info('tinytex')
. I have upgraded all my packages to their latest versions (e.g., R, RStudio, and R packages), and also tried the development version:remotes::install_github('yihui/tinytex')
.I understand that my issue may be closed if I don't fulfill my promises.
The text was updated successfully, but these errors were encountered: