beamerthemefdu icon indicating copy to clipboard operation
beamerthemefdu copied to clipboard

Unofficial latex beamer theme for Fudan

Beamer Theme for Fudan

Unofficial beamer theme for Fudan

Get Start

\documentclass{beamer}
\usetheme{fdu}

%%% Titlepage information
\title[Short Title]{Long Title Here}
\author[Presenter Name]{\textbf{Presenter Name} \and Author2 \and Author3}
\institute[Fudan University]{
    School of Computer Science, Fudan University, Shanghai, China \\
    Shanghai Key Laboratory of Data Science, Shanghai, China \\
    Shanghai Institute of Intelligent Electronics \& Systems \\~\\
    % Thanks funding here
    \tiny{This work is partially supported by xxx}
}

\begin{document}
\begin{frame}
    \titlepage
\end{frame}
\end{document}

You can click here to see the whole example.pdf

Todo List

  • [x] 中文支持
  • [x] Usage Example
    • [x] itemize
    • [x] enumerate
    • [x] columns
    • [x] images
    • [x] animation
    • [x] cite
    • [x] block
    • [x] algorithm
    • [x] code
    • [x] tikz
    • [x] equation
    • [x] foot cite

Contribute

Feel free to issue here