% Here is a Beamer Template:
\documentclass{beamer}
\usepackage{beamerthemesplit}
\usepackage[utf8x]{inputenc}
\usepackage[frenchb]{babel}
\usepackage{amsmath}
\usepackage{amsthm}
\usepackage{amsfonts}
\usepackage{amssymb}
\usepackage{multirow}
\usepackage{graphicx}
\usepackage{algorithm2e}
\usepackage{algorithmic}
\usepackage{pseudocode}
\usepackage{hyperref}
\usepackage{pgf,pgfarrows,pgfnodes,pgfautomata,pgfheaps,pgfshade}
\usepackage{colortbl}
\usepackage{times}
\setbeamertemplate{footline}[frame number]{} %gets rid of bottom navigation bars
\setbeamertemplate{navigation symbols}{} %gets rid of bottom navigation symbols
\setbeamertemplate{footline}{} %gets rid of footer %will override 'frame number' instruction above
\setbeamertemplate{footline}{%
\raisebox{5pt}{\makebox[\paperwidth]{\hfill\makebox[10pt]{\scriptsize\insertframenumber}}}}
% Uncomment the selected theme
\usetheme{CambridgeUS}
%\usetheme{Warsaw}
%\usetheme{Szeged}
%\usetheme{Singapore}
%\usetheme{Rochester}
%\usetheme{Pittsburgh}
%\usetheme{PaloAlto}
%\usetheme{Montpellier}
%\usetheme{Marburg}
%\usetheme{Malmoe}
%\usetheme{Madrid}
%\usetheme{Luebeck}
%\usetheme{JuanLesPins}
%\usetheme{Hannover}
%\usetheme{Goettingen}
%\usetheme{Frankfurt}
%\usetheme{Dresden}
%\usetheme{default}
%\usetheme{Darmstadt}
%\usetheme{Copenhagen}
%\usetheme{boxes}
%\usetheme{Boadilla}
%\usetheme{Berlin}
%\usetheme{Berkeley}
%\usetheme{Bergen}
%\usetheme{Antibes}
%\usetheme{AnnArbor}
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
\setbeamercovered{dynamic}
\title[Labor Misallocation]{Intra-China Migration and Structural Transformation}
%\subtitle{Do I need a subtitle?}
\author{Tongtong Hao}
\institute{University of Toronto}
\date{May 2018}
\begin{document}
\frame{\titlepage}
\section[Outline]{}
\frame{\tableofcontents}
\section{Easy Math}
\subsection{Numbers}
\begin{frame}\frametitle{Some Numbers}\label{First}
\begin{block}{Item}
\begin{itemize}
\item 1, 2, 3, 4, ...
\end{itemize}
\end{block}
\pause
\begin{block}{Hyperlink in Latex}
This is a hyperlink \hyperlink{First}{\beamergotobutton{Go to first}}
\end{block}
\end{frame}
\end{document}