-
I'm compiling a book where I use blackboard symbols with the
Now something really strange happens when I run quarto render: the bbalpha symbol is replaced by ff I'm stumped, because running xelatex manually on the tex file produces the expected output! I haven't compiled this book for some time but I never noticed this problem before, so it might be a recent change in Quarto? I installed it this morning
(I'm guessing it's actually v1.3.113, at commit 63175b3) Any idea as to what could be going on? |
Beta Was this translation helpful? Give feedback.
Replies: 2 comments 2 replies
-
Ah, nevermind, must be something to do with tinytex on my machine, since setting |
Beta Was this translation helpful? Give feedback.
-
I was curious about this issue really. From my test, it is possible that you get two installation on your system (TinyTeX and another) and by deactivating TinyTeX you used the other one. What I found is that I got the package bbold missing with the required fonts for mathbbol
So I assume I need to install and I did tlmgr install bbold Font got installed, and then it was working. Sharing in case it helps |
Beta Was this translation helpful? Give feedback.
I was curious about this issue really. From my test, it is possible that you get two installation on your system (TinyTeX and another) and by deactivating TinyTeX you used the other one.
What I found is that I got the package bbold missing with the required fonts for mathbbol
Doc of mathbbol says
So I assume I need to install and I did
Font got installed, and then it was working.
Sharing in case it helps