{"id":14577877,"url":"https://github.com/pcafrica/focus-beamertheme","last_synced_at":"2025-10-10T00:08:43.602Z","repository":{"id":33690364,"uuid":"135799994","full_name":"pcafrica/focus-beamertheme","owner":"pcafrica","description":" Focus: a minimalist presentation theme for LaTeX Beamer.","archived":false,"fork":false,"pushed_at":"2024-02-07T15:32:15.000Z","size":5365,"stargazers_count":523,"open_issues_count":0,"forks_count":44,"subscribers_count":7,"default_branch":"main","last_synced_at":"2025-06-22T09:47:15.629Z","etag":null,"topics":["beamer","beamer-template","beamer-theme","latex","latex-beamer","latex-beamer-template","latex-beamer-theme","latex-template","latex-theme","minimalist","minimalist-design","presentation","style"],"latest_commit_sha":null,"homepage":null,"language":"TeX","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"gpl-3.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/pcafrica.png","metadata":{"files":{"readme":"README.md","changelog":"CHANGELOG.md","contributing":null,"funding":null,"license":"LICENSE.md","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":"2018-06-02T08:13:42.000Z","updated_at":"2025-06-16T13:00:41.000Z","dependencies_parsed_at":"2024-02-07T16:52:53.658Z","dependency_job_id":null,"html_url":"https://github.com/pcafrica/focus-beamertheme","commit_stats":null,"previous_names":["elauksap/focus-beamertheme"],"tags_count":21,"template":false,"template_full_name":null,"purl":"pkg:github/pcafrica/focus-beamertheme","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pcafrica%2Ffocus-beamertheme","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pcafrica%2Ffocus-beamertheme/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pcafrica%2Ffocus-beamertheme/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pcafrica%2Ffocus-beamertheme/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/pcafrica","download_url":"https://codeload.github.com/pcafrica/focus-beamertheme/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pcafrica%2Ffocus-beamertheme/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":279002367,"owners_count":26083355,"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-09T02:00:07.460Z","response_time":59,"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","beamer-template","beamer-theme","latex","latex-beamer","latex-beamer-template","latex-beamer-theme","latex-template","latex-theme","minimalist","minimalist-design","presentation","style"],"created_at":"2024-09-07T17:01:20.926Z","updated_at":"2025-10-10T00:08:43.570Z","avatar_url":"https://github.com/pcafrica.png","language":"TeX","funding_links":[],"categories":["Popular \u0026 New LaTeX Templates"],"sub_categories":["Presentation/Slides"],"readme":"# Focus v3.4.0\nA presentation theme for LaTeX Beamer that aims at a clean and minimalist design,\nso to minimize distractions and put the focus directly on the content.\n\nThis package is available through the [CTAN](https://ctan.org/pkg/beamertheme-focus) in\nmost LaTeX distributions such as [MiKTeX](https://ctan.org/pkg/miktex) and [TeX Live](https://ctan.org/pkg/texlive).\n\nRequires the packages [appendixnumberbeamer](https://ctan.org/pkg/appendixnumberbeamer),\n[fira](https://ctan.org/pkg/fira) and [PGF/TikZ](https://ctan.org/pkg/pgf)\nto be installed in your LaTeX distribution.\n\nDemo\n----\nA full demo is available. Refer to `focus-demo.tex` and `focus-demo.pdf`.\n\n![](https://github.com/pcafrica/focus-beamertheme/blob/main/focus-demo/demo-titlepage.jpg)\n![](https://github.com/pcafrica/focus-beamertheme/blob/main/focus-demo/demo-subsectionpage.jpg)\n![](https://github.com/pcafrica/focus-beamertheme/blob/main/focus-demo/demo-typeset.jpg)\n![](https://github.com/pcafrica/focus-beamertheme/blob/main/focus-demo/demo-focus.jpg)\n![](https://github.com/pcafrica/focus-beamertheme/blob/main/focus-demo/demo-references.jpg)\n![](https://github.com/pcafrica/focus-beamertheme/blob/main/focus-demo/demo-appendix.jpg)\n\nDownload\n========\nDownload the latest release by following [this](https://github.com/pcafrica/focus-beamertheme/releases) link.\n\nInstructions\n============\nAfter downloading, copy the files named beamer*themefocus.sty into the same folder as your LaTeX source file.\n\nThen include the theme by writing:\n```latex\n\\documentclass{beamer}\n\n\\usetheme{focus}\n```\nin the preamble of your document.\n\nCustomize colors\n----------------\nFocus is based on two colors, namely `main` and `background`, that can be customized after including the theme.\n\nFor example:\n```latex\n\\usetheme{focus}\n\n\\definecolor{main}{RGB}{92, 138, 168}\n\\definecolor{background}{RGB}{240, 247, 255}\n```\nproduces the following ice-blue color theme.\n\n![](https://github.com/pcafrica/focus-beamertheme/blob/main/focus-demo/demo-titlepage-color.jpg)\n\nCustomize the footline\n----------------------\nThe footline numbering can be customized through the theme option _numbering_. The standard value is:\n```latex\n\\usetheme[numbering=progressbar]{focus}\n```\nthat shows an progress bar of increasing length on the footline.\n\nAlternatively, a full footline bar with the frame numbering can be shown with:\n```latex\n\\usetheme[numbering=fullbar]{focus}\n```\n\nThe `minimal` style just prints the frame numbering without any footline background:\n```latex\n\\usetheme[numbering=minimal]{focus}\n```\n\nIn the `fullbar` and `minimal` cases, an optional text to be printed on the left side of the footline\ncan be customized with:\n```latex\n\\footlineinfo{Custom footline text}\n```\n\nFor all footline styles the total frame number (shown by default) can be suppressed with:\n```latex\n\\usetheme[totalframenumbering=no]{focus}\n```\n\nThe footline may also be disabled globally by typing:\n```latex\n\\usetheme[numbering=none]{focus}\n```\n\n\nCustomize fonts\n---------------\nFocus is using the [Fira fonts](https://bboxtype.com/typefaces/FiraSans/) by default.\n\nThis can be changed by using the option _nofirafonts_:\n```latex\n\\usetheme[nofirafonts]{focus}\n```\n\n\u003e **Warning**: if XeTeX returns an error about the font not being found, please follow the instructions at the [TeX Live Guide, section 3.4.4](https://www.tug.org/texlive/doc/texlive-en/texlive-en.html#x1-330003.4.4).\n\nLicense\n=======\nThis software is released under the [GNU GPL v3.0 License](https://www.gnu.org/licenses/gpl-3.0.en.html).\n\nContacts\n========\nIf you are enjoying this theme please share it with your friends or colleagues!\n\nAny suggestions, comments, criticism or appreciation are welcome!\n\nContact information are available to registered users on my Github profile page.\n\nContributors\n============\nFocus was initially created and designed by [Pasquale Africa](https://github.com/pcafrica).\n\nMany other people deserve appreciation and acknowledgment for improving the template with\nadditions and modifications. Please find a detailed list of contributors\n[here](https://github.com/pcafrica/focus-beamertheme/graphs/contributors).\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fpcafrica%2Ffocus-beamertheme","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fpcafrica%2Ffocus-beamertheme","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fpcafrica%2Ffocus-beamertheme/lists"}