.. | ||
ccc_img | ||
sea-of-types | ||
beamercolorthemeccc.sty | ||
beamerfontthemeccc.sty | ||
beamerinnerthemeccc.sty | ||
beamerouterthemeccc.sty | ||
beamerthemeccc.sty | ||
example.tex | ||
Makefile | ||
morphisms.dot | ||
morphisms.png | ||
README.org | ||
solution-traits.dot | ||
solution-traits.png | ||
solution-wrappers.dot | ||
solution-wrappers.png | ||
sot-int.png | ||
sot-json.png | ||
texput.log |
CCC Beamer Template
Install
To use the template, simply copy all *.sty
files and the ccc_img
directory to your project directory.
You can also install the template in your system, so that you can use it
from all your projects. Simply run: make install
Usage
Simply include \usetheme{ccc}
in your document.
\documentclass{beamer}
\usetheme{ccc}
\begin{document}
\begin{frame}{This is an Awesome Theme!}
\end{frame}
\end{document}
Options
cfaedlogo
places the cfaed logo on every slidenoccclogo
removes the ccc logo from all slides except the title slide
Build
To build the examples, run make example
.
To build your own presentation, please note that this template does not work
with pdflatex
. Use lualatex
instead! Please contact me, if you need
pdflatex support.