Created
April 7, 2012 09:17
-
-
Save ramnathv/2326753 to your computer and use it in GitHub Desktop.
Macros for Use with Beamer
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
% set slide background to a specified color | |
\newcommand{\setbgcol}[1]{\setbeamercolor{background canvas}{bg = #1}} | |
% set slide background to a specified pic | |
\newcommand{\setbgpic}[1]{ | |
\usebackgroundtemplate{ | |
\includegraphics[width=\paperwidth]{#1} | |
} | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment