Update latex/README.md

This commit is contained in:
2025-12-23 07:20:39 +00:00
parent 2939a1454d
commit e31db181c1

View File

@@ -9,7 +9,7 @@ Build the docker image using
```
You can then run the image using
```bash
docker run --name container-name -v /path/to/latex/build/dir/on/host:/root/data your-image-name:latest
docker run --name container-name -v /path/to/latex/build/dir/on/host:/root/data your-image-name:latest ./entrypoint.sh data
```
The arguments that can be passed to the container are the following (in order):
1. Extra arguments for `latexmk` (you can also use this to provide the entry file)