My Beamer Theme.
Documentation is in /sampleslide.pdf.
If you want English version, please visit EN.
If you want more mature version, please visit kyature.
If you want to make poster, please visit poster version.
- latex
- :)
- latexmk
git clone git@github.com:tkyawa/kyasual.git
make
The following code shows a minimal example of a Beamer presentation.
\documentclass[aspectratio=1610,14pt]{beamer}
\usepackage{sty/style}
\title{A minimal example}
\date{\today}
\author{Matthias Vogelgesang}
\institute{Centre for Modern Beamer Themes}
\begin{document}
\maketitle
\section{First Section}
\begin{frame}{First Frame}
Hello, world!
\end{frame}
\end{document}