Skip to content
/ TemplateBeamer Public template

A template for beamer presentation (LaTeX).

License

Notifications You must be signed in to change notification settings

Atlanta53/TemplateBeamer

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

14 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

A template for beamer presentation (LaTeX).

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages