Skip to content

Latest commit

 

History

History
71 lines (49 loc) · 1.15 KB

README.md

File metadata and controls

71 lines (49 loc) · 1.15 KB

TemplateBeamer

A template for beamer presentation (LaTeX).

Dependencies

Usage

To use the template, you just need to add this line after the documentclass definition:

\usepackage{beamer-package}

Theme

Title Frame Section Frame Frame

Blocks

I implemented 2 types of blocks:

Text

\begin{Text}{Title}
    ...
\end{Text}
\begin{TextColor}{Title}{Color}
    ...
\end{TextColor}

Code

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 and List

Image

\image{Path}{Scale}

List

\begin{List}{Color}
    ...
    \item
    ...
\end{List}

License

License: MIT