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
In an attempt to debug the temporary html file created producing the PDF file, the current working directory permissions were changed to prohibit file deletion. Running
pandoc --pdf-engine typst test.typ -o test.pdf
in this directory starts producing empty temporary files in an infinite loop and requires killing the process. Files are zero-length and of "tmp" extension, meaning it happens before Pandoc is able to write to it and save it.
On 3, see #777 for the reason for not using %TEMP%.
On 2, I'm baffled if an .html file is being produced! I would need to see why.
"Shouldn't direct conversion omit templating altogether? Not sure on this one." We need to create a standalone typst file to compile with typst. Doing this involves the template.
On 1, you're right that the method we mentioned for examining temp files doesn't work for e.g. typst, so perhaps we should reopen #2288.
On 2, I'm baffled if an .html file is being produced! I would need to see why.
To be clear, it's just the extension, the contents are correct typst.
You're correct, wasn't thinking straight and forgot it goes through the intermediate representation anyway.
In an attempt to debug the temporary html file created producing the PDF file, the current working directory permissions were changed to prohibit file deletion. Running
in this directory starts producing empty temporary files in an infinite loop and requires killing the process. Files are zero-length and of "tmp" extension, meaning it happens before Pandoc is able to write to it and save it.
Related:
The fact that pandoc creates an:.html
temporary which is in fact a typst template combined with the user-provided typst input is very confusingWhy not use a proper file extension or just omit it?Fixed in 7330ad5Shouldn't direct conversion omit templating altogether? Not sure on this one.duhEncountered with Pandoc 3.5 on Windows 10
The text was updated successfully, but these errors were encountered: