Templates

Private Lessons Announcement

Preview

Private Lessons Announcement

A Latex template useful to write your own private lessons announcement.

Category

Presentation

License

Free to use (MIT)

File

Template/PrivateLessonsTemplate.tex

PrivateLessonsTemplate.texRead-only preview
%============================== Setting teh Document=============================================

\documentclass[aspectratio=169]{beamer}
\usepackage[english]{babel} 
\usepackage[utf8]{inputenc} 
\usepackage[T1]{fontenc}
\usepackage{graphicx}
\usepackage{xcolor}
\usetheme{AnnArbor}
\usepackage{multicol}
\usepackage[pscoord]{eso-pic}
\usepackage{tikz}
%==========================Set the foot line========================================================

\setbeamercolor*{author in head/foot}{parent=palette tertiary}
\setbeamercolor*{title in head/foot}{parent=palette primary}
\setbeamercolor*{date in head/foot}{parent=palette primary}

\defbeamertemplate*{footline}{}
{
	\leavevmode
	\hbox{%
		\begin{beamercolorbox}[wd=.25\paperwidth,ht=2.25ex,dp=1ex,center]{author in head/foot}%
			% << Add Telephone Number >>
			\usebeamerfont{author in head/foot}\centering{Telephone Number}
		\end{beamercolorbox}%
	
		\begin{beamercolorbox}[wd=.25\paperwidth,ht=2.25ex,dp=1ex,center]{title in head/foot}
			% << Add Mobile Number >>
			\usebeamerfont{title in head/foot}\centering{Mobile Number}
		\end{beamercolorbox}%
	
	        \begin{beamercolorbox}[wd=.25\paperwidth,ht=2.25ex,dp=1ex,center]{author in head/foot}%
	        	% << Replace with your email address >> 
	   	 		\usebeamerfont{author in head/foot}\centering{\href{mailto:f.rombaldoni@campus.uniurb.it}{f.rombaldoni@campus.uniurb.it}}
    	    \end{beamercolorbox}%

		\begin{beamercolorbox}[wd=.25\paperwidth,ht=2.25ex,dp=1ex,center]{date in head/foot}%
			% << Replace with your name >>
			\usebeamerfont{date in head/foot}\centering{Francesco Rombaldoni}\hspace*{2em}
		\end{beamercolorbox}}%
}
\AddToShipoutPictureFG{
	\put(\LenToUnit{.884\paperwidth},
	\LenToUnit{.25\paperheight})
	{\vtop{{\null}
	\makebox{\begin{tikzpicture}
	% << Replace with your personal image >>
	\clip (0,0) circle (6mm) node {\includegraphics[width=22mm]{Images/temp}};
	\end{tikzpicture}}}}} 

%===========================================Document starting===============================================
\begin{document}

% << First line of text to change >>
\section{Something}
\setbeamertemplate{navigation symbols}{}
% << Change the title >>
\begin{frame}[t]{\textbf{Private Lessons Announcement}}
	
	\mbox{
	\colorbox{gray!20}{\begin{minipage}[t][0.8\textheight][t]
			{\dimexpr0.4\textwidth-2\fboxsep-2\fboxrule-5pt\relax}
			% << Replace the description part >>
			\centering{Private Lessons Announcemen text...}
			% << End description part >>
	\end{minipage}}
		\colorbox{gray!20}{\begin{minipage}[t][0.8\textheight][t]
			{\dimexpr0.4\textwidth-2\fboxsep-2\fboxrule-5pt\relax}
			% << Change here the school subjects part >>
		\textbf{Scientific Subject:}
		\begin{multicols}{2}
		\begin{itemize}
		\item Math
		\item Geometry
		\item Physics
		\item Science
		\end{itemize}
		\end{multicols}
		\textbf{Programming Languages:}
		\begin{multicols}{2}
		\begin{itemize}
			\item C
			\item C++
			\item C\#
			\item Java
			\item Prolog
			\item Haskell
			\item Python
			\item \LaTeX
			\item Go
			\item Rust
			\item Kotlin
		\end{itemize}
		\end{multicols}
		% << End school subjects part >>
	\end{minipage}}


\colorbox{gray!20}{\begin{minipage}[t][0.8\textheight][t]
		{\dimexpr0.22\textwidth-2\fboxsep-2\fboxrule-5pt\relax}
		% << Change WhatsApp contact >>
		\centering{\textbf{Contact me on WhatsApp}}
			\begin{figure}
			\centering
			% << Here replace WhatsApp qr-code image >>
			\includegraphics[width=0.5\textwidth]{Images/WhatsApp-QR-code}
		\end{figure}
			% << Change Telegram contact >>
		\centering{\textbf{Contact me on Telegram}}
	\begin{figure}
		\centering
		% << Here replace Telegram qr-code image >>
		\includegraphics[width=0.5\textwidth]{Images/WhatsApp-QR-code}
	\end{figure}
	\end{minipage}}
}

\end{frame}

\end{document}
Preview
Private Lessons Announcement preview
Private Lessons Announcement LaTeX Template | Bibby | Bibby AI