This repository contains a LaTeX Beamer template for creating educational presentations. The template is designed to be simple and minimalistic, yet professional and engaging.
To get started, you need to have a LaTeX distribution installed on your machine. If you don't have one, you can download and install TeX Live or MikTeX.
main.tex
: The main file of the template, including document class, packages, configurations, front page, and chapters.preamble
: Directory containing preamble file with necessary packages and configurations.Figures
: Directory for images and graphics.front_page.tex
: Code for the front page of the presentation.chapters
: Directory for chapter files.
- Fork and clone this repository to your local machine.
- Edit
main.tex
and chapter files in thechapters
directory. - Compile
main.tex
using your LaTeX distribution to generate a PDF presentation.
Choose between light and dark themes by uncommenting the corresponding line in main.tex
:
- Light theme:
\usetheme[showmaxslides]{pureminimalistic}
- Dark theme:
\usetheme[darkmode, showmaxslides]{pureminimalistic}
Modify the title, author, and date in front_page.tex
to customize the front page of the presentation.
The preamble
directory contains setup files and configurations for the LaTeX document. Modify preamble.tex
to adjust overall settings.
Download the main.pdf
file, generated by the GitHub Actions workflow, from the "Actions" tab of your repository.
Contribute to this project by forking the repository, making changes, and submitting a pull request.
This project is licensed under the MIT License. See the LICENSE
file for more details.