{"id":18360105,"url":"https://github.com/cristiangreco/docker-pdflatex","last_synced_at":"2025-07-10T22:33:17.015Z","repository":{"id":38841093,"uuid":"157076407","full_name":"cristiangreco/docker-pdflatex","owner":"cristiangreco","description":"The texlive distribution packaged as a Docker image.","archived":false,"fork":false,"pushed_at":"2025-03-23T09:48:21.000Z","size":107,"stargazers_count":7,"open_issues_count":2,"forks_count":2,"subscribers_count":2,"default_branch":"main","last_synced_at":"2025-04-06T13:37:16.641Z","etag":null,"topics":["docker","latex","latexmk","pdf","pdflatex","tex"],"latest_commit_sha":null,"homepage":"","language":"Shell","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/cristiangreco.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"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}},"created_at":"2018-11-11T12:17:20.000Z","updated_at":"2025-03-23T09:48:20.000Z","dependencies_parsed_at":"2024-04-24T18:30:15.405Z","dependency_job_id":"623d86ff-58f3-43c6-be73-75d11ce8179f","html_url":"https://github.com/cristiangreco/docker-pdflatex","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/cristiangreco/docker-pdflatex","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/cristiangreco%2Fdocker-pdflatex","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/cristiangreco%2Fdocker-pdflatex/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/cristiangreco%2Fdocker-pdflatex/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/cristiangreco%2Fdocker-pdflatex/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/cristiangreco","download_url":"https://codeload.github.com/cristiangreco/docker-pdflatex/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/cristiangreco%2Fdocker-pdflatex/sbom","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":264677446,"owners_count":23648125,"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","pdf","pdflatex","tex"],"created_at":"2024-11-05T22:26:33.803Z","updated_at":"2025-07-10T22:33:16.790Z","avatar_url":"https://github.com/cristiangreco.png","language":"Shell","funding_links":[],"categories":[],"sub_categories":[],"readme":"# pdflatex docker image\n\n[![Docker\nhub](https://img.shields.io/docker/pulls/cristiangreco/pdflatex.svg)](https://hub.docker.com/r/cristiangreco/pdflatex/)\n\nThe texlive distribution packaged as a Docker image!\n\nUse this image to compile latex sources without installing all latex packages on your system.\n\n## Basic usage\n\nSimply `cd` into your sources path and run `pdflatex` in the container mounting\ncurrent directory as a volume:\n\n```sh\n$ docker run --rm -it -v $(pwd):/sources cristiangreco/pdflatex pdflatex doc.tex\n```\n\nOutput file `doc.pdf` will be placed in your sources directory.\n\n## Multiple passes\n\nIf you need to make multiple passes just run `pdflatex` multiple times inside\nthe container:\n\n```sh\n$ docker run --rm -it -v $(pwd):/sources cristiangreco/pdflatex /bin/sh -c \"pdflatex doc.tex \u0026\u0026 pdflatex doc.tex\"\n```\n\n## Yet another docker image for `pdflatex`\n\nYou can find a number of different images on [Docker\nHub](https://hub.docker.com/search/?isAutomated=0\u0026isOfficial=0\u0026page=1\u0026pullCount=0\u0026q=latex\u0026starCount=0)\nwhich include `pdflatex`.\n\nThis image is based on Debian and aims to be as small as possible while still\nproviding the full latex distribution.\n\n## License\n\nReleased under the [MIT license](LICENSE).\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fcristiangreco%2Fdocker-pdflatex","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fcristiangreco%2Fdocker-pdflatex","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fcristiangreco%2Fdocker-pdflatex/lists"}