1 \documentclass[xcolor=dvipsnames]{beamer}
4 \renewcommand{\rmdefault}{ugm}
5 \renewcommand{\sfdefault}{phv}
7 \usepackage[garamond]{mathdesign}
10 \usepackage[utf8x]{inputenc}
11 \usepackage[T1]{fontenc}
14 % packages i use in essentially every document
18 \usetheme[pageofpages=/,% String used between the current page and the
20 bullet=default,% Use circles instead of squares for bullets.
21 titleline=false,% Show a line below the frame title.
22 alternativetitlepage=true,% Use the fancy title page.
23 titlepagelogo=figures/logo.pdf,% Logo for the first page.
24 %watermark=watermark-polito,% Watermark used in every page.
25 watermarkheight=100px,% Height of the watermark.
26 watermarkheightmult=4,% The watermark image is 4 times bigger
27 % than watermarkheight.
31 \useinnertheme{rectangles}
32 %\setbeamertemplate{blocks}[rounded][]
33 \setbeamercolor{block title}{bg=makopurple3, fg=White}
35 \setbeamertemplate{items}[default]
36 \setbeamertemplate{blocks}[shadow=true]
39 \usepackage{tcolorbox}
40 % These options will be applied to all `tcolorboxes`
43 colback=white, %background color of the box
44 colframe=makopurple1, %color of frame and title background
45 coltext=black, %color of body text
46 coltitle=white, %color of title text
51 alerted/.style={coltitle=red,
53 example/.style={coltitle=black,
59 %\useoutertheme{infolines}
60 %\usepackage[breaklinks]{hyperref}
62 \hypersetup{colorlinks=true, linkcolor=Black, citecolor=Black, filecolor=makopurple1,
63 urlcolor=Plum, unicode=true}
65 % create a boldface version of the header
66 \setbeamerfont{frametitle}{series=\bfseries}
67 \setbeamerfont{title}{series=\bfseries}
69 % remove the nagivation symbols
70 \setbeamertemplate{navigation symbols}{}
72 \title{Presentation Title}
73 % \subtitle{Presentation Subtitle}
74 \author[Benj. Mako Hill]{\textbf{Benjamin Mako Hill}\\ mako@mit.edu}
76 \institute[MIT/Harvard]{\textbf{Massachusetts Institute of Technology}\\
77 Sloan School of Management\\
80 \textbf{Harvard University}\\
81 Berkman Center for Internet and Society}
83 \date{December 2, 1980}
93 % This is the slide 1 notes.
100 \begin{frame}{A sample slide, A sample slide, A sample slide, A sample
101 slide, A sample slide, A sample slide}
106 \int_{-\infty}^\infty e^{-x^2} \, dx = \sqrt{\pi}
112 \item<1-> itemized item 1
113 \item<2-> itemized item 2
114 \item<3-> itemized item 3
118 \begin{tcolorbox}[title={Foo, Bar, Baz}]
119 \emph{In a right triangle, the square of hypotenuse equals
120 the sum of squares of two other sides.}
125 % This is the slide 2 notes.
130 \begin{frame}{A sample slide}
132 % This is the slide 3 notes.