Mercurial > hg > sound_recording_production
annotate Lectures/MixElephantTheme.sty @ 17:898873c7bb2b tip
This time?
author | Michael T iMac <Michael.Terrell@eecs.qmul.ac.uk> |
---|---|
date | Thu, 15 May 2014 14:14:41 +0100 |
parents | d780cb4fa37f |
children |
rev | line source |
---|---|
Michael@15 | 1 %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% |
Michael@15 | 2 % |
Michael@15 | 3 % C4DM Lecture slides theme |
Michael@15 | 4 % |
Michael@15 | 5 %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% |
Michael@15 | 6 |
Michael@15 | 7 \mode<presentation>{\usetheme{Warsaw}} |
Michael@15 | 8 \usepackage[english]{babel} |
Michael@15 | 9 \usepackage[latin1]{inputenc} |
Michael@15 | 10 \usepackage{times} |
Michael@15 | 11 \usepackage{graphicx} |
Michael@15 | 12 \usepackage{epstopdf} |
Michael@15 | 13 \usepackage{units} |
Michael@15 | 14 \usepackage{url} |
Michael@15 | 15 \usepackage[T1]{fontenc} |
Michael@15 | 16 \usepackage{hyperref} |
Michael@15 | 17 \usepackage{amssymb} |
Michael@15 | 18 |
Michael@15 | 19 |
Michael@15 | 20 \newcommand{\setlecturedetails}[7] |
Michael@15 | 21 { |
Michael@15 | 22 \def\coursetitle{#1} |
Michael@15 | 23 \def\coursecode{#2} |
Michael@15 | 24 \def\lecturer{#3} |
Michael@15 | 25 \def\contactemail{#4} |
Michael@15 | 26 \def\coursepage{#5} |
Michael@15 | 27 \def\lecturenumber{#6} |
Michael@15 | 28 \def\lecturetitle{#7} |
Michael@15 | 29 |
Michael@15 | 30 |
Michael@15 | 31 %\newcommand{\setlecturetitle}[1]{\def\titleB{#1}} |
Michael@15 | 32 |
Michael@15 | 33 %\newcommand\titleC{\coursecode} |
Michael@15 | 34 %\newcommand\titleD{\coursetitle} |
Michael@15 | 35 \newcommand\titleB{\coursecode: \coursetitle} |
Michael@15 | 36 \newcommand\titleA{Slide \insertpagenumber} |
Michael@15 | 37 |
Michael@15 | 38 |
Michael@15 | 39 \title[\titleA]{\coursecode: \coursetitle} |
Michael@15 | 40 |
Michael@15 | 41 \author[\titleB]{% |
Michael@15 | 42 \lecturer\\ |
Michael@15 | 43 \texttt{\contactemail}\\ |
Michael@15 | 44 \texttt{\small \coursepage} |
Michael@15 | 45 } |
Michael@15 | 46 |
Michael@15 | 47 } |
Michael@15 | 48 |
Michael@15 | 49 \newcommand\separator[1]{% |
Michael@15 | 50 \frame{% |
Michael@15 | 51 \begin{beamercolorbox}[sep=8pt,center,rounded=true,shadow]{part title} |
Michael@15 | 52 \usebeamerfont{part title}{#1} |
Michael@15 | 53 \end{beamercolorbox} |
Michael@15 | 54 } |
Michael@15 | 55 } |
Michael@15 | 56 \newcommand\audio[1]{% |
Michael@15 | 57 \href{http://#1}{\includegraphics[height=5mm]{Audio_icon.eps}} |
Michael@15 | 58 } |
Michael@15 | 59 |
Michael@15 | 60 \newcommand\onepoint[1]{% |
Michael@15 | 61 \begin{itemize} |
Michael@15 | 62 \item #1 |
Michael@15 | 63 \end{itemize} |
Michael@15 | 64 } |
Michael@15 | 65 |
Michael@15 | 66 |
Michael@15 | 67 |
Michael@15 | 68 |