You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Are you using TeX Live ? Automatic installation would be disabled if not using TeX Live as LaTeX distribution, or explicitly opt-out.
Quarto uses by default a Quarto engine that does try to install missing dependencies (https://quarto.org/docs/output-formats/pdf-engine.html#quarto-pdf-engine)
Initially, I didn't use TeX Live, but the packages that came with my Linux distribution. After switching to TeX Live, I don't have this problem anymore.
Second, to limit this problem, I explicitly set latex-auto-install: true in the _extension.yml. So it is surprising that such an issue still occurs.
So I guess this issue might be related to that.
Hi, thanks for nice work.
Problem
Recently I tried to use this template for practice my self.
Here's what I did.
quarto use tempalte dfolio/quarto-ieee
LaTeX Error: File
orcidlink.sty
not found.Solution
and I found solution to solve this problem.
tinytex
via Console:tinytex::install_tinytex()
, then check whether result oftinytex::is_tinytex()
is TRUEorcidlink.sty
via Console usingtinytex
and it will return 'orcidlink' like below image
I think this process added into readme, this template will look much better. (If you don't mind i'll modify this and make PR)
Thanks.
Kim
The text was updated successfully, but these errors were encountered: