The following is simple example of how it is used.
\documentclass[10pt]{beamer}
\ifx\pdfoutput\undefined
% we are running LaTeX, not pdflatex
\usepackage{graphicx}
\else
% we are running pdflatex, so convert .eps files to .pdf
\usepackage{graphicx}
\usepackage{epstopdf}
\fi
\input{beihangbeamerstyle/beihangcolor}
\input{beihangbeamerstyle/beihangbeamerstyle}
\title{Beamer Style of Beihang University}
\author{Xiaoke Yang\\
Beihang University (\texttt{[email protected]})}
\date{Wed 1 Jun 11:25:45 CST 2016}
\begin{document}
%----------------------------------------------------------------------
% Title frame
\begin{frame}[plain]
\maketitle
\end{frame}
%----------------------------------------------------------------------
% Content frame
\begin{frame}
\frametitle{Motivation}
\framesubtitle{Why I made this beamer style}
\end{frame}
\end{document}
A more complete example is provided in the example.tex file.
请发表评论