#!/bin/sh
IMAGE_NAME=latex:thesis
COMMAND=synctex
docker run --rm -i -v $(pwd):$(pwd) -w $(pwd)  $IMAGE_NAME $COMMAND "$@"
