Skip to content

Just a simple template for presentations in latex

Notifications You must be signed in to change notification settings

kqf/beamer-template

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

19 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Beamer template Build Status

A very simple/basic beamer template without annoying grapics and footnotes. Single color theme and some help functions are included.

Usage

Just copy sbeamer.tex to your project and include it in the code:

% slides.tex
\input{sbeamer.tex}
\begin{document}
	% your code
\end{document}

Compile it as usual

pdflatex slides.tex

For more details check the example project.