{"id":14173086,"url":"https://github.com/nschloe/ua-beamer","last_synced_at":"2025-10-18T23:38:44.656Z","repository":{"id":1118328,"uuid":"989486","full_name":"nschloe/ua-beamer","owner":"nschloe","description":"A LaTeX beamer theme for the University of Antwerp","archived":false,"fork":false,"pushed_at":"2016-07-31T18:30:09.000Z","size":262,"stargazers_count":75,"open_issues_count":3,"forks_count":22,"subscribers_count":10,"default_branch":"master","last_synced_at":"2025-04-28T16:16:02.759Z","etag":null,"topics":["latex","latex-beamer-theme","tex"],"latest_commit_sha":null,"homepage":"","language":"TeX","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/nschloe.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":"2010-10-15T09:24:51.000Z","updated_at":"2024-05-27T12:24:43.000Z","dependencies_parsed_at":"2022-07-06T05:31:25.656Z","dependency_job_id":null,"html_url":"https://github.com/nschloe/ua-beamer","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/nschloe/ua-beamer","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/nschloe%2Fua-beamer","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/nschloe%2Fua-beamer/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/nschloe%2Fua-beamer/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/nschloe%2Fua-beamer/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/nschloe","download_url":"https://codeload.github.com/nschloe/ua-beamer/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/nschloe%2Fua-beamer/sbom","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":262018678,"owners_count":23245618,"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":["latex","latex-beamer-theme","tex"],"created_at":"2024-08-17T23:01:25.509Z","updated_at":"2025-10-18T23:38:39.611Z","avatar_url":"https://github.com/nschloe.png","language":"TeX","funding_links":[],"categories":["Popular \u0026 New LaTeX Templates"],"sub_categories":["Presentation/Slides"],"readme":"# UA beamer theme\n\n[![Build Status](https://travis-ci.org/nschloe/ua-beamer.svg?branch=master)](https://travis-ci.org/nschloe/ua-beamer)\n\nThis is a LaTeX beamer theme for the University of Antwerp. It\nis designed to match the official UA templates for Microsoft\nPowerPoint.\n\n![dark title](/doc/manual/figures/dark-page1.png?raw=true \"Optional Title\")\n\n\n### Installation\nRetrieve ua-beamer via [GitHub](https://github.com/nschloe/ua-beamer) and place\nit in a directory where LaTeX can find it. For user installations on Unix, this is\ntypically `~/texmf`. Running `texhash` may be required.\n\nYou can check the integrity of your installation with\n```\n$ kpsewhich beamerfontthemeUniversiteitAntwerpen.sty\n/home/username/texmf/tex/latex/ua-beamer/theme/beamerfontthemeUniversiteitAntwerpen.sty\n```\n\n### Usage\n\nUsing the theme is as simple as invoking beamer's `\\usetheme`:\n```latex\n\\documentclass[compress]{beamer}\n\n\\usetheme[light,darktitle,framenumber,totalframenumber]{UniversiteitAntwerpen}\n\n\\usepackage{lipsum}\n\n\\title{Some slides with a UA beamer theme}\n\\subtitle{This is a dummy subtitle}\n\n\\author{Nico~Schl\\\"omer}\n\n\\begin{document}\n\n\\maketitle\n\n\\begin{frame}\n\\frametitle{A first test frame}\nSome dummy text.\n\\end{frame}\n\n\\end{document}\n```\nSee\n[here](/doc/example/uaBeamerExample.tex)\nfor a more verbose example.\n\nNote that the official font of Universiteit Antwerpen is [Underware's Auto\n1](https://www.fonts.com/font/underware/auto/1-package). If you have access to\nit, you can include it by adding\n```\n% Fonts. Use Auto 1, the official UA font.\n\\usepackage{fontspec,microtype}\n\\usepackage{unicode-math}\n\\defaultfontfeatures{Ligatures=TeX, Scale=MatchLowercase, Numbers=Lining}\n\\setmainfont{auto1}\n\\setsansfont{auto1}\n\\setmathfont{XITS Math} % for math symbols, can be any other OpenType math font\n\\setmathfont[range=\\mathup]  {auto1}\n\\setmathfont[range=\\mathbfup]{auto1 Bold}\n\\setmathfont[range=\\mathbfit]{auto1 Bold Italic}\n\\setmathfont[range=\\mathit]  {auto1 Italic}\n```\nto the document preamble.\n\nAll options are documented as part of the manual. To compile,\n```\ncd doc/manual \u0026\u0026 make\n```\n\n### License\n\nThis software is published under the [MIT license](https://en.wikipedia.org/wiki/MIT_License).\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fnschloe%2Fua-beamer","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fnschloe%2Fua-beamer","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fnschloe%2Fua-beamer/lists"}