Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/paperist/texlive-ja
The minimal TeXLive Docker image for Japanese
https://github.com/paperist/texlive-ja
docker latex latexmk texlive
Last synced: about 14 hours ago
JSON representation
The minimal TeXLive Docker image for Japanese
- Host: GitHub
- URL: https://github.com/paperist/texlive-ja
- Owner: Paperist
- License: mit
- Created: 2016-11-23T18:52:08.000Z (about 8 years ago)
- Default Branch: main
- Last Pushed: 2024-12-18T14:10:43.000Z (7 days ago)
- Last Synced: 2024-12-18T15:24:50.315Z (7 days ago)
- Topics: docker, latex, latexmk, texlive
- Language: TeX
- Homepage: https://hub.docker.com/r/paperist/texlive-ja/
- Size: 327 KB
- Stars: 278
- Watchers: 8
- Forks: 62
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- Funding: .github/FUNDING.yml
- License: LICENSE
Awesome Lists containing this project
README
# paperist/texlive-ja
The minimal TeXLive Docker image for Japanese
コンパクトな日本語向け TeXLive Docker イメージ[![github sponsors](https://flat.badgen.net/badge/GitHub%20Sponsors/Support%20me%20%E2%9D%A4/ff69b4?icon=github)](https://github.com/sponsors/3846masa)
![size:alpine](https://flat.badgen.net/docker/size/paperist/texlive-ja/alpine/amd64?label=paperist/texlive-ja:alpine&icon=docker)
![size:debian](https://flat.badgen.net/docker/size/paperist/texlive-ja/debian/amd64?label=paperist/texlive-ja:debian&icon=docker)
![size:debian:arm64](https://flat.badgen.net/docker/size/paperist/texlive-ja/debian/arm64?label=paperist/texlive-ja:debian+|+ARM64&icon=docker)## Supported tags / タグ一覧
- [`alpine`](./alpine/Dockerfile)
- Only AMD64 supported.
- AMD64 のみ対応しています
- [`latest`](./debian/Dockerfile), [`debian`](./debian/Dockerfile)
- 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
```bash
docker pull paperist/texlive-ja:latest
```### GitHub Container Registry
```bash
docker pull ghcr.io/paperist/texlive-ja:latest
docker image tag ghcr.io/paperist/texlive-ja:latest paperist/texlive-ja:latest
```## Usage / 使い方
```bash
$ 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)](./docs/usage.md) for details.
詳しくは、[使い方](./docs/usage.md) を参照してください## 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)](./docs/usage.md) for details.
詳しくは、[使い方「イメージを拡張する」](./docs/usage.md) を参照してください## License / ライセンス
MIT (c) 3846masa
---
Forked from [umireon/docker-texci] \(under the MIT License\).
[umireon/docker-texci]: https://github.com/umireon/docker-texci