A template for beamer presentation (LaTeX).
To use the template, you just need to add this line after the documentclass definition:
\usepackage{beamer-package}
I implemented 2 types of blocks:
\begin{Text}{Title}
...
\end{Text}
\begin{TextColor}{Title}{Color}
...
\end{TextColor}
If you want to use the code block, you will need to add the parameter
fragile
in the frame. For example :begin{frame}[fragile]
\begin{CodeListings}{Title}{Language}
...
\end{CodeListings}
\image{Path}{Scale}
\begin{List}{Color}
...
\item
...
\end{List}