Last active
May 26, 2020 09:07
-
-
Save ZJUGuoShuai/ae36a0805b293efa6d740c9180347d37 to your computer and use it in GitHub Desktop.
My Beamer template
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| \documentclass[8pt, t, aspectratio=169, compress]{beamer} | |
| \usetheme{Berlin} | |
| \usepackage{xeCJK} | |
| \setCJKmainfont{Noto Sans CJK SC} | |
| \usefonttheme[onlymath]{serif} | |
| \usepackage{txfonts} | |
| \usepackage[T1]{fontenc} | |
| \usepackage{amsmath} | |
| \usepackage{graphicx} | |
| \usepackage{subcaption} | |
| \usepackage{graphicx} | |
| \usepackage{hyperref} | |
| \usepackage{inconsolata} | |
| \usepackage{fontawesome5} | |
| \usepackage{bbm} | |
| \usepackage{xcolor} | |
| \beamertemplatenavigationsymbolsempty | |
| \setbeamertemplate{footline}[page number]{} | |
| \newcommand{\pros}{{\color{green}{\faThumbsUp}}\ } | |
| \newcommand{\cons}{{\color{red}{\faThumbsDown}}\ } | |
| \newcommand{\T}{\mathrm{T}} | |
| \title{分布鲁棒的SAC研究} | |
| \author{郭帅帅} | |
| \institute{浙江大学计算机学院} | |
| \date{2020} | |
| \AtBeginSection[] | |
| { | |
| \begin{frame} | |
| \frametitle{Table of Contents} | |
| \tableofcontents[currentsection] | |
| \end{frame} | |
| } | |
| \begin{document} | |
| \begin{frame} | |
| \end{frame} | |
| \end{document} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment