%%%%% Example for ``beamerthemelight'': a colored beamer theme %%%%%
%%%%% Authors: Fabien Vergnet and Vivien Goepp %%%%%
%%%%% Contact: f.j.vergnet@gmail.com and vivien.goepp@gmail.com %%%%%
%%%%% Special thanks to: निरंजन <hi.niranjan@pm.me> %%%%%
%%%%% Repository: https://github.com/goepp/beamertheme-light/ %%%%%
%%%%% Package version 1.2 (18/12/2024) %%%%%
%%%%% License: GNU General Public License, version 3
\documentclass[10pt, compress]{beamer}
\usepackage{fontspec}
\newfontfamily\mrfnt[Script=Devanagari,Renderer=HarfBuzz]{Mukta-Regular.ttf}
\usetheme{light}
\title[The package \texttt{light}]{Colored beamer layout \\ with \texttt{beamertheme-light}}
\author[F. Vergnet and V. Goepp and {\mrfnt निरंजन}]{F. Vergnet$^\dagger$ \and V. Goepp$^{\ddagger}$ \and {\mrfnt निरंजन}$^{\ast}$}
\institute{$\dagger$ : LMO, Universit\'e Paris-Sud, Universit\'e Paris-Saclay,  \\ $\ddagger$ : MAP5, Universit\'e Paris-Descartes,\\$\ast$:  {\mrfnt मुंबई विद्यापीठ, कालिना}}
\date{Package version 1.2 (2024/12/18)}

\begin{document}

{\setbeamertemplate{footline}{}
\begin{frame}
	\titlepage
\end{frame}
}

\begin{frame}
	\frametitle{How to use the package}
	\begin{enumerate}
	\item Download \texttt{beamertheme-light} from CTAN.
	\item Include \texttt{\textbackslash usepackage[coloroption]\{beamertheme-light\}} in your \texttt{.tex} beamer document.
	\item Replace \texttt{coloroption} by the color of your choice: ``red'', ``blue'', ``purple'', or ``green'' (the default color)
	\item The beamer document will have the same layout as this document.
	\end{enumerate}
\end{frame}

\begin{frame}
		\frametitle{Further options}
		\begin{enumerate}
				\item Provide a short title field.
				\item Provide a short author field.
				\item Use the command \texttt{\textbackslash thankframe\{mymessage\}} for the last frame.
		\end{enumerate}
\end{frame}
	
%%%%% Define last frame %%%%%
\thankframe{This is the thankframe}

\end{document}