Skip to content

kyawaway/kyasual

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

84 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

  • latex
    • :)
  • latexmk

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}