Skip to content

pettni/palette

Repository files navigation

PALETTE

A theme for beamerposter.

Package options

The only package option is colorscheme. Currently available colorschemes are

  • blue (default)
  • green
  • red
  • caltech (Orange)
  • goblue (University of Michigan maize and blue)

Colorschemes are defined by six basic colors; it is straightforward to add new color schemes to the package. Recommendation: start with a set of colors from http://colorpalettes.net/.

Dependencies

beamerposter and tcolorbox.

Example

\documentclass{beamer}
\usepackage[orientation=portrait, size=a1, scale=1.4]{beamerposter}

\mode<presentation>{\usetheme[theme=red]{palette}}

% Header
\title{Poster title}
\author{Author list}
\institute{\fbox{\huge Insert logo(s) here}}
 
% Footer
\footLeft{Bottom left}
\footMid{Bottom middle}
\footRight{Bottom right}

\begin{document}
\begin{frame}

% Content goes here

\end{frame}
\end{document}

About

A beamerposter theme

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published