remove dep on my docker container

This commit is contained in:
Mirek Kratochvil 2021-04-06 08:27:58 +02:00
parent d3cfd18a30
commit 948abbda7c

View File

@ -37,19 +37,19 @@ LaTeX installation may be hard (especially on various substandard operating syst
Optionally, you can use a Docker container with TeX. You can either build the image yourself from the supplied `Dockerfile`: Optionally, you can use a Docker container with TeX. You can either build the image yourself from the supplied `Dockerfile`:
```sh ```sh
cd docker cd docker
docker build -t exaexa/latex . docker build -t betterthesis/latex .
``` ```
...or get a pre-built copy (which is usually much faster: ...or get some pre-built one (which is usually much faster:
![image size](https://img.shields.io/docker/image-size/exaexa/latex) ![image size](https://img.shields.io/docker/image-size/aergus/latex)
) )
```sh ```sh
docker pull exaexa/latex docker pull aergus/latex
``` ```
After that, you should be able to compile the thesis using (roughly) this command: After that, you should be able to compile the thesis using this command (change the container name to `betterthesis/latex` in case you built it yourself):
```sh ```sh
docker run -u $UID -ti --rm -v $PWD:/th -w /th exaexa/latex make docker run -u $UID -ti --rm -v $PWD:/th -w /th aergus/latex make
``` ```
## PDF/A ## PDF/A