Skip to content
This repository has been archived by the owner on Nov 19, 2022. It is now read-only.

toshi-ara/docker-alpine-texlive-ja

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

42 Commits
 
 
 
 
 
 
 
 

Repository files navigation

toshiara/alpine-texlive-ja

Docker Automated build Docker Image Size standard-readme compliant

Minimal TeX Live image for Japanese based on alpine (with LuaLaTeX/XeLaTeX)

Forked from Paperist/docker-alpine-texlive-ja (under the MIT License).

Table of Contents

Install

docker pull toshiara/alpine-texlive-ja

Usage

$ docker run --rm -it -v $PWD:/workdir toshiara/alpine-texlive-ja
$ latexmk -C main.tex && latexmk main.tex && latexmk -c main.tex

$ docker run --rm -u `id -u`:`id -g`  -v $(pwd):/workdir toshiara/alpine-texlive-ja uplatex main.tex
$ docker run --rm -u `id -u`:`id -g` -v $(pwd):/workdir toshiara/alpine-texlive-ja xelatex main.tex
$ docker run --rm -v $(pwd):/workdir -v ltcache2020:/usr/local/texlive/2020/texmf-var/luatex-cache toshiara/alpine-texlive-ja lualatex main.tex

Contribute

PRs accepted.

License

MIT © ARA Toshiaki

About

Minimal TeX Live image for Japanese based on alpine

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • Dockerfile 81.6%
  • Shell 18.4%