GithubHelp home page GithubHelp logo

reishi123 / beamertheme-bjeldbak Goto Github PK

View Code? Open in Web Editor NEW

This project forked from martinbjeldbak/beamertheme-bjeldbak

0.0 1.0 0.0 250 KB

A simple, minimalistic Beamer theme to keep eyes on the content

TeX 100.00%

beamertheme-bjeldbak's Introduction

beamertheme-bjeldbak

Build Example Presentation

A simple beamer theme. I'm aiming for a minimalistic look.

This theme started off as me modifying Cameron Bracken's theme published in his blog post here.

Installing

Add this repository to your presentation like so

$ git clone [email protected]:martinbmadsen/beamertheme-bjeldbak.git

then, in your root or preamble set beamerthemebjeldbak.sty as the presentation style with \usetheme{bjeldbak}.

Screenshots

Screenshot 1

Screenshot 2

Screenshot 3

Screenshot 4

Minimum working example

Having cloned as above, this will compile a mini presentation.

\documentclass{beamer}

\usetheme{bjeldbak}

\title{Testing}
\author{Martin Bjeldbak Madsen}

\begin{document}
  {%
    \setbeamertemplate{headline}{}
    \frame{\titlepage}
  }

  \begin{frame}
    It's working!
  \end{frame}
\end{document}

Customizing

Here are a couple of things you can change up. I'm sure there are more!

Changing theme font

This is done on line 9 with \RequirePackage{tgpagella}, and can be set to any packaged font in the TUG font catalogue.

Changing current slide typography

Line 20 accomplishes this. You can replace / with -, of, or any other separation character(s) you may have in mind.

Changing top/bottom bar colors

If you want to change the color of the teal bars above and below each slide, simply change the \definecolor{barcolor}{HTML}{77C4D3} command on line 43 with any other hex value.

Showing clickable bottom bar

By default, the clickable navbar at the bottom (enabled by in all standard themes) is hidden, as I have never needed to use it. If you want re-enable it again paste the following after the \usetheme{bjeldbak} in your preamble:

\setbeamertemplate{navigation symbols}[horizontal]

Alternatively, remove/comment out line 40 in the theme file.

beamertheme-bjeldbak's People

Contributors

martinbjeldbak avatar helderc avatar

Watchers

James Cloos avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.