{"id":22061735,"url":"https://github.com/lmmentel/cookiecutter-mdbeamer","last_synced_at":"2026-04-10T23:56:10.754Z","repository":{"id":85458578,"uuid":"111116807","full_name":"lmmentel/cookiecutter-mdbeamer","owner":"lmmentel","description":null,"archived":false,"fork":false,"pushed_at":"2022-07-18T20:17:58.000Z","size":189,"stargazers_count":0,"open_issues_count":0,"forks_count":1,"subscribers_count":3,"default_branch":"master","last_synced_at":"2025-01-28T23:28:43.684Z","etag":null,"topics":["beamer","beamer-theme","latex","markdown","markdown-to-slide","pandoc"],"latest_commit_sha":null,"homepage":null,"language":"Lua","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/lmmentel.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-17T15:09:13.000Z","updated_at":"2021-11-01T00:20:38.000Z","dependencies_parsed_at":"2023-03-03T11:01:04.403Z","dependency_job_id":null,"html_url":"https://github.com/lmmentel/cookiecutter-mdbeamer","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/lmmentel%2Fcookiecutter-mdbeamer","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/lmmentel%2Fcookiecutter-mdbeamer/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/lmmentel%2Fcookiecutter-mdbeamer/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/lmmentel%2Fcookiecutter-mdbeamer/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/lmmentel","download_url":"https://codeload.github.com/lmmentel/cookiecutter-mdbeamer/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":245139190,"owners_count":20567127,"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":["beamer","beamer-theme","latex","markdown","markdown-to-slide","pandoc"],"created_at":"2024-11-30T18:14:36.114Z","updated_at":"2026-04-10T23:56:05.688Z","avatar_url":"https://github.com/lmmentel.png","language":"Lua","funding_links":[],"categories":[],"sub_categories":[],"readme":"# cookiecutter-mdbeamer\n\nThis is a [cookiecutter] template for a quickly and comfortably\ncreating [beamer] presentations without all the tedious typing\nassociated with [LaTeX].\n\nThe slides contents are prepared using [markdown] which minimizes\nthe typing and then the pdf slides are build through an\nautomated process first using [pandoc] to convert `.md` to `.tex`.\nThen `.tex` is converted to `.pdf` through [latexmk] using [luatex]\nas the [LaTeX] engine.\n\n\n## Style\n\nThe appearance is largely based on the [metropolis theme](https://github.com/matze/mtheme)\nhowever some of the color and font schemes are customized. To take full advantage\nof the modified theme install the two following fonts:\n\n- [Yanone Kaffeesatz](http://yanone.de/fonts/kaffeesatz/) - used for the titles and structure elements\n- [roboto](https://www.ctan.org/tex-archive/fonts/roboto) - slide contents\n\nThe syntax highlighting is using the [minted](https://ctan.org/tex-archive/macros/latex/contrib/minted/)\npackage and therefore requires [Python](https://www.python.org/) and [pygments](http://pygments.org/)\nto work properly.\n\n\n## Usage\n\nFirst make sure you have the following dependencies installed:\n\n- [GNU make](https://www.gnu.org/software/make/)\n- [pandoc]\n- [LaTeX]\n- [luatex]\n- [latexmk]\n\n- [cookiecutter]\n- [pygments]\n- [minted.lua](https://github.com/pandoc/lua-filters/tree/master/minted)\n\nInstall [cookiecutter] and:\n\n```bash\n$ cookiecutter git@github.com:lmmentel/cookiecutter-mdbeamer.git\n```\n\nAfter modifying the `.md` file with the slide contents simply type\n\n```bash\nmake pdf\n```\n\nand the slides should be built in the `build` directory.\n\n\n### Options\n\nA few selected options are available to to further customize the appearance:\n\n- `aspectratio` - aspect ratio of the slides, allowed values are: `1610` for 16:10, `169` for 16:9, `149` for 14:9, `141` for 1.41:1, `54` for 5:4, `43` for 4:3 and `32` for 3:2\n- `fontsize` - size of the document font, default `10pt`\n\n## Example\n\nThe example slides are avaialble also as a [pdf](example/slides.pdf).\n\n![Title](example/example-0.png)\n![Paragraphs](example/example-1.png)\n![Lists](example/example-4.png)\n![Theorem](example/example-5.png)\n![Math](example/example-6.png)\n![Table](example/example-7.png)\n![Image](example/example-8.png)\n![Code](example/example-9.png)\n![Final](example/example-10.png)\n\n\n[beamer]: https://en.wikipedia.org/wiki/Beamer_(LaTeX)\n[cookiecutter]: https://cookiecutter.readthedocs.io/en/latest/installation.html\n[LaTeX]: https://www.latex-project.org/\n[latexmk]: https://www.ctan.org/pkg/latexmk/\n[luatex]: http://www.luatex.org/\n[markdown]: https://daringfireball.net/projects/markdown/\n[pandoc]: https://pandoc.org/\n[pygments]: http://pygments.org/","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Flmmentel%2Fcookiecutter-mdbeamer","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Flmmentel%2Fcookiecutter-mdbeamer","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Flmmentel%2Fcookiecutter-mdbeamer/lists"}