Closed jejjohnson closed 1 year ago
HI @jejjohnson ! At first glance, this looks like your version of TeX is missing the lm-math
package. You should be able to install those via the command tlmgr install lm-math
(and you might consider also running tlmgr install collection-fontsrecommended
to get other common fonts). If that succeeds and quarto render
still doesn't work, let me know!
Thank you for the tip. I tried it and still got the same exact same error message.
I'm going to try and delete and reinstall latex on my system. Perhaps there is some unknown collision that I'm not aware of. I'll keep you posted.
@jejjohnson if you are on mac you just need to download and install the font manually systemwide https://www.gust.org.pl/projects/e-foundry/lm-math/download/index_html
I think this is related to this problem https://tex.stackexchange.com/questions/400699/fontspec-package-cant-find-latin-modern-mono-on-macos-mactex
Thank you @danieltomasz ! This worked!
For anyone else with similar specs (MBP M1, 2020, macOS Aventura 13.1), you can use homebrew/cask. Instructions for installing the fonts are here.
I Installed latin-modern
and also latin-modern-math
without any problems.
brew tap homebrew/cask-fonts
brew install font-latin-modern
brew install font-latin-modern-math
Thank you all again!
Hi, first off thanks for the package! It looks super nifty for publishing to arxiv just from markdown!
I have an issue during the compilation that I wanted insight from. So it gives the error message:
Do you know if this is an issue with the underlying latex compiler?
Some things I did:
quarto install tinytex
template.qmd
because I don't have R on my system._extension.yml
file based on some stackoverflow suggestions - see linkSome things I could try:
Here is the full error message if you're interested.