Finished first draft
A new auto-image is available that will download an image from the internet, you just need to include the base64 encoded url in the include graphics command
This commit is contained in:
parent
312d654ea8
commit
438d357489
4 changed files with 73 additions and 33 deletions
6
Makefile
6
Makefile
|
@ -32,7 +32,11 @@ auto-images/auto-shell-%.svg: auto-images/%.out
|
|||
auto-images/%.out: shell/%
|
||||
mkdir -p auto-images
|
||||
shell/$* | bin/tidy | bin/prompt > $@
|
||||
|
||||
|
||||
auto-images/auto-download-%:
|
||||
mkdir -p auto-images
|
||||
bin/download-image $@
|
||||
|
||||
|
||||
open: main.pdf
|
||||
setsid zathura main.pdf &
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue