{"id":25705405,"url":"https://github.com/mmore500/presentation-template","last_synced_at":"2026-06-16T15:32:02.150Z","repository":{"id":97739085,"uuid":"110734911","full_name":"mmore500/presentation-template","owner":"mmore500","description":"A LaTeX Beamer template for presentations using the Metropolis theme.","archived":false,"fork":false,"pushed_at":"2018-10-09T00:48:09.000Z","size":17253,"stargazers_count":1,"open_issues_count":0,"forks_count":0,"subscribers_count":3,"default_branch":"master","last_synced_at":"2025-02-25T06:47:37.728Z","etag":null,"topics":["docker-container","latex-beamer","latex-beamer-template","sans-forgetica","singularity-container"],"latest_commit_sha":null,"homepage":null,"language":"TeX","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/mmore500.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"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":"2017-11-14T19:26:46.000Z","updated_at":"2020-07-31T16:44:42.000Z","dependencies_parsed_at":null,"dependency_job_id":"b4f9e171-20bc-4db1-a783-9c7c223f755c","html_url":"https://github.com/mmore500/presentation-template","commit_stats":null,"previous_names":[],"tags_count":3,"template":false,"template_full_name":null,"purl":"pkg:github/mmore500/presentation-template","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mmore500%2Fpresentation-template","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mmore500%2Fpresentation-template/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mmore500%2Fpresentation-template/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mmore500%2Fpresentation-template/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/mmore500","download_url":"https://codeload.github.com/mmore500/presentation-template/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mmore500%2Fpresentation-template/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":34412787,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-05-26T15:22:16.424Z","status":"online","status_checked_at":"2026-06-16T02:00:06.860Z","response_time":126,"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":["docker-container","latex-beamer","latex-beamer-template","sans-forgetica","singularity-container"],"created_at":"2025-02-25T06:47:38.878Z","updated_at":"2026-06-16T15:32:02.145Z","avatar_url":"https://github.com/mmore500.png","language":"TeX","funding_links":[],"categories":[],"sub_categories":[],"readme":"## Presentation Template\n\n[![https://www.singularity-hub.org/static/img/hosted-singularity--hub-%23e32929.svg](https://www.singularity-hub.org/static/img/hosted-singularity--hub-%23e32929.svg)](https://singularity-hub.org/collections/1774)\n[![CircleCI](https://circleci.com/gh/mmore500/presentation-template.svg?style=svg)](https://circleci.com/gh/mmore500/presentation-template)\n\nA LaTeX Beamer template for presentations using the Metropolis theme.\n\n## Usage\n\n### Docker\n\nIf you want to build the container, after cloning this repository:\n\n```bash\ndocker build -t presentation-template .\n```\n\nTo generate your pdf, you should bind the directory with main.tex to `/data`\nin the container, and provide a prefix for your output. That looks like this, and\n\n```bash\ndocker run -it -v $PWD:/data presentation-template mypdf\n```\n\nAfter this, the files will be in your present working directory.\n\n```bash\n$ ls my*\nmypdf.aux  mypdf.bbl  mypdf.blg  mypdf.fdb_latexmk  mypdf.fls  mypdf.log  mypdf.nav  mypdf.out  mypdf.pdf  mypdf.snm  mypdf.toc\n```\n\nIf you don't want to build the container (it takes quite some time) this development\ncontainer is provided at [mmore500/presentation-template](https://hub.docker.com/r/mmore500/presentation-template/). You can run it as follows:\n\n```bash\ngit clone https://www.github.com/mmore500/presentation-template\ncd presentation-template\ndocker run -it -v $PWD:/data mmore500/presentation-template mypdf\n```\n\nAn [example](example) output is provided. Have fun!\n\n\n### Singularity\n\nFirst, build the container.\n\n```bash\nsudo singularity build presentation-template.simg Singularity\n```\n\nNext, run it and bind the present working directory to data.\n\n```bash\nsingularity run --bind $PWD:/data presentation-template.simg mypdf\n```\n\n## Development\n\nYou should build the container with the version provided as a `--build-arg`\nas follows. For example, to build the version `1.0.1-rc`:\n\n```bash\n$ docker build -t mmore500/presentation-template:1.0.1-rc --build-arg Version=1.0.1-rc .\n$ docker push mmore500/presentation-template:1.0.1-rc\n```\n\n\n### How To \u0026 What You Get\n\nThe original post for the package is [here](https://twitter.com/MorenoMatthewA/status/1048676082952626177).\n\n### Authorship\n\nMatthew Andres Moreno\n\n`matthew.andres.moreno@gmail.com`\n\n### Contributors\n\n - [@vsoch](https://www.github.com/vsoch) contributed Dockerfile and build / run instructions, continuous integration\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmmore500%2Fpresentation-template","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fmmore500%2Fpresentation-template","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmmore500%2Fpresentation-template/lists"}