We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
I get a problem when I knit the quarto documents. This seems to be a problem with these templates because I can knit quarto to pdf of other documents:
Create an article with
quarto_template_use("report", dir = "Aug_2023")
generates this:
updating tlmgr updating existing packages finding package for bchb8a.pfb(-(Bold|Italic|Regular).*)?[.](tfm|afm|mf|otf|ttf) finding package for authoryear-comp.dbx finding package for biblatex-dm.cfg finding package for Aug_2023.bbl compilation failed- no matching packages
It appears to be related to the bibliography, but adding a bib, changing the yaml accordingly doesn't help.
I can separately outside of R, process the .tex file to create the pdf, though.
The text was updated successfully, but these errors were encountered:
No branches or pull requests
I get a problem when I knit the quarto documents. This seems to be a problem with these templates because I can knit quarto to pdf of other documents:
Create an article with
quarto_template_use("report", dir = "Aug_2023")
generates this:
It appears to be related to the bibliography, but adding a bib, changing the yaml accordingly doesn't help.
I can separately outside of R, process the .tex file to create the pdf, though.
The text was updated successfully, but these errors were encountered: