Skip to content

Instantly share code, notes, and snippets.

@kenda
Created October 29, 2011 11:31
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
Star You must be signed in to star a gist
Embed
What would you like to do?
Definition of beamer class for orgmode export
("beamer" "\\documentclass[xcolor=dvipsnames]{beamer}
\\usepackage[utf8]{inputenc}
\\usepackage{graphicx}
\\setbeamertemplate{navigation symbols}{}
\\usetheme{Ilmenau}
\\usecolortheme[named\=MidnightBlue]{structure}
\\beamersetuncovermixins{\\opaqueness<1>{25}}{\\opaqueness<2->{15}}
\\setbeamertemplate{footline}[frame number]"
("\\section{%s}" . "\\section{%s}")
("\\begin{frame}\\frametitle{%s}"
"\\end{frame}"
"\\begin{frame}\\frametitle{%s}"
"\\end{frame}"
)
)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment