{"id":13928668,"url":"https://github.com/bamos/beamer-snippets","last_synced_at":"2025-06-25T03:03:29.264Z","repository":{"id":18278144,"uuid":"21443450","full_name":"bamos/beamer-snippets","owner":"bamos","description":"Website for personal collection and previewing of Beamer and TikZ snippets. Presented with Python/Jinja2.","archived":false,"fork":false,"pushed_at":"2015-05-12T13:47:41.000Z","size":2765,"stargazers_count":111,"open_issues_count":2,"forks_count":10,"subscribers_count":11,"default_branch":"master","last_synced_at":"2025-06-25T03:02:36.343Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":"http://bamos.github.io/beamer-snippets","language":"TeX","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"other","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/bamos.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}},"created_at":"2014-07-02T23:20:35.000Z","updated_at":"2025-06-11T16:47:57.000Z","dependencies_parsed_at":"2022-09-06T00:10:20.876Z","dependency_job_id":null,"html_url":"https://github.com/bamos/beamer-snippets","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/bamos/beamer-snippets","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/bamos%2Fbeamer-snippets","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/bamos%2Fbeamer-snippets/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/bamos%2Fbeamer-snippets/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/bamos%2Fbeamer-snippets/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/bamos","download_url":"https://codeload.github.com/bamos/beamer-snippets/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/bamos%2Fbeamer-snippets/sbom","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":261795279,"owners_count":23210613,"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":[],"created_at":"2024-08-07T18:01:14.282Z","updated_at":"2025-06-25T03:03:29.167Z","avatar_url":"https://github.com/bamos.png","language":"TeX","funding_links":[],"categories":["TeX"],"sub_categories":[],"readme":"# Beamer Snippets\n\nThe [Beamer][beamer] package enables [LaTeX][latex] to produce high quality\ntechnical presentations and can be used in combination with the\n[TikZ][tikz] package for including publication-quality diagrams in presentations.\nHowever, formatting LaTeX presentations using Beamer and TikZ is\ndifficult and time consuming, so I often reuse code snippets from\nprevious presentations.\nThis repository contains a collection of snippets I'm gathering from\nmy papers and presentations, which are best viewed on\n[this webpage](http://bamos.github.io/beamer-snippets/).\nSee my other LaTeX projects at [bamos/cv][cv] and\n[bamos/latex-templates][latex-templates].\n\n![Screenshot](https://raw.githubusercontent.com/bamos/beamer-snippets/master/screenshot.png?raw=true)\n\n## Contributing.\nContributions are highly welcomed!\nPlease add to the [snippets][snippets] directory, modify the\n[preamble][preamble], and send a pull request.\nIf you substantially modify the preamble, I recommend keeping\nyour repo as a fork, and I'll keep a list of forks in this README.\n\n## Webpage Generation Process.\nThe Python 3 script [generate.py][gen] produces a static website in `dist`.\n`generate.py` loops through the collection of snippets and uses\n[Jinja][jinja] templates to output LaTeX documents.\n[Makefile.slides][mf] is then used to generate PNG images from\neach slide, and Jinja HTML templates are used to create `index.html`.\n\n### Grunt\n[Grunt][grunt] is used to deploy `dist` to [Github pages][ghp]\nin the [gh-pages][bs-ghp] branch with the [grunt-build-control][gbc] plugin.\nThe [npm][npm] dependencies are managed in [package.json][pjson]\nand can be installed with `npm install`.\n\n+ `grunt generate` produces the static site in `dist`, and\n+ `grunt deploy` pushes the `dist` directory to the `gh-pages` branch.\n\n# Licensing.\nAll LaTeX portions are released into the public domain,\nand other portions are under the MIT license.\n\n[beamer]: http://en.wikipedia.org/wiki/Beamer_(LaTeX)\n[tikz]: http://en.wikibooks.org/wiki/LaTeX/PGF/TikZ\n[latex]: http://www.latex-project.org/\n[texample]: http://www.texample.net/\n[jinja]: http://jinja.pocoo.org/\n[grunt]: http://gruntjs.com/\n[ghp]: https://pages.github.com/\n[gbc]: https://github.com/robwierzbowski/grunt-build-control\n[npm]: https://www.npmjs.org/\n\n[snippets]: https://github.com/bamos/beamer-snippets/tree/master/snippets\n[preamble]: https://github.com/bamos/beamer-snippets/blob/master/website-templates/preamble.tex\n[gen]: https://github.com/bamos/beamer-snippets/blob/master/generate.py\n[mf]: https://github.com/bamos/beamer-snippets/blob/master/Makefile.slides\n[gf]: https://github.com/bamos/beamer-snippets/blob/master/Gruntfile.js\n[pjson]: https://github.com/bamos/beamer-snippets/blob/master/package.json\n[bs-ghp]: https://github.com/bamos/beamer-snippets/tree/gh-pages\n\n[cv]: https://github.com/bamos/cv\n[latex-templates]: https://github.com/bamos/latex-templates\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fbamos%2Fbeamer-snippets","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fbamos%2Fbeamer-snippets","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fbamos%2Fbeamer-snippets/lists"}