Skip to content
Discussion options

You must be logged in to vote

I solved it! Apparently the problem was the space in the filename.
When I run this command:

quarto render "AMS inequality.qmd" --to pdf

I get a .aux, .log and .tex file and an "AMS inequality_files" folder with a "figure-pdf" subfolder containing only .svg files and the error mentioned before.

When I rename the file and run this command:

quarto render AMS_inequality.qmd --to pdf

everything works just fine. I'm guessing this is some bizarre bug.

Replies: 2 comments 5 replies

Comment options

You must be logged in to vote
0 replies
Comment options

You must be logged in to vote
5 replies
@stefkuypers
Comment options

@mcanouil
Comment options

@mcanouil
Comment options

@stefkuypers
Comment options

Answer selected by stefkuypers
@rgaiacs
Comment options

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
engines-julia Anything related to Julia engine
4 participants