Latex beamer themes for presentations
June 17, 2017 ยท View on GitHub
Current themes
Themes are in respective folders together with sample files showing usage:
- JUB - I used this while I was with Jacobs University
- ALUF - For my current affiliation, University of Freiburg. Still a work in progress
These themes were adapted from the Gelugor theme by LianTze Lim, which were in turn styled after Universiti Sains Malaysia's Powerpoint style.
Usage
- Clone the repo
git clone https://github.com/makokal/beamer-themes.git
- Put the chosen style file in your path and (customize as needed; logos, colors etc)
- Use it in your beamer as follows
\documentclass{beamer}
\usetheme{ALUF} % or whatever name you change it to
...
\begin{frame}
\frametitle{Measure Theoretic Foundations of ML}
\begin{definition}[$\sigma$ Algebra]
Consider $(\Omega, F)$ ...
\end{definition}
\end{frame}
- Enjoy
Bonus
Use the Makefile provided for compilation. Set you pdf viewer to auto-refresh and you never have to run compile with latex again (including bibtex!!!). On a Mac I recommend Skim. On Ubuntu with Evince, add a ~/.latexmkrc file with these contents
Contributing
Pull requests are always welcome.
Licence
Copyright (c) 2011-2014, Billy Okal All rights reserved.
Redistribution and use in source and binary forms, with or without modification, are permitted provided that the following conditions are met:
- Redistributions of source code must retain the above copyright notice, this list of conditions and the following disclaimer.
- Redistributions in binary form must reproduce the above copyright notice, this list of conditions and the following disclaimer in the documentation and/or other materials provided with the distribution.
- Neither the name of the
nor the names of its contributors may be used to endorse or promote products derived from this software without specific prior written permission.
THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS" AND
ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED
WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE
DISCLAIMED. IN NO EVENT SHALL