https://github.com/solareenlo/docker-test
https://github.com/solareenlo/docker-test
Last synced: 10 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/solareenlo/docker-test
- Owner: solareenlo
- License: mit
- Created: 2021-04-06T17:14:14.000Z (over 4 years ago)
- Default Branch: main
- Last Pushed: 2021-04-06T17:14:44.000Z (over 4 years ago)
- Last Synced: 2024-12-30T09:15:43.220Z (12 months ago)
- Language: Dockerfile
- Size: 1000 Bytes
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# paperist/alpine-texlive-ja
[](https://hub.docker.com/r/paperist/alpine-texlive-ja/)
[](https://microbadger.com/images/paperist/alpine-texlive-ja "Get your own image badge on microbadger.com")
[](https://github.com/RichardLitt/standard-readme)
> Minimal TeX Live image for Japanese based on alpine
Forked from [umireon/docker-texci] \(under the MIT License\).
[umireon/docker-texci]: https://github.com/umireon/docker-texci
## Table of Contents
- [Install](#install)
- [Usage](#usage)
- [Contribute](#contribute)
- [License](#license)
## Install
```bash
docker pull paperist/alpine-texlive-ja
```
## Usage
```bash
$ docker run --rm -it -v $PWD:/workdir paperist/alpine-texlive-ja
$ latexmk -C main.tex && latexmk main.tex && latexmk -c main.tex
```
## Contribute
PRs accepted.
## License
MIT © 3846masa