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
As stated in documentation for additional external files for processing:
When providing a file path, you can also define additional files needed for processing. They will be copied to the temporary directory where processing will take place.
Iona.source(path: "/path/to/document.tex",
include: ["/path/to/document.bib",
"/path/to/documentclass.sty"])
I have an use-case where I can pass the includes only as binary, to avoid creating temporary files on my end, I think an option like the following should be added:
As stated in documentation for additional external files for processing:
I have an use-case where I can pass the includes only as binary, to avoid creating temporary files on my end, I think an option like the following should be added:
The text was updated successfully, but these errors were encountered: