├── .github ├── dependabot.yml └── workflows │ ├── check-md-links.yml │ └── linter.yml └── README.md /.github/dependabot.yml: -------------------------------------------------------------------------------- 1 | --- 2 | version: 2 3 | updates: 4 | - package-ecosystem: "github-actions" 5 | directory: "/" 6 | schedule: 7 | interval: "weekly" 8 | -------------------------------------------------------------------------------- /.github/workflows/check-md-links.yml: -------------------------------------------------------------------------------- 1 | --- 2 | 3 | name: Check Markdown links 4 | 5 | permissions: read-all 6 | 7 | on: 8 | push: 9 | schedule: 10 | - cron: "0 9 * * *" # every day at 9am 11 | 12 | jobs: 13 | markdown-link-check: 14 | runs-on: ubuntu-latest 15 | steps: 16 | - name: Checkout repository 17 | uses: actions/checkout@v4 18 | 19 | - name: Scan for broken links 20 | uses: gaurav-nelson/github-action-markdown-link-check@v1 21 | -------------------------------------------------------------------------------- /.github/workflows/linter.yml: -------------------------------------------------------------------------------- 1 | --- 2 | 3 | name: Lint 4 | 5 | on: push 6 | 7 | permissions: read-all 8 | 9 | jobs: 10 | build: 11 | name: Lint Code Base 12 | runs-on: ubuntu-latest 13 | 14 | permissions: 15 | contents: read 16 | packages: read 17 | # To report GitHub Actions status checks 18 | statuses: write 19 | 20 | steps: 21 | - name: Checkout repository 22 | uses: actions/checkout@v4 23 | with: 24 | fetch-depth: 0 25 | 26 | - name: Lint Code Base 27 | uses: github/super-linter@v6 28 | env: 29 | GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- 1 | # The Ultimate Beamer Theme List 2 | [![Check Markdown links](https://github.com/martinbjeldbak/ultimate-beamer-theme-list/actions/workflows/check-md-links.yml/badge.svg)](https://github.com/martinbjeldbak/ultimate-beamer-theme-list/actions/workflows/check-md-links.yml) 3 | 4 | Hi! Below is a table of custom Beamer themes originally taken from latex.simon04.net (now archived), now expanded to include a few more themes. 5 | 6 | Want to add yours? Awesome! Send a PR with your link added to the bottom of the table, or email me (see my GitHub profile) and I'll do it for you. 7 | 8 | | Theme | Preview | Notes | 9 | | ------ | -------- | ------ | 10 | | [pmichaillat] | [PDF][pmichaillat-pdf] | Pascal Michaillat's Minimalist LaTeX Template for Academic Presentations. Documentation can be found [here][pmichaillat-docs]. | 11 | | [Gotham-git] | [PDF][Gotham-pdf] | A modern, minimal-ish, versatile and extendable theme, which is bringing LaTeX3 power and flexibilty on top of Metropolis' good looking. It is also available on [CTAN][Gotham-ctan] repository. | 12 | | [beamer-progressbar] | [PDF][beamer-progressbar-pdf] | Sylvain Bouveret has built an alternative beamer theme called progressbar, for more information, see his [site][beamer-progressbar-web]. More of his themes are in [this][beamer-progressbar-web-2] repository. | 13 | | [CEA] | [PDF][CEA-pdf] | An unofficial CEA theme for latex beamer made by Fabrice Gadaud. | 14 | | [diepen style] | [Screenshot][diepen style-screenshot] | For those that like airplanes (or any other background image I suppose) | 15 | | [IAS themes] | [Screenshot][IAS themes-screenshot] | Created by Frans Oliehoek. | 16 | | [Torino] | [Screenshot][Torino-screenshot] | A fresh looking theme called "Torino" made by Marco Barisione. | 17 | | [UA] | [Screenshot][UA-screenshot] | A LaTeX beamer theme for the University of Antwerp. | 18 | | [UniversiteitGent] | [Screenshot][UniversiteitGent-screenshot] | This is a LaTeX beamer theme for the University of Ghent, based on the UA theme. | 19 | | [UNL] | [PDF][UNL-pdf] | Chris Bourke made a nice theme for the University of Nebraska-Lincoln. The `.sty` file can be found by scrolling down to the `LaTeX - Beamer` section. | 20 | | [makokal-ALUF] | [PDF][makokal-ALUF-pdf]| Okal Billy's theme used while at University of Freiburg. | 21 | | [makokal-JUB] | [PDF][makokal-JUB-pdf] | Okal Billy's theme used while at Jacobs University. | 22 | | [kansai-debian] | [PDF][kansai-debian-pdf] | Debian theme for latex-beamer, originally KansaiDebianMeeting OpenOffice Impress theme created by Jun NOGATA. | 23 | | [Lleida] | | A theme created by Paulo Jorge Matos. | 24 | | [Sybila] | [PDF][Sybila-pdf] | A theme created by Sybila. | 25 | | [bunsen] | [PDF][bunsen-pdf] | A XeTeX Beamer template by Seth Brown. | 26 | | [LSE] | [PDF][LSE-pdf] | An unofficial LaTeX Beamer theme for the London School of Economics by Christopher Gandrud. | 27 | | [ZBH] | | Unofficial Beamer theme for the ZBH of the University of Hamburg. | 28 | | [TU-BS] | [PDF][TU-BS-pdf] | A beamer theme complying with the corporate design of Technische Universität Braunschweig | 29 | | [carlworld-beamer-slide-theme] | | Carl Compliant Beamer slide theme. | 30 | | [intridea] | | A Beamer theme for Intridea. | 31 | | [HongKong] | [PDF][HongKong-pdf] | An Unofficial Beamer Theme for the Hong Kong Polytechnic University. | 32 | | [Subdued] | [Screenshot][Subdued-pdf] | A subdued, stylish beamer template by Cameron Bracken | 33 | | [Bjeldbak] | [Screenshot][Bjeldbak-screenshot] | A minimalistic beamer theme based on the subdued theme by Martin Bjeldbak Madsen (me!) | 34 | | [HSRM] | [PDF][HSRM-pdf] | A theme that complies with the corporate design of the RheinMain University of Applied Sciences by Benjamin Weiss. | 35 | | [GC3] | [PDF][GC3-pdf] | A theme that is based on the University of Zurich "corporate identity" guidelines by Riccardo Murri. | 36 | | [BeamerPorts] | Various on project page | A project by Márton Marczell attempting to port popular PowerPoint themes to Beamer | 37 | | [Zurich] | | The Zurich beamer theme is a simplistic theme for Beamer, a fairly popular LaTeX class for creating presentations. The theme is heavily based on the excellent Flip Beamer template. Created by Patrick Pletscher. | 38 | | [metropolis] | [PDF][metropolis-pdf] | The metropolise theme (previously *m* or *mtheme*) is a modern Beamer theme with minimal visual. Created by Matthias Vogelgesang. | 39 | | [Frederiksberg] | [PDF][Frederiksberg-pdf] | Frederiksberg beamer theme from the University of Copenhagen. | 40 | | [UMBC] | [Screenshot][UMBC-screenshot] | A couple of themes made by Rouben Rostamian for UMBC University. | 41 | | [Uppsala] | [Screenshot][Uppsala-screenshot] | A theme for the Uppsala University of Sweden made by Frédéric Haziza. | 42 | | [McGill] | [PDF][McGill-pdf] | A theme with a nice McGill layout. | 43 | | [McGill-alt] | [PDF][McGill-alt-pdf] | A McGill theme that isn't red by Gabi Sarkis. | 44 | | [Execushares] | [PDF][Execushares-pdf] | A minimalist and modern Beamer theme by Kenton Hamaluik. | 45 | | [aecio] | [PDF][aecio-pdf] | A super simple and clean latex beamer theme, by Aécio Santos. | 46 | | [supelec] | [PDF][supelec-pdf] | A beamer theme for Supélec, by Frédéric Boulanger. | 47 | | [CWRU] | | A basic Beamer theme for Case Western Reserve University, inspired by Montpellier and created by Matt Ruffalo. | 48 | | [Flip] | [PDF][Flip-pdf] | A theme by Philip "Flip" Tanedo. | 49 | | [Ithaca] | [PDF][Ithaca-pdf] | A theme based on Flip, created by Raul Gomez. | 50 | | [Gelugor] | [PDF][Gelugor-pdf] | A theme mimicking Universiti Sains Malaysia (USM)’s Powerpoint presentation template, by Lim Lian Tze. | 51 | | [Cyberjaya] | [PDF][Cyberjaya-pdf] | A theme mimicking Multimedia University (MMU)’s Powerpoint presentation template, by Lim Lian Tze. | 52 | | [Skudai] | [PDF][Skudai-pdf] | A theme mimicking Universiti Teknologi Malaysia (UTM)’s Powerpoint presentation template, by Lim Lian Tze. | 53 | | [Kalgan] | [PDF][Kalgan-pdf] | A dark theme by Kartik Prabhu. | 54 | | [simple] | [PDF][simple-pdf] | A minimalist theme with a watermark in the background, by Facundo Muñoz. | 55 | | [brown] | | A theme for Brown University, by Andreas Kloeckner. | 56 | | [mit] | | A theme for MIT based on brown, by Justin Riley. | 57 | | [sthlm] | [PDF][sthlm-pdf] | A theme heavily based on HSRM but with a slightly different design, the ability to compile with pdfLaTeX and no proprietary fonts required. Created by Mark Olson. | 58 | | [rured] | [PDF][rured-pdf] | An unofficial theme with the Radboud University colours, by Louis Onrust. | 59 | | [kuleuven] | [PDF][kuleuven-pdf] | A theme for KU Leuven, by Roland Pastorino. | 60 | | [ruhuisstijl] | [PDF][ruhuisstijl-pdf] | A theme which mimics the corporate and departemental style for the Radboud University powerpoint presentations. Created by Louis Onrust. | 61 | | [INRA] | [Screenshot][INRA-screenshot] | A theme reproducing the new corporate style of INRA, by François Guillaume. | 62 | | [Bredele] | [PDF][Bredele-pdf] | A theme using the colors of Framasoft, with a few boxes and tables. Created by Christophe Masutti. | 63 | | [nv] | [Screenshot][nv-screenshot] | A funky theme inspired by some nvidia slides (resource expansive though). Created by Serge "sans Paille" Guelton. | 64 | | [ampang] | [Screenshot][ampang-screenshot] | A theme which uses Ubuntu fonts, by Muhammad Najmi Ahmad Zabidi. | 65 | | [BlackBoard][kmbeamer] | [PDF][BlackBoard-pdf] | A theme mimicking a blackboard, by Kazuki Maeda. | 66 | | [DarkConsole][kmbeamer] | [PDF][DarkConsole-pdf] | A theme mimicking a virtual console, by Kazuki Maeda. | 67 | | [s4ndm4n] | [PDF][s4ndm4n-screenshot] | A dark theme with color-accented boxes and a verbose footline. Created by Andreas Rümpel. | 68 | | [Saarland] | [PDF][Saarland-pdf] | An unofficial beamer theme for Saarland University, by Kailash Budhathoki. | 69 | | [TAU] | [PDF][TAU-pdf] | An unofficial beamer theme for Tel Aviv University, by Alex Liberzon. | 70 | | [uga-beamer-theme] | [PDF][uga-beamer-theme-pdf] | An unofficial beamer theme for University of Georgia, by Robert Robinson | 71 | | [fsu-beamer-theme] | [PDF][fsu-beamer-theme-pdf] | An unofficial beamer theme for Floridal State University, by Robert Robinson | 72 | | [fit-beamer-theme] | [PDF][fit-beamer-theme-pdf] | An unofficial beamer theme for SUNY Fashion Institute of Technology, by Robert Robinson | 73 | | [usyd-beamer-theme] | [Releases][usyd-beamer-theme-release] | An unofficial beamer theme for The University of Sydney, by Malcolm Ramsay. | 74 | | [focus] | [PDF][focus-pdf] | A minimalist presentation theme for LaTeX Beamer by Pasquale Claudio Africa. | 75 | | [beamerthemeuconn] | [PDF][beamerthemeuconn-pdf] | Beamer themes for the University of Connecticut, by Cory Brunson | 76 | | [unina-beamer] | [PDF][unina-beamer-pdf] | A modern unofficial beamer theme for people at the University of Naples "*Federico II*" (UniNA), by Luigi L. L. Starace. | 77 | | [pure-minimalistic] | [PDF][pure-minimalistic-pdf] | A true minimalistic theme; Provides normal and dark mode, by Kai Norman Clasen | 78 | | [Auriga] | [PDF][auriga-pdf] | Auriga is a minimalist LaTex beamer presentation theme. | 79 | | [Arguelles] | [PDF][Arguelles-pdf] | Argüelles is a clean, typographic theme featuring the Alegreya font family. | 80 | | [PoliMi] | [PDF][polimi-pdf] | Beamer port of the official Polytechnic University of Milan presentation theme by Pasquale Claudio Africa. | 81 | | [strathbeamer] | [PDF][strathbeamer-pdf] | Unofficial beamer template following the official branding guidance for University of Strathclyde, by Roberto Metere. | 82 | | [nclbeamer] | [PDF][nclbeamer-pdf] | Unofficial beamer template following the official branding guidance for Newcastle University, by Roberto Metere. | 83 | | [awesome-beamer] | [PDF][awesome-beamer-pdf] | A light, modern and minimal, thus beautiful theme by Lukas Pietzschmann, | 84 | | [Mumbai] | [PDF][Mumbai-pdf] | A blue coloured beamer theme that can interface with multiple beamer outer themes | 85 | | [lucid] | [PDF][lucid-pdf] | A modern Beamer theme you can use without installing dozens of CTAN packages | 86 | | [Moloch] | [Screenshot][Moloch-screenshot] | A clean and simple theme, forked off from the Metropolis theme | 87 | | [Amurmaple] | [PDF][amurmaple-pdf] | A modern beamer theme with sepframe by Maxime Chupin | 88 | | [nccubeamer] | [PDF][nccubeamer-pdf] | Unofficial beamer template following the official color code for National Chengchi University by Yu-Chen, Den. | 89 | | [Starkville] | [PDF][Starkville-pdf] | A Mississippi State University inspired theme for LaTeX Beamer presentations by Dakota Hester | 90 | | [Soton] | [PDF][Soton-pdf] | A modern beamer theme with easy customisation and few required packages by Toby Godfrey from the University of Southampton | 91 | | [ucdavis-theme-xelatex] | [PDF][ucdavis-pdf] | An XeLaTeX beamer theme for University of California, Davis (unofficial). A pdflatex version is available in the same repo. | 92 | 93 | [ucdavis-theme-xelatex]: https://github.com/chesun/latex_templates/tree/main/ucdavis_beamer_theme_xelatex 94 | [ucdavis-pdf]: https://github.com/chesun/latex_templates/blob/main/ucdavis_beamer_theme_xelatex/ucdavis_theme_test.pdf 95 | [Gotham-git]: https://gitlab.com/RomainNOEL/beamertheme-gotham 96 | [Gotham-ctan]: https://ctan.org/pkg/beamertheme-gotham 97 | [Gotham-pdf]: https://gitlab.com/api/v4/projects/52144864/jobs/artifacts/main/raw/gotham-example169transp.pdf?job=deploy-files 98 | [beamer-progressbar]: https://github.com/cedricmauclair/beamer-progressbar 99 | [beamer-progressbar-pdf]: https://github.com/cedricmauclair/beamer-progressbar/raw/master/demo-slides.pdf 100 | [beamer-progressbar-web]: http://recherche.noiraudes.net/fr/LaTeX.php 101 | [beamer-progressbar-web-2]: https://github.com/cedricmauclair/beamer-themes 102 | [CEA]: http://fabrice.gadaud.org/beamer-theme-cea.tar.gz 103 | [CEA-pdf]: http://fabrice.gadaud.org/beamer-cea-example.pdf 104 | [diepen style]: http://www.guidodiepen.nl/2009/04/latex-beamer-diepen-style/ 105 | [diepen style-screenshot]: https://www.guidodiepen.nl/content/images/2009/04/example-1.png 106 | [IAS themes]: http://people.csail.mit.edu/fao/index.php?fuseaction=var.beamer 107 | [IAS themes-screenshot]: http://people.csail.mit.edu/fao/var/images//IAS_sidebar.jpg 108 | [Torino]: http://blog.barisione.org/2007-09/torino-a-pretty-theme-for-latex-beamer/ 109 | [Torino-screenshot]: http://www.flickr.com/photos/barisione/1401707576/ 110 | [UA]: https://github.com/nschloe/ua-beamer 111 | [UA-screenshot]: https://raw.githubusercontent.com/nschloe/ua-beamer/master/doc/manual/figures/dark-page1.png 112 | [UNL]: https://github.com/cbourke/beamer-unl 113 | [UNL-pdf]: https://github.com/cbourke/beamer-unl/blob/main/UNLTheme.pdf 114 | [makokal-ALUF]: https://github.com/makokal/beamer-themes 115 | [makokal-ALUF-pdf]: https://github.com/makokal/beamer-themes/raw/master/ALUF/aluf_sample.pdf 116 | [makokal-JUB]: https://github.com/makokal/beamer-themes 117 | [makokal-JUB-pdf]: https://github.com/makokal/beamer-themes/raw/master/JUB/jub_sample.pdf 118 | [kansai-debian]: https://github.com/uwabami/beamerthemeKansaiDebianMeeting 119 | [kansai-debian-pdf]: https://github.com/uwabami/beamerthemeKansaiDebianMeeting/raw/master/README.pdf 120 | [Lleida]: https://github.com/pmatos/beamerthemeLleida 121 | [Sybila]: https://github.com/sybila/presentation-template 122 | [Sybila-pdf]: https://github.com/sybila/presentation-template/raw/master/presentation.pdf 123 | [bunsen]: https://github.com/seth-brown/drbunsen-beamer 124 | [bunsen-pdf]: https://github.com/drbunsen/drbunsen-beamer/raw/master/bunsen_beamer_example.pdf 125 | [UniversiteitGent]: https://pbelmans.ncag.info/blog/2012/02/09/a-beamer-theme-for-the-university-of-ghent/ 126 | [UniversiteitGent-screenshot]: https://pbelmans.ncag.info/assets/title-slide.png 127 | [LSE]: https://github.com/christophergandrud/LSE-Beamer-Theme 128 | [LSE-pdf]: https://github.com/christophergandrud/LSE-Beamer-Theme/raw/master/Example.pdf 129 | [ZBH]: https://github.com/satta/zbh-beamer-theme 130 | [TU-BS]: https://www.tu-braunschweig.de/latex 131 | [TU-BS-pdf]: https://www.tu-braunschweig.de/fileadmin/_processed_/6/3/csm_beamer_example-page1_1d7bcef9b2.png 132 | [carlworld-beamer-slide-theme]: https://github.com/rob-p/carlworld-beamer-slide-theme 133 | [intridea]: https://github.com/doitian/intridea-beamer-theme 134 | [HongKong]: https://github.com/quxiaofeng/PolyU_beamer_theme 135 | [HongKong-pdf]: https://github.com/quxiaofeng/PolyU_beamer_theme/raw/master/example/example.pdf 136 | [Subdued]: https://www.overleaf.com/latex/templates/beamer-template-by-cameron-bracken/gmgmqwprthxb 137 | [Subdued-pdf]: https://user-images.githubusercontent.com/823316/106727960-baf8fd80-6657-11eb-999f-a6bea9f9eba1.jpeg 138 | [HSRM]: https://github.com/hsrmbeamertheme/hsrmbeamertheme 139 | [HSRM-pdf]: https://github.com/hsrmbeamertheme/hsrmbeamertheme/raw/master/hsrm-beamer-demo.pdf 140 | [GC3]: https://github.com/gc3-uzh-ch/beamer-theme-gc3 141 | [GC3-pdf]: https://github.com/gc3-uzh-ch/beamer-theme-gc3/raw/master/example.pdf 142 | [BeamerPorts]: https://bitbucket.org/marczellm/beamerports/src 143 | [Bjeldbak]: https://github.com/martinbjeldbak/beamertheme-bjeldbak 144 | [Bjeldbak-screenshot]: https://raw.githubusercontent.com/martinbjeldbak/beamertheme-bjeldbak/master/screenshots/beamerthemebjeldbak4.png 145 | [Zurich]: https://github.com/ppletscher/beamerthemezurich 146 | [metropolis]: https://github.com/matze/mtheme 147 | [metropolis-pdf]: https://mirror.aarnet.edu.au/pub/CTAN/macros/latex/contrib/beamer-contrib/themes/metropolis/demo/demo.pdf 148 | [Frederiksberg]: https://github.com/cbourjau/frederiksberg_beamer 149 | [Frederiksberg-PDF]: https://github.com/cbourjau/frederiksberg_beamer/raw/master/FrederiksbergUserGuide-2-2.pdf 150 | [UMBC]: http://userpages.umbc.edu/~rostamia/beamer/quickstart-Z-H-8.html#node_sec_8 151 | [UMBC-screenshot]: http://userpages.umbc.edu/~rostamia/beamer/sample-umbc1.png 152 | [Uppsala]: http://www.it.uu.se/katalog/daz/uppsala_beamer 153 | [Uppsala-screenshot]: http://www.it.uu.se/katalog/daz/uppsala_beamer/beamerUppsalaExampleFrame.jpg 154 | [McGill]: http://structdynviblab.mcgill.ca/archives/layoutBeamerMcGill.7z 155 | [McGill-pdf]: https://github.com/martinbjeldbak/ultimate-beamer-theme-list/files/7918232/MainFile.pdf 156 | [McGill-alt]: https://github.com/gsarkis/McGill-Beamer-Theme 157 | [McGill-alt-pdf]: https://github.com/gsarkis/McGill-Beamer-Theme/raw/master/example.pdf 158 | [Execushares]: https://github.com/FuzzyWuzzie/Beamer-Theme-Execushares 159 | [Execushares-pdf]: https://github.com/FuzzyWuzzie/Beamer-Theme-Execushares/raw/master/sample.pdf 160 | [aecio]: https://github.com/aecio/beamer-theme 161 | [aecio-pdf]: https://github.com/aecio/beamer-theme/raw/master/beamer-demo.pdf 162 | [supelec]: https://wdi.centralesupelec.fr/boulanger/Software/HomePage-En 163 | [supelec-pdf]: https://wdi.centralesupelec.fr/boulanger/download/LaTeX/beamersupelec/doc/splcbeam/beamer_supelec.pdf 164 | [CWRU]: https://github.com/mruffalo/beamer-theme-cwru 165 | [Flip]: https://github.com/fliptanedo/FlipBeamerTheme 166 | [Flip-pdf]: https://github.com/fliptanedo/FlipBeamerTheme/blob/master/FlipBeamerTemplate.pdf 167 | [Ithaca]: https://pi.math.cornell.edu/~gomez/Research.html 168 | [Ithaca-pdf]: https://pi.math.cornell.edu/~gomez/Files/PDF/Ithacatemplate.pdf 169 | [Gelugor]: http://liantze.penguinattack.org/latextypesetting.html#beamer-Gelugor 170 | [Gelugor-pdf]: https://bytebucket.org/liantze/beamer-gelugor/raw/1abaa164be3db398e2d0a485e1e74d461ddc2af3/example.pdf 171 | [Cyberjaya]: http://liantze.penguinattack.org/latextypesetting.html#beamer-Cyberjaya 172 | [Cyberjaya-pdf]: https://bytebucket.org/liantze/beamer-cyberjaya/raw/4529f46d1ea8fc102cbaa79069bcd25a0efe6ebe/example.pdf 173 | [Skudai]: http://liantze.penguinattack.org/latextypesetting.html#beamer-Skudai 174 | [Skudai-pdf]: https://bytebucket.org/liantze/beamer-skudai/raw/72228a190ca46ad1188acb60015d479d8c8a8f67/example.pdf 175 | [Kalgan]: https://github.com/kartikprabhu/Kalgan-Mule-template 176 | [Kalgan-pdf]: https://github.com/kartikprabhu/Kalgan-Mule-template/raw/master/beamerexample.pdf 177 | [simple]: https://github.com/famuvie/beamerthemesimple 178 | [simple-pdf]: https://github.com/famuvie/beamerthemesimple/raw/master/demo.pdf 179 | [brown]: http://git.tiker.net/brown-beamer.git 180 | [mit]: https://github.com/jtriley/mit-beamer 181 | [sthlm]: https://github.com/mholson/sthlmNordBeamerTheme 182 | [sthlm-pdf]: https://github.com/mholson/sthlmNordBeamerTheme/blob/main/sthlmNordTemplate-v3_0.pdf 183 | [rured]: https://github.com/naiaden/presentations/tree/master/rured 184 | [rured-pdf]: https://github.com/naiaden/presentations/raw/master/rured/example.pdf 185 | [kuleuven]: https://github.com/naiaden/presentations/tree/master/Leuven-9monthsprogress 186 | [kuleuven-pdf]: https://github.com/naiaden/presentations/raw/master/Leuven-9monthsprogress/presentation/progresspresentation.pdf 187 | [ruhuisstijl]: https://github.com/naiaden/presentations/tree/master/ruhuisstijl 188 | [ruhuisstijl-pdf]: https://github.com/naiaden/presentations/raw/master/ruhuisstijl/distributed/example.pdf 189 | [INRA]: https://forge-dga.jouy.inra.fr/projects/inra_beamer_theme 190 | [INRA-screenshot]: https://genomeek.files.wordpress.com/2013/05/inrabeamer.png 191 | [Bredele]: https://framagit.org/Framatophe/BredeleDiapo 192 | [Bredele-pdf]: https://framagit.org/Framatophe/BredeleDiapo/-/raw/master/main.pdf?inline=true 193 | [nv]: http://serge.liyun.free.fr/serge/projects.html 194 | [nv-screenshot]: http://serge.liyun.free.fr/serge/sources/beamer_demo-1.png 195 | [ampang]: https://github.com/raden/beamer-ampang 196 | [ampang-screenshot]: https://github.com/raden/beamer-ampang/raw/master/ampangcolor.png 197 | [kmbeamer]: https://github.com/kmaed/kmbeamer/ 198 | [BlackBoard-pdf]: https://github.com/kmaed/kmbeamer/raw/master/examples/example_Blackboard.pdf 199 | [DarkConsole-pdf]: https://github.com/kmaed/kmbeamer/raw/master/examples/example_DarkConsole.pdf 200 | [s4ndm4n]: https://github.com/ruempel/beamer-s4ndm4n 201 | [s4ndm4n-screenshot]: https://raw.githubusercontent.com/ruempel/beamer-s4ndm4n/main/beamer-s4ndm4n-example.png 202 | [Saarland]: https://github.com/kailashbuki/beamerthemesaarland 203 | [Saarland-pdf]: https://github.com/kailashbuki/beamerthemesaarland/blob/master/slides.pdf 204 | [TAU]: https://github.com/alexlib/beamer_template_tau 205 | [TAU-pdf]: https://github.com/alexlib/beamer_template_tau/blob/master/example_slides.pdf 206 | [uga-beamer-theme]: https://github.com/llamabr/uga-beamer-theme 207 | [uga-beamer-theme-pdf]: https://github.com/llamabr/uga-beamer-theme/blob/master/uga-beamer-theme.pdf 208 | [fsu-beamer-theme]: https://github.com/llamabr/fsu-beamer-theme 209 | [fsu-beamer-theme-pdf]: https://github.com/llamabr/fsu-beamer-theme/blob/master/fsu-beamer-theme.pdf 210 | [fit-beamer-theme]: https://github.com/llamabr/fit-beamer-theme 211 | [fit-beamer-theme-pdf]: https://github.com/llamabr/fit-beamer-theme/blob/master/fit-beamer-theme.pdf 212 | [usyd-beamer-theme]: https://github.com/malramsay64/usyd-beamer-theme 213 | [usyd-beamer-theme-release]: https://github.com/malramsay64/usyd-beamer-theme/releases/latest 214 | [focus]: https://github.com/elauksap/focus-beamertheme 215 | [focus-pdf]: https://raw.githubusercontent.com/pcafrica/focus-beamertheme/main/focus-demo.pdf 216 | [beamerthemeuconn]: https://github.com/corybrunson/beamerthemeuconn 217 | [beamerthemeuconn-pdf]: https://github.com/corybrunson/beamerthemeuconn/blob/master/uconn-theme-example.pdf 218 | [unina-beamer]: https://github.com/luistar/unina-beamer 219 | [unina-beamer-pdf]: https://github.com/luistar/unina-beamer/blob/master/slides.pdf 220 | [pure-minimalistic]: https://github.com/kai-tub/latex-beamer-pure-minimalistic 221 | [pure-minimalistic-pdf]: https://github.com/kai-tub/latex-beamer-pure-minimalistic/wiki/beamertheme-pure-minimalistic-demo.pdf 222 | [auriga]: https://github.com/anishathalye/auriga 223 | [auriga-pdf]:https://raw.githubusercontent.com/anishathalye/assets/master/auriga/auriga.pdf 224 | [Arguelles]: https://github.com/piazzai/arguelles 225 | [Arguelles-pdf]: https://github.com/piazzai/arguelles/blob/master/demo/demo-arguelles.pdf 226 | [PoliMi]: https://github.com/elauksap/beamerthemepolimi 227 | [PoliMi-pdf]: https://github.com/elauksap/beamerthemepolimi/raw/master/demo.pdf 228 | [strathbeamer]: https://github.com/nitrogl/strathbeamer 229 | [strathbeamer-pdf]: https://raw.githubusercontent.com/nitrogl/strathbeamer/master/examples/strath-example.pdf 230 | [nclbeamer]: https://github.com/nitrogl/nclbeamer 231 | [nclbeamer-pdf]: https://raw.githubusercontent.com/nitrogl/nclbeamer/master/examples/ncl-example.pdf 232 | [nccubeamer]: https://github.com/AbnerTeng/LaTeX-templates/tree/main/nccu_beamer 233 | [nccubeamer-pdf]: https://github.com/AbnerTeng/LaTeX-templates/blob/main/nccu_beamer/beamer.pdf 234 | [awesome-beamer]: https://github.com/LukasPietzschmann/awesome-beamer 235 | [awesome-beamer-pdf]: https://raw.githubusercontent.com/LukasPietzschmann/hydrogen-energy/build/talk.pdf 236 | [Mumbai]: https://github.com/vachan-potluri/beamer_themes/tree/main/Mumbai#readme 237 | [Mumbai-pdf]: https://github.com/vachan-potluri/beamer_themes/blob/main/Mumbai/sample.pdf 238 | [lucid]: https://github.com/harisont/lucid 239 | [lucid-pdf]: https://github.com/harisont/lucid/blob/master/slides.pdf 240 | [Moloch]: https://github.com/jolars/moloch 241 | [Moloch-screenshot]: https://raw.githubusercontent.com/jolars/moloch/main/assets/screenshot.svg 242 | [pmichaillat]: https://github.com/pmichaillat/latex-presentation 243 | [pmichaillat-pdf]: https://pascalmichaillat.org/d1.pdf 244 | [pmichaillat-docs]: https://pascalmichaillat.org/d1 245 | [Amurmaple]: https://ctan.org/pkg/beamerthemeamurmaple 246 | [amurmaple-pdf]: https://mirror.ibcp.fr/pub/CTAN/macros/latex/contrib/beamer-contrib/themes/beamerthemeamurmaple/doc/beamer-amurmaple-doc.pdf 247 | [Starkville]: https://github.com/DakotaHester/Starkville_beamer_theme 248 | [Starkville-pdf]: https://github.com/DakotaHester/Starkville_beamer_theme/blob/main/example_presentation.pdf 249 | [Soton]: https://github.com/tgodfrey0/soton-beamer 250 | [Soton-pdf]: https://github.com/tgodfrey0/soton-beamer/blob/main/beamer-example/beamer_test.pdf 251 | --------------------------------------------------------------------------------