Skip to content

Minimal Japanese TeX Live image based on alpine with epstopdf support for pdflatex

License

Notifications You must be signed in to change notification settings

pman0214/docker-alpine-texlive-ja-epspdf

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

27 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

pman0214/alpine-texlive-ja-epspdf

License: MIT

Minimal Japanese TeX Live image based on alpine with epstopdf support for pdflatex

Inspired by paperist/alpine-texlive-ja (under the MIT License).

Source code is available on GitHub. Docker images are available for x86_64 (amd64) and aarch64 (arm64) on Docker Hub, which are automatically built with GitHub Actions.

Table of Contents

Install

docker pull pman0214/alpine-texlive-ja-epspdf

Usage

Default WORKDIR is /app.

docker run --rm -v $PWD:/app pman0214/alpine-texlive-ja-epspdf latexmk -C main.tex
docker run --rm -v $PWD:/app pman0214/alpine-texlive-ja-epspdf latexmk main.tex

Building

If you want to build this image by yourself, please prepare for a multi-architecture builder referring to the official documents.

docker run --privileged --rm tonistiigi/binfmt --uninstall "qemu-*"
docker run --privileged --rm tonistiigi/binfmt --install all
docker buildx create --name multiarch --driver docker-container
docker buildx use multiarch
docker buildx inspect --bootstrap

In this example, multiarch is the name of the multi-architecture builder.

You can build this image with your own multi-architecture builder.

docker buildx build \
  --platform linux/amd64,linux/arm64 \
  -t "alpine-texlive-ja-epspdf" \
  . --load

--push option instead of --load with appropriate tag pushes built images to GitHub.

Contribute

  • Bugfix pull requests are welcome.

License

All the source files are released under the MIT license. See LICENSE.txt.

  • Copyright (c) 2021-2024 Shigemi ISHIDA

About

Minimal Japanese TeX Live image based on alpine with epstopdf support for pdflatex

Resources

License

Stars

Watchers

Forks

Packages

No packages published