Skip to content

vskbellala/gemini-brown

Repository files navigation

gemini-brown

Brown University color scheme for Gemini LaTeX beamerposter theme.

Open as template on Overleaf!

  • Colors extracted from Brown University Visual Identity
  • beamercolorthemebrown.sty - standard scheme with brown headings
  • beamercolorthemebrownminimal.sty - minimalistic and more printer-friendly variant

Usage

  1. Copy beamercolorthemebrown.sty and/or beamercolorthemebrownminimal.sty to your project.
  2. In your main.tex, set up the Gemini theme.
% Preamble
\usepackage[size=custom, height=HEIGHT,width=WIDTH, scale=1.0]{beamerposter} % Set HEIGHT and WIDTH in cm
\usetheme{gemini}
\usecolortheme{brown} % \usecolortheme{brownminimal} for minimal theme
  1. Enjoy your poster!

Demo

Brown theme

\usecolortheme{brown}

Brown Minimal theme

\usecolortheme{brownminimal}