Skip to content

HJackH/codebook-builder

Folders and files

NameName
Last commit message
Last commit date

Latest commit

3e7d636 · Jun 30, 2022

History

33 Commits
Jun 30, 2022
Feb 25, 2021
May 31, 2021
Feb 27, 2021

Repository files navigation

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"