proposal draft 1

This commit is contained in:
twoneis 2025-03-07 01:12:28 +01:00
parent 172da4ca29
commit d080a2352d
10 changed files with 249 additions and 307 deletions

10
proposal/edit.fish Executable file
View file

@ -0,0 +1,10 @@
#!/usr/bin/env fish
latexmk -pdf -pvc &>/dev/null &
set bg $last_pid
papers main.pdf &>/dev/null &
set bg $bg $last_pid
hx main.tex
echo $bg
kill -9 $bg