UCAS Beamer Theme
作者:
L. Z.
最近上传:
8 个月前
许可:
Creative Commons CC BY 4.0
摘要:
Presentation Theme of University of Chinese Academy of Sciences, Modified form UCASS version.
\begin
Discover why 18 million people worldwide trust Overleaf with their work.
\begin
Discover why 18 million people worldwide trust Overleaf with their work.
% this template mostly comes from Trinkle23897
% his github repo is https://github.com/Trinkle23897/THU-Beamer-Theme
% thanks a lot Trinkle!
% two color theme fdu_red and fdu_blue, choose your preference main document and switch in the menu
% github repo https://github.com/milanmarks/FDU-Beamer-Theme
%如上述注释
%本模板来自于清华,人大同学制作的模板,进行了适当的skd化改造!
%2022年gkd模板
\documentclass{beamer}
%\documentclass[aspectratio=169]{beamer}
\usepackage{ctex, hyperref}
\usepackage[T1]{fontenc}
% other packages
\usepackage{latexsym,amsmath,xcolor,multicol,booktabs,calligra}
\usepackage{graphicx,pstricks,listings,stackengine}
\author[L.Z.]{L. 'system' Z.}
\title{UCAS Beamer Theme}
\subtitle{subtitle}
\institute{gkd}
\date{\today}
\usepackage{RenminUniv}
% defs
\def\cmd#1{\texttt{\color{red}\footnotesize $\backslash$#1}}
\def\env#1{\texttt{\color{blue}\footnotesize #1}}
\definecolor{deepblue}{rgb}{0,0,0.5}
\definecolor{deepred}{rgb}{0.6,0,0}
\definecolor{deepgreen}{rgb}{0,0.5,0}
\definecolor{halfgray}{gray}{0.55}
\lstset{
basicstyle=\ttfamily\small,
keywordstyle=\bfseries\color{deepblue},
emphstyle=\ttfamily\color{deepred}, % Custom highlighting style
stringstyle=\color{deepgreen},
numbers=left,
numberstyle=\small\color{halfgray},
rulesepcolor=\color{red!20!green!20!blue!20},
frame=shadowbox,
}
\begin{document}
\kaishu
\begin{frame}
\titlepage
\begin{figure}[htpb]
\begin{center}
\includegraphics[width=0.3\linewidth]{pic/title.png}
\end{center}
\end{figure}
\end{frame}
\begin{frame}
\tableofcontents[sectionstyle=show,subsectionstyle=show/shaded/hide,subsubsectionstyle=show/shaded/hide]
\end{frame}
\section{研究背景}
\begin{frame}{研究背景}
\end{frame}
% \begin{frame}
% \begin{center}
% {\Huge\calligra Thanks!}
% \end{center}
% \end{frame}
\end{document}