\documentclass{beamer} \usetheme{Warsaw} \usepackage{fontspec,xunicode,xltxtra} \usepackage[slantfont,boldfont]{xeCJK} % 允许斜体和粗体 \setbeamercovered{transparent} \usepackage[english]{babel} % or whatever \usepackage{hyperref} \usepackage[T1]{fontenc} % or whatever \usefonttheme{professionalfonts} \usepackage{times} \usepackage{mathptmx} \usepackage{tabularx} % Or whatever. Note that the encoding and the font should match. If T1 % does not look nice, try deleting the line with the fontenc. \usepackage{xcolor} \usepackage{booktabs, multirow, enumerate} \usepackage{animate} \usepackage{multimedia}
% ... or whatever. Note that the encoding and the font should match. % If T1 does not look nice, try deleting the line with the fontenc. \usepackage{lmodern} %optional \usepackage{listings}
% Delete this, if you do not want the table of contents to pop up at % the beginning of each subsection: \AtBeginSection[] { \begin{frame}<beamer> \frametitle{内容大纲} \tableofcontents[currentsection] \end{frame} }