Created
October 29, 2011 11:31
-
-
Save kenda/1324351 to your computer and use it in GitHub Desktop.
Definition of beamer class for orgmode export
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
("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