CleanEasy Beamer Theme

A clean and minimalist Beamer theme designed for professional and academic presentations.
This theme separates style components into modular .sty files for flexibility and clarity.


🚀 How to Use

  1. Place all files in your working directory (or install to a local LaTeX path).
  2. In your LaTeX document, load the theme with:
\documentclass{beamer}
\usetheme{CleanEasy}
  1. (Optional) Include modular configurations:
\input{configs/configs.tex}
\input{configs/title_page.tex}
  1. Compile with pdflatex or latexmk:
pdflatex CleanEasy.tex

💡 Features


📚 Demo

The sample.tex file showcases how to use the theme. Modify title, sections, logos, and colors as needed.


✨ Credits

Designed and maintained by Jose P. Marchezi


📝 License

This project is released under the Unlicense License, granting you complete freedom to use, modify, and distribute the template. For more details, see the LICENSE file.