proposal draft 1
This commit is contained in:
parent
172da4ca29
commit
d080a2352d
10 changed files with 249 additions and 307 deletions
10
proposal/edit.fish
Executable file
10
proposal/edit.fish
Executable 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
|
Loading…
Add table
Add a link
Reference in a new issue