LaTeX-Workshop/scripts/synctex

4 lines
104 B
Plaintext
Raw Normal View History

2018-04-15 10:12:10 +03:00
#!/bin/sh
set -euo pipefail
docker run -i --rm -w "$(pwd)" -v "$(pwd):$(pwd)" tianon/latex synctex "$@"