From e31db181c11a08fafdb7c1ba445a3167d155d145 Mon Sep 17 00:00:00 2001 From: Janis Hutz Date: Tue, 23 Dec 2025 07:20:39 +0000 Subject: [PATCH] Update latex/README.md --- latex/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/latex/README.md b/latex/README.md index fef3f6b..c815767 100644 --- a/latex/README.md +++ b/latex/README.md @@ -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)