latex rendering with .bib #4662
Unanswered
KaiWaldrant
asked this question in
Q&A
Replies: 1 comment 2 replies
-
I suspect it is a pandoc issue, you might want to try their mailing list (usually gets good answers). I tried
which I think will be using the same toolset to process citations, and the macro is silently removed even if I define it in the bib file (
|
Beta Was this translation helpful? Give feedback.
2 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
I am using a
library.bib
file to create a bibliography page on the website. In this file latex commands are used for special chars such as\textregistered
. When rendering the website these are not translated. Any idea on how to get this working ? You can find the relevant files in this small repo to reproduce https://github.com/KaiWaldrant/quarto-latex-render-issue.@article{agrawal2021mde, title = {Minimum-Distortion Embedding}, author = {Akshay Agrawal and Alnur Ali and Stephen Boyd}, year = {2021}, journal = {Foundations and Trends{\textregistered} in Machine Learning}, publisher = {Now Publishers}, volume = {14}, number = {3}, pages = {211--378}, doi = {10.1561/2200000090}, url = {https://doi.org/10.1561/2200000090}, }
should be :

The index.qmd has following settings
Beta Was this translation helpful? Give feedback.
All reactions