• # Omake

    Posté par (site web personnel) . En réponse au message Recompiler automatiquement ses documents LaTeX avec inotifywait et latexmk. Évalué à 4.

    http://omake.metaprl.org/index.html
    Omake recompile tout seul quand tu modifies ton fichier...
    Un coup de killall -HUP sur ton xdvi, et hop.

    Sinon, quand je ne peux pas compiler vers dvi,
    : au BufWrite :exe "sil!!{omake %:t:r.pdf && xpdf_vim %:t:r.pdf} &>/dev/null &"|redraw!
    et
    #!/bin/sh
    RES=`ps ax | grep "xpdf -remote localhost -cont 1ドル" | grep -v grep`
    echo "RES = $RES"
    [ -n "$RES" ] && xpdf -remote localhost -exec redraw || nohup xpdf -remote localhost -cont 1ドル &


    C'est bidon, ça ne marche que sur un seul fichier à la fois, mais c'est pratique !