{"id":20157853,"url":"https://github.com/maxulysse/compile-latex","last_synced_at":"2025-10-08T20:44:58.131Z","repository":{"id":151429175,"uuid":"70491982","full_name":"maxulysse/compile-latex","owner":"maxulysse","description":"Simple beamer/latex compiler using Nextflow, provided with Docker container","archived":false,"fork":false,"pushed_at":"2025-06-30T15:25:53.000Z","size":21670,"stargazers_count":6,"open_issues_count":1,"forks_count":0,"subscribers_count":3,"default_branch":"master","last_synced_at":"2025-06-30T16:27:37.755Z","etag":null,"topics":["beamer-compiler","container","docker","latex","nextflow"],"latest_commit_sha":null,"homepage":"","language":"Nextflow","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/maxulysse.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":"CONTRIBUTING.md","funding":null,"license":"LICENSE","code_of_conduct":"CODE_OF_CONDUCT.md","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":"2016-10-10T13:41:06.000Z","updated_at":"2023-11-22T06:56:16.000Z","dependencies_parsed_at":null,"dependency_job_id":"674c6079-c1a8-421d-9e1c-5c6a047b0b44","html_url":"https://github.com/maxulysse/compile-latex","commit_stats":null,"previous_names":[],"tags_count":21,"template":false,"template_full_name":null,"purl":"pkg:github/maxulysse/compile-latex","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/maxulysse%2Fcompile-latex","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/maxulysse%2Fcompile-latex/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/maxulysse%2Fcompile-latex/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/maxulysse%2Fcompile-latex/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/maxulysse","download_url":"https://codeload.github.com/maxulysse/compile-latex/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/maxulysse%2Fcompile-latex/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":279000638,"owners_count":26082818,"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","status":"online","status_checked_at":"2025-10-08T02:00:06.501Z","response_time":56,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"can_crawl_api":true,"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":["beamer-compiler","container","docker","latex","nextflow"],"created_at":"2024-11-13T23:47:57.335Z","updated_at":"2025-10-08T20:44:58.126Z","avatar_url":"https://github.com/maxulysse.png","language":"Nextflow","funding_links":[],"categories":[],"sub_categories":[],"readme":"# [![compile-latex](https://raw.githubusercontent.com/MaxUlysse/compile-latex/master/pictures/compile-latex_logo.png \"compile-latex\")](https://github.com/MaxUlysse/compile-latex/) compile-latex\n\n[![Version][version-badge]][version-link]\n[![License][license-badge]][license-link]\n[![Nextflow needed][nextflow-badge]][nextflow-link]\n[![Travis status][travis-badge]][travis-link]\n[![Docker status][docker-badge]][docker-link]\n[![DOI][zenodo-badge]][zenodo-link]\n\n[LaTeX][latex-link] compiler in [Nextflow][nextflow-link] using [XeLaTex][xetex-link] within a Docker container. Made for compiling [Beamer][beamer-link] theme [Metropolis][metropolis-link], but works also with [moderncv][moderncv-link].\n\n## Usage\n```bash\nnextflow run MaxUlysse/compile-latex /\n  --tex \u003cfile.tex\u003e /\n  [--biblio \u003cbiblio.bib\u003e] /\n  [--notes|--notesOnly] /\n  [--outDir \u003c/path\u003e] /\n  [--outName \u003cfile.pdf\u003e] /\n  [--pictures \u003c/path/folder\u003e] /\n  [--tag \u003ctag\u003e]\n```\n\n## Options\n\n### --tex\nCompile the given tex file\n\n### --biblio\nSpecify the bibliography\n\nDefault: `biblio.bib`\n\n### --notes\nGenerate notes with presentation\n\n### --notesOnly\nGenerate only the notes\n\n### --pictures\nSpecify in which directory are the pictures\n\nDefault: `pictures/`\n\n### --outName\nSpecify output name\n\n### --outDir\nSpecify output directory\n\n### --tag\nSpecify with tag to use for the docker container\n\n### --help\nYou're reading it\n\n## Result\n- [sample.pdf](https://github.com/MaxUlysse/compile-latex/blob/master/sample.pdf)\n- [Presentations](https://github.com/MaxUlysse/Presentations)\n- [CV](https://github.com/MaxUlysse/myCV)\n\n## Docker container\nBased on `debian:stretch-slim` contain:\n- Fonts and LaTeX utilities for themes:\n  - [`metropolis`][metropolis-link]\n  - [`moderncv`][moderncv-link]\n\n[beamer-link]: https://github.com/josephwright/beamer\n[docker-badge]: https://img.shields.io/docker/automated/maxulysse/compile-latex.svg\n[docker-link]: https://hub.docker.com/r/maxulysse/compile-latex\n[latex-link]: https://www.latex-project.org\n[license-badge]: https://img.shields.io/github/license/MaxUlysse/compile-latex.svg\n[license-link]: https://github.com/MaxUlysse/compile-latex/blob/master/LICENSE\n[metropolis-link]: https://ctan.org/pkg/beamertheme-metropolis\n[moderncv-link]: https://ctan.org/pkg/moderncv\n[nextflow-badge]: https://img.shields.io/badge/nextflow-%E2%89%A518.10.1-brightgreen.svg\n[nextflow-link]: https://www.nextflow.io/\n[travis-badge]: https://api.travis-ci.org/MaxUlysse/compile-latex.svg\n[travis-link]: https://travis-ci.org/MaxUlysse/compile-latex\n[version-badge]: https://img.shields.io/github/release/MaxUlysse/compile-latex.svg\n[version-link]: https://github.com/MaxUlysse/compile-latex/releases/latest\n[xetex-link]: http://xetex.sourceforge.net\n[zenodo-badge]: https://zenodo.org/badge/70491982.svg\n[zenodo-link]: https://zenodo.org/badge/latestdoi/70491982\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmaxulysse%2Fcompile-latex","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fmaxulysse%2Fcompile-latex","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmaxulysse%2Fcompile-latex/lists"}