-
Notifications
You must be signed in to change notification settings - Fork 5
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
I've been fixing some problems with rendering the docs to PDF. You can try it yourself by running: `quarto render docs --to pdf` I've hit a roadblock with the following error which first appears when attempting to render `modflow-demo.qmd`: `Unable to load picture or PDF file 'https://user-images.githubusercontent.com /13662783/187665858-d01fd60f-f3c2-4662-af82-cf8acfbe169b.PNG'.` It seems that [_.. pdfTeX and XeTeX do not include the necessary code to grab an image from an arbitrary location. ..._](https://tex.stackexchange.com/questions/5433/can-i-use-an-image-located-on-the-web-in-a-latex-document) Maybe a workaround is possible with pixi that downloads the necessary files to a local folder?
- Loading branch information
1 parent
e46c542
commit 9d81099
Showing
3 changed files
with
20 additions
and
25 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters