{"id":23492881,"url":"https://github.com/paperist/texlive-ja","last_synced_at":"2025-05-16T08:04:27.576Z","repository":{"id":39795583,"uuid":"74605158","full_name":"Paperist/texlive-ja","owner":"Paperist","description":"The minimal TeXLive Docker image for Japanese","archived":false,"fork":false,"pushed_at":"2025-04-30T18:59:43.000Z","size":385,"stargazers_count":283,"open_issues_count":1,"forks_count":63,"subscribers_count":7,"default_branch":"main","last_synced_at":"2025-04-30T19:47:51.650Z","etag":null,"topics":["docker","latex","latexmk","texlive"],"latest_commit_sha":null,"homepage":"https://hub.docker.com/r/paperist/texlive-ja/","language":"TeX","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/Paperist.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":".github/FUNDING.yml","license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null,"zenodo":null},"funding":{"github":"3846masa"}},"created_at":"2016-11-23T18:52:08.000Z","updated_at":"2025-04-30T18:59:46.000Z","dependencies_parsed_at":"2023-02-09T03:31:06.052Z","dependency_job_id":"ac6f8274-4c71-4107-8174-90b443792bed","html_url":"https://github.com/Paperist/texlive-ja","commit_stats":null,"previous_names":[],"tags_count":9,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Paperist%2Ftexlive-ja","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Paperist%2Ftexlive-ja/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Paperist%2Ftexlive-ja/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Paperist%2Ftexlive-ja/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/Paperist","download_url":"https://codeload.github.com/Paperist/texlive-ja/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":254493378,"owners_count":22080126,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["docker","latex","latexmk","texlive"],"created_at":"2024-12-25T02:15:24.062Z","updated_at":"2025-05-16T08:04:22.568Z","avatar_url":"https://github.com/Paperist.png","language":"TeX","funding_links":["https://github.com/sponsors/3846masa"],"categories":[],"sub_categories":[],"readme":"# paperist/texlive-ja\n\nThe minimal TeXLive Docker image for Japanese \u003cbr/\u003e\nコンパクトな日本語向け TeXLive Docker イメージ\n\n[![github sponsors](https://flat.badgen.net/badge/GitHub%20Sponsors/Support%20me%20%E2%9D%A4/ff69b4?icon=github)](https://github.com/sponsors/3846masa)\n\n![size:alpine](https://flat.badgen.net/docker/size/paperist/texlive-ja/alpine/amd64?label=paperist/texlive-ja:alpine\u0026icon=docker)\n![size:debian](https://flat.badgen.net/docker/size/paperist/texlive-ja/debian/amd64?label=paperist/texlive-ja:debian\u0026icon=docker)\n![size:debian:arm64](https://flat.badgen.net/docker/size/paperist/texlive-ja/debian/arm64?label=paperist/texlive-ja:debian+|+ARM64\u0026icon=docker)\n\n## Supported tags / タグ一覧\n\n- [`alpine`](./alpine/Dockerfile)\n  - Only AMD64 supported.\n  - AMD64 のみ対応しています\n- [`latest`](./debian/Dockerfile), [`debian`](./debian/Dockerfile)\n  - AMD64, ARM64 supported.\n  - AMD64, ARM64 (M1 mac) に対応しています\n\n## Install / インストール\n\nThe image can be installed from Docker Hub or GitHub Container Registry. \u003cbr/\u003e\nDocker Hub もしくは GitHub Container Registry からインストールできます\n\n### Docker Hub\n\n```bash\ndocker pull paperist/texlive-ja:latest\n```\n\n### GitHub Container Registry\n\n```bash\ndocker pull ghcr.io/paperist/texlive-ja:latest\ndocker image tag ghcr.io/paperist/texlive-ja:latest paperist/texlive-ja:latest\n```\n\n## Usage / 使い方\n\n```bash\n$ docker run --rm -it -v $PWD:/workdir paperist/texlive-ja:latest \\\n    sh -c 'latexmk -C main.tex \u0026\u0026 latexmk main.tex \u0026\u0026 latexmk -c main.tex'\n```\n\nSee [Usage (Japanese)](./docs/usage.md) for details. \u003cbr/\u003e\n詳しくは、[使い方](./docs/usage.md) を参照してください\n\n## Contributing / コントリビュートについて\n\nBug fixes are welcome. \u003cbr/\u003e\nバグ修正は歓迎します\n\nBasically, we do not accept feature additions or non-bug fixes. \u003cbr/\u003e\n現在、機能追加やバグ以外の修正は、基本的に受け付けていません\n\nIf you want additional features, you can create an extended image based on this image. \u003cbr/\u003e\n機能を追加したい場合は、このイメージを基に拡張したイメージを作ることができます\n\nSee [Usage \"Extending image\" (Japanese)](./docs/usage.md) for details. \u003cbr/\u003e\n詳しくは、[使い方「イメージを拡張する」](./docs/usage.md) を参照してください\n\n## License / ライセンス\n\nMIT (c) 3846masa\n\n---\n\nForked from [umireon/docker-texci] \\(under the MIT License\\).\n\n[umireon/docker-texci]: https://github.com/umireon/docker-texci\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fpaperist%2Ftexlive-ja","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fpaperist%2Ftexlive-ja","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fpaperist%2Ftexlive-ja/lists"}