
Report Presentation for Tsinghua University
Author
Wenbo Hu
Last Updated
6 years ago
License
Creative Commons CC BY 4.0
Abstract
This is the beamer latex report templete for Tsinghua University.

This is the beamer latex report templete for Tsinghua University.
\documentclass{beamer}
\mode<presentation> {
%\usetheme{default}
%\usetheme{AnnArbor}
%\usetheme{Antibes}
%\usetheme{Bergen}
%\usetheme{Berkeley}
%\usetheme{Berlin}
%\usetheme{Boadilla}
%\usetheme{CambridgeUS}
%\usetheme{Copenhagen}
%\usetheme{Darmstadt}
%\usetheme{Dresden}
%\usetheme{Frankfurt}
%\usetheme{Goettingen}
%\usetheme{Hannover}
%\usetheme{Ilmenau}
%\usetheme{JuanLesPins}
%\usetheme{Luebeck}
%\usetheme{Madrid}
%\usetheme{Malmoe}
%\usetheme{Marburg}
%\usetheme{Montpellier}
%\usetheme{PaloAlto}
%\usetheme{Pittsburgh}
%\usetheme{Rochester}
%\usetheme{Singapore}
%\usetheme{Szeged}
%\usetheme{Warsaw}
% As well as themes, the Beamer class has a number of color themes
% for any slide theme. Uncomment each of these in turn to see how it
% changes the colors of your current slide theme.
%\usecolortheme{albatross}
%\usecolortheme{beaver}
%\usecolortheme{beetle}
%\usecolortheme{crane}
%\usecolortheme{dolphin}
%\usecolortheme{dove}
%\usecolortheme{fly}
%\usecolortheme{lily}
%\usecolortheme{orchid}
%\usecolortheme{rose}
%\usecolortheme{seagull}
%\usecolortheme{seahorse}
%\usecolortheme{whale}
%\usecolortheme{wolverine}
%\setbeamertemplate{footline} % To remove the footer line in all slides uncomment this line
%\setbeamertemplate{footline}[page number] % To replace the footer line in all slides with a simple slide count uncomment this line
%\setbeamertemplate{navigation symbols}{} % To remove the navigation symbols from the bottom of all slides uncomment this line
}
\usepackage{graphicx} % Allows including images
\usepackage{booktabs} % Allows the use of \toprule, \midrule and \bottomrule in tables
\usepackage{amsmath}
\usepackage{mathrsfs}
%%%%%%%%%%%%%%%%%
%FONT
%\usefonttheme{professionalfonts}
%\PassOptionsToPackage{no-math}{fontspec}
\usefonttheme[onlymath]{serif}
%----------------------------------------------------------------------------------------
% TITLE PAGE
%----------------------------------------------------------------------------------------
\title[Report]{How to use latex to prepare presentation} % The short title appears at the bottom of every slide, the full title is only on the title page
\author{Wenbo Hu} % Your name
\institute[THU] % Your institution as it will appear on the bottom of every slide, may be shorthand to save space
{
Tsinghua University \\ % Your institution for the title page
\medskip
\textit{huwenbo.rambo@gmail.com} % Your email address
}
\date{\today} % Date, can be changed to a custom date
\pgfdeclareimage[width=1.5cm]{logo}{logo.jpg}
\logo{\pgfuseimage{logo}{\vspace{-10pt}}}
\setbeamertemplate{navigation symbols}{}
\AtBeginSection[]
{
\begin{frame}<beamer>{Outline}
\tableofcontents[currentsection]
\end{frame}
}
\begin{document}
\begin{frame}
\titlepage % Print the title page as the first slide
\end{frame}
%------------------------------------------------
\begin{frame}
\Large{\centerline{Q\&A}}
\end{frame}
%----------------------------------------------------------------------------------------
\end{document}