All Projects → Paperist → texlive-ja

Paperist / texlive-ja

Licence: MIT license
The minimal TeXLive Docker image for Japanese

Programming Languages

TeX
3793 projects
Dockerfile
14818 projects
perl
6916 projects

Projects that are alternatives of or similar to texlive-ja

docker-alpine-texlive
🐳 📖 Minimal TeX Live installation Docker image
Stars: ✭ 33 (-86.13%)
Mutual labels:  texlive
latex-action
GitHub Action to compile LaTeX documents
Stars: ✭ 123 (-48.32%)
Mutual labels:  latexmk
auctex-latexmk
This library adds LatexMk support to AUCTeX.
Stars: ✭ 81 (-65.97%)
Mutual labels:  latexmk
ua-thesis-template
📖 A thesis LaTeX template that complies with the University of Aveiro's guidelines and provides a simple CLI workflow around make and compatibility with Overleaf.
Stars: ✭ 80 (-66.39%)
Mutual labels:  latexmk
travis-ci-latex-pdf
Overview of different methods to build LaTeX with GitHub Actions or Travis-CI (idea by @jackolney but completely rewritten by @PHPirates and contributors).
Stars: ✭ 113 (-52.52%)
Mutual labels:  latexmk
Tectonic
A modernized, complete, self-contained TeX/LaTeX engine, powered by XeTeX and TeXLive.
Stars: ✭ 2,512 (+955.46%)
Mutual labels:  texlive
Tectonic.jl
Tectonic typesetting for Julia.
Stars: ✭ 21 (-91.18%)
Mutual labels:  texlive
texdoc
Find and view documentation in TeX Live
Stars: ✭ 31 (-86.97%)
Mutual labels:  texlive
docker-texlive-full
A repository with a full texlive installation to be the base for my other texlive-related containers.
Stars: ✭ 24 (-89.92%)
Mutual labels:  texlive
dockertex
🐋📓📽 Latex & Texstudio Dockerfiles with multiple texlive versions and proper command line tools 🔮 Mirror only!
Stars: ✭ 26 (-89.08%)
Mutual labels:  texlive
heroku-buildpack-tex
A Heroku buildpack to run TeX Live inside a dyno.
Stars: ✭ 18 (-92.44%)
Mutual labels:  texlive
script
same script
Stars: ✭ 13 (-94.54%)
Mutual labels:  texlive
docker-texlive
Full TeX Live
Stars: ✭ 57 (-76.05%)
Mutual labels:  texlive
latex-docker
🐳 Docker Image of TeXLive
Stars: ✭ 50 (-78.99%)
Mutual labels:  texlive
tlcockpit
GUI for tlmgr written in Scala
Stars: ✭ 27 (-88.66%)
Mutual labels:  texlive

paperist/texlive-ja

The minimal TeXLive Docker image for Japanese
コンパクトな日本語向け TeXLive Docker イメージ

github sponsors

size:alpine size:debian size:debian:arm64

Supported tags / タグ一覧

  • alpine
    • Only AMD64 supported.
    • AMD64 のみ対応しています
  • latest, debian
    • AMD64, ARM64 supported.
    • AMD64, ARM64 (M1 mac) に対応しています

Install / インストール

The image can be installed from Docker Hub or GitHub Container Registry.
Docker Hub もしくは GitHub Container Registry からインストールできます

Docker Hub

docker pull paperist/texlive-ja:latest

GitHub Container Registry

docker pull ghcr.io/paperist/texlive-ja:latest
docker image tag ghcr.io/paperist/texlive-ja:latest paperist/texlive-ja:latest

Usage / 使い方

$ docker run --rm -it -v $PWD:/workdir paperist/texlive-ja:latest \
    sh -c 'latexmk -C main.tex && latexmk main.tex && latexmk -c main.tex'

See Usage (Japanese) for details.
詳しくは、使い方 を参照してください

Contributing / コントリビュートについて

Bug fixes are welcome.
バグ修正は歓迎します

Basically, we do not accept feature additions or non-bug fixes.
現在、機能追加やバグ以外の修正は、基本的に受け付けていません

If you want additional features, you can create an extended image based on this image.
機能を追加したい場合は、このイメージを基に拡張したイメージを作ることができます

See Usage "Extending image" (Japanese) for details.
詳しくは、使い方「イメージを拡張する」 を参照してください

License / ライセンス

MIT (c) 3846masa


Forked from umireon/docker-texci (under the MIT License).

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].