Skip to content

Commit

Permalink
starting talk
Browse files Browse the repository at this point in the history
  • Loading branch information
cangiuli committed Apr 1, 2015
1 parent 866f74e commit 12e71ef
Show file tree
Hide file tree
Showing 6 changed files with 61 additions and 0 deletions.
7 changes: 7 additions & 0 deletions artisanal/presentation/Makefile
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
.PHONY: clean

artisanal.pdf: artisanal.tex
pdflatex $< && pdflatex $<

clean:
-rm -f *.aux *.log *.nav *.snm *.toc *.out *.vrb
54 changes: 54 additions & 0 deletions artisanal/presentation/artisanal.tex
Original file line number Diff line number Diff line change
@@ -0,0 +1,54 @@
\documentclass{beamer}
\usepackage{graphics}

% Beamer appearance
\usepackage{helvet}
\definecolor{MaltaBlue}{RGB}{81,118,147}
\definecolor{FireBrick}{RGB}{228,34,23}
\setbeamertemplate{navigation symbols}{}
\setbeamertemplate{headline}{} % removes navtree
\setbeamercolor{example text}{fg=black}
\setbeamercolor{footline}{fg=black}
\setbeamercolor{structure}{fg=black}
\setbeamercolor{alerted text}{fg=FireBrick}
\setbeamertemplate{footline}{\strut\hfill%
\insertframenumber~~}%/\inserttotalframenumber~~}

\title{Artisanal Type Theory}
\author{Carlo Angiuli}
\date{April 1, 2015}
\institute{Carnegie Mellon University}

\usebackgroundtemplate%
{\includegraphics[width=\paperwidth,height=\paperheight]{bg.jpg}}

\begin{document}

\begin{frame}
\maketitle
\end{frame}

\begin{frame}
\begin{center}
Computers have ruined good, old-fashioned computing.
\end{center}
\end{frame}

\begin{frame}
\begin{center}
\includegraphics[width=2in]{tostitos.jpg}
\end{center}
\end{frame}

\begin{frame}
\begin{center}
\includegraphics[width=4in]{pencil.jpg}
\end{center}
\end{frame}

\begin{frame}
\frametitle{Food with a human touch}
\end{frame}

\end{document}

Binary file added artisanal/presentation/bg.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added artisanal/presentation/eniac.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added artisanal/presentation/pencil.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added artisanal/presentation/tostitos.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit 12e71ef

Please sign in to comment.