{"id":26345366,"url":"https://github.com/ollehu/sphinxcontrib-beamer","last_synced_at":"2025-03-16T06:18:08.235Z","repository":{"id":57469890,"uuid":"221718990","full_name":"ollehu/sphinxcontrib-beamer","owner":"ollehu","description":"Sphinx extension for building Beamer (LaTeX) presentations.","archived":false,"fork":false,"pushed_at":"2024-08-06T12:15:11.000Z","size":196,"stargazers_count":4,"open_issues_count":1,"forks_count":1,"subscribers_count":3,"default_branch":"master","last_synced_at":"2025-02-15T05:47:21.790Z","etag":null,"topics":["beamer","latex","sphinx","sphinx-extension","sphinx-plugin","sphinxcontrib"],"latest_commit_sha":null,"homepage":"","language":"Python","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/ollehu.png","metadata":{"files":{"readme":"README.rst","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":"2019-11-14T14:40:54.000Z","updated_at":"2024-08-06T12:45:19.000Z","dependencies_parsed_at":"2024-08-06T14:03:01.582Z","dependency_job_id":null,"html_url":"https://github.com/ollehu/sphinxcontrib-beamer","commit_stats":{"total_commits":23,"total_committers":2,"mean_commits":11.5,"dds":0.04347826086956519,"last_synced_commit":"c7a6ac9ca6a04f9dc56c0c78fef7c52d46d05f0c"},"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ollehu%2Fsphinxcontrib-beamer","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ollehu%2Fsphinxcontrib-beamer/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ollehu%2Fsphinxcontrib-beamer/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ollehu%2Fsphinxcontrib-beamer/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/ollehu","download_url":"https://codeload.github.com/ollehu/sphinxcontrib-beamer/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":243796647,"owners_count":20349252,"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","latex","sphinx","sphinx-extension","sphinx-plugin","sphinxcontrib"],"created_at":"2025-03-16T06:18:07.862Z","updated_at":"2025-03-16T06:18:08.222Z","avatar_url":"https://github.com/ollehu.png","language":"Python","funding_links":[],"categories":[],"sub_categories":[],"readme":"==========================================\nDescription of the Beamer Sphinx Extension\n==========================================\n\nThis extension to `Sphinx \u003chttps://www.sphinx-doc.org/en/master/\u003e`__ adds a\n`Builder \u003chttps://www.sphinx-doc.org/en/master/usage/builders/index.html\u003e`__ for\nthe `Beamer \u003chttps://ctan.org/pkg/beamer\u003e`__ LaTeX class.\n\nInstallation\n============\nThe extension is distributed through the Python Package Index and installed with\n\n.. code-block::\n\n   pip install sphinxcontrib-beamer\n\nUsage\n=====\nLoad the extension in the Sphinx project configuration file ``conf.py``::\n\n   extensions = ['sphinxcontrib.beamer']\n\nand build your Beamer LaTeX output using the new builder::\n\n   sphinx-build -b beamer build/doctrees . build\n\nConfiguration\n-------------\nSome variables are configurable in ``conf.py``:\n\n**Theming:** Change the theme used by Beamer (defaults to ``Warsaw``) with::\n\n   beamer_theme = \u003cstring\u003e\n\nwhere ``beamertheme\u003cstring\u003e.sty`` is a LaTeX style file in the\n``templates_path`` path specified in ``conf.py``.\n\n**Frame breaks:** Change if frame breaks are allowed (defaults to True) with::\n\n   beamer_allowframebreaks = \u003cTrue or False\u003e\n\nwhich sets the ``allowframebreaks`` option to all frames. This Beamer feature\nsplits a frame environment into multiple slides if the content extends beyond\nwhat can be viewed on one slide.\n\n**Custom frame options:** Add custom frame options with\n\n.. code-block::\n\n   Frame Title\n   -----------\n   .. frame_options:plain\n\n   Frame content.\n\nwhich will generate a frame environment\n\n.. code-block::\n\n   \\begin{frame}[plain]{Frame Title}\n\n      Frame content.\n\n   \\end{frame}\n\n``plain`` in the example above can be replaced with any comma-separated string\nof valid frame options.\n\n**This extension is still in its beta stage and has not been thorougly tested.\nUse it with caution.**\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Follehu%2Fsphinxcontrib-beamer","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Follehu%2Fsphinxcontrib-beamer","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Follehu%2Fsphinxcontrib-beamer/lists"}