Replies: 3 comments 11 replies
-
1st issue: probably this has to do with paths. Pandoc will look at the PATH environment variable ; make sure the pagedjs-cli executable is in one of the paths listed there. 2nd issue: the issue here is that typst does not allow a URL here; see the documentation. You can use one of the built-in styles or provide a path to a local CSL file. |
Beta Was this translation helpful? Give feedback.
-
|
Beta Was this translation helpful? Give feedback.
-
If you run your Pandoc command with the --verbose flag, you will see the value of PATH as read by Pandoc (among other environment variables). Does it contain the repertory of pagedjs-cli?
|
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
pagedjs-cli
The command
pagedjs-cli --help
works. I then run this one:And it says:
typst
Typst 0.13.0 (8dce676d) is installed. I then run this command:
The error:
How to fix this?
Beta Was this translation helpful? Give feedback.
All reactions