HJackH / codebook-builder

a latex container with Inconsolata and NotoSansCJK fonts

Home Page:https://hub.docker.com/r/hjackh/codebook-builder

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

codebook-builder

a latex container with Inconsolata and NotoSansCJK fonts

docker status

Pull image

  • Available on DockerHub
$ docker pull hjackh/codebook-builder

Usage

change directory to your local file first

Using the environment to do your jobs

Mount your local file to the container and run inside the container

$ docker run -it -v $(pwd):/storage hjackh/codebook-builder

Or compiling the codebook directly

$ docker run --rm -v $(pwd):/storage hjackh/codebook-builder /bin/bash -c "texliveonfly codebook.tex --compiler=xelatex ; latexmk -pdfxe codebook.tex"

About

a latex container with Inconsolata and NotoSansCJK fonts

https://hub.docker.com/r/hjackh/codebook-builder


Languages

Language:Dockerfile 100.0%