kyawaway / kyasual

A smart-casual LaTeX Beamer theme
https://kyawaway.github.io/myblog/post-kyasual/
3 stars 0 forks source link
beamer-template beamer-theme latex-beamer-theme

kyasual

My Beamer Theme.

sampleslide1 sampleslide3 sampleslide4 sampleslide5

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.

Getting Started

Prerequisites

Installation

git clone git@github.com:tkyawa/kyasual.git
make

Usage

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}