All Projects → makokal → beamer-themes

makokal / beamer-themes

Licence: other
Latex beamer themes for presentations

Programming Languages

TeX
3793 projects
Makefile
30231 projects

Projects that are alternatives of or similar to beamer-themes

TFG-TFM EPS
Plantilla LaTeX para la elaboración de TFG y TFM en la Escuela Politécnica Superior de la Universidad de Alicante
Stars: ✭ 45 (-6.25%)
Mutual labels:  university, latex-template
beamerthemeuconn
LaTeX Beamer themes for the University of Connecticut
Stars: ✭ 20 (-58.33%)
Mutual labels:  latex-template, beamer-theme
university of malta LaTeX dissertation template
A modern, highly configurable assignment/project/fyp/dissertation/thesis template.
Stars: ✭ 42 (-12.5%)
Mutual labels:  university, latex-template
stanford-beamer-presentation
This is an unofficial LaTeX Beamer presentation template for Stanford University.
Stars: ✭ 47 (-2.08%)
Mutual labels:  latex-template, beamer-theme
Hagenbergthesis
Hagenberg LaTeX Thesis Template
Stars: ✭ 130 (+170.83%)
Mutual labels:  university, latex-template
Cs Univ Wiki
컴공생을 위한 대학 생활 가이드라인
Stars: ✭ 202 (+320.83%)
Mutual labels:  university
uni-stuttgart-dissertation-template
Unofficial LaTeX template for a PhD thesis at University of Stuttgart, Germany
Stars: ✭ 30 (-37.5%)
Mutual labels:  latex-template
Ounotes
An Application built for students to access Notes , Question Papers , Syllabus and Resources for all Subjects of O.U (Osmania University) 📘👨‍🎓
Stars: ✭ 173 (+260.42%)
Mutual labels:  university
Icmc Usp
"If You're Going Through Hell, Keep Going" - Winston Churchill 🐢 🐢 🐢
Stars: ✭ 156 (+225%)
Mutual labels:  university
latex templates
No description or website provided.
Stars: ✭ 13 (-72.92%)
Mutual labels:  latex-template
university-cs-resources
A curated list of University CS Resources
Stars: ✭ 64 (+33.33%)
Mutual labels:  university
lectures-all
Central repository for all lectures on deep learning at UPC ETSETB TelecomBCN.
Stars: ✭ 46 (-4.17%)
Mutual labels:  university
Uportal
Enterprise open source portal built by and for the higher education community.
Stars: ✭ 221 (+360.42%)
Mutual labels:  university
A-customized-MCM-LaTeX-template-based-on-ctexart
华北理工大学数学建模协会定制的美赛LaTeX模板,附2019年C题一等奖论文,适配至2021年。发现 4 年前不是 09 年而是 19 年,发现自己忙的两年不更新模板了。
Stars: ✭ 42 (-12.5%)
Mutual labels:  latex-template
Openlib.cs
📚 A Collection of Free & Open Resources for University Coursework in Computer Science.
Stars: ✭ 198 (+312.5%)
Mutual labels:  university
latex-template-arxiv-preprint
A simple LaTeX template for Technical Reports, arXiv preprints & 2-column Conference papers
Stars: ✭ 70 (+45.83%)
Mutual labels:  latex-template
Manifold
Transforming scholarly publications into living digital works.
Stars: ✭ 163 (+239.58%)
Mutual labels:  university
muesli
Mathematisches Übungsgruppen- und Scheinlisten-Interface
Stars: ✭ 26 (-45.83%)
Mutual labels:  university
tongji-undergrad-thesis
📄 同济大学本科生毕业设计论文模板 | Tongji University Undergraduate Thesis Template | Overleaf / Mac / Linux / Windows / Workshop / Docker
Stars: ✭ 58 (+20.83%)
Mutual labels:  latex-template
Whu Thesis
📝 武汉大学毕业论文 LaTeX 模版 2021
Stars: ✭ 232 (+383.33%)
Mutual labels:  university

Latex beamer themes for presentations

Current themes

Themes are in respective folders together with sample files showing usage:

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 BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].