\documentclass[hyperref={pdfpagelabels=false}]{beamer}
% Contact information:
% Jorge M. Cruz-Duarte (jorge.cruz@tec.mx)
% Nov. 29, 2019
\input{tecbeamer.tex}
\title{\LaTeX Beamer Presentation}
\author[Maxwell]{James Clerk Maxwell}
%\institute{}
\date{
Speaker: \hl{James Clerk Maxwell}%
%\\ \today
}
\begin{document}
\maketitleandtoc
\section{First section}
\begin{frame}{First slide}\justifying
The Scientific Papers of James Clerk Maxwell\footfullcite{maxwell1890scientific}.
\begin{itemize}
\item When I dance they call me Macarena
\item And the boys they say que soy buena
\item They all want me
\item They can't have me
\item So they all come and dance beside me
\end{itemize}
\begin{block}{Move with me}
Chant with me.\\
And if you're good, I'll take you home with me
\end{block}
\end{frame}
\section{Second section}
\begin{frame}{Second slide}
\begin{definition}{Move with me}
Chant with me. \\
And if you're good, I'll take you home with me
\end{definition}
\begin{remark}[Dale a tu cuerpo alegr\'ia Macarena]
Que tu cuerpo es pa' darle alegr\'ia why cosa buena.\\
Dale a tu cuerpo alegría, Macarena.
\end{remark}
\end{frame}
% Acknowledgements and thanks
\noheadfoot{
\begin{frame}[noframenumbering]{Acknowledgements}
\begin{figure}
\includegraphics[width=0.4\linewidth]{Figures/logoTEC_full.png}\\ \vspace{1cm}
\includegraphics[width=0.3\linewidth]{Figures/logoCONACYT.png}
\end{figure}
\end{frame}
}
\noheadfoot{
\begin{frame}[noframenumbering]
\begin{minipage}[c]{0.3\linewidth}
\begin{flushright}
\Large{
\par \hl{Thanks!}
\begin{CJK*}{UTF8}{gbsn}
\par 谢谢!
\par ありがとう!
\end{CJK*}
\par !`Gracias!
\par Grazie!
\par Merci!
\par Mul\c{t}mesc!}
\end{flushright}
\end{minipage}\hspace{0.1cm}%
\begin{minipage}[c]{0.45\linewidth}
\begin{flushleft}
\includegraphics[width=0.65\linewidth]{Figures/Cool_Maxwell.png}
\end{flushleft}
\end{minipage}%
\begin{flushright}
\line(1,0){135}\\
\textbf{Contact information:}\\
\hl{James Clerk Maxwell}\\
E-mail: \texttt{jc.maxwell@tec.mx}\\
\textit{Professor}\\
Tecnol\'ogico de Monterrey\\
Monterrey, NL, M\'exico
\end{flushright}
\end{frame}
}
\end{document}