typedit fix?
This commit is contained in:
parent
9db044f8c1
commit
c593ceb923
1 changed files with 2 additions and 2 deletions
|
|
@ -34,9 +34,9 @@ touch "$pdf".typ "$pdf".log
|
|||
${pkgs.typst}/bin/typst c -f pdf "$pdf".typ "$pdf".pdf
|
||||
${pkgs.mupdf}/bin/mupdf "$pdf".pdf &
|
||||
pdfpid=$!
|
||||
(${pkgs.typst}/bin/typst w -f pdf "$pdf".typ "$pdf".pdf 2>&1 | tee $pdf.log | grep --line-buffered compiled | ( while head -n1 > /dev/null ; do
|
||||
${pkgs.typst}/bin/typst w -f pdf "$pdf".typ "$pdf".pdf 2>&1 | tee $pdf.log | grep --line-buffered compiled | while head -n1 > /dev/null ; do
|
||||
kill -HUP $pdfpid
|
||||
done )) &
|
||||
done &
|
||||
typpid=$!
|
||||
${pkgs.helix}/bin/hx "$pdf".typ "$pdf".log
|
||||
kill $pdfpid $typpid
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue