Skip to content

毕业论文开题报告与答辩幻灯片模板

Notifications You must be signed in to change notification settings

5huanghuai/Thesis-Slides

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

36 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Thesis-Slides

毕业论文开题报告与答辩幻灯片模板

如果认为字体太大, 可以将 11pt 改为 10pt

\documentclass[11pt]{beamer}

模板的中英文均为衬线字体

\usefonttheme{serif}

如果幻灯片主题内容全为英文,英文字体为非衬线,只有数学字体为衬线字体是很好的选择,字体主题更改为

\usefonttheme[onlymath]{serif}

Beamer 主题和颜色主题可以根据需要修改。

\usetheme{Madrid}  % Beamer theme
\usecolortheme{rose}  % Color theme

注意: 编译最好使用 PDFTeXify 或 PDFLaTeX 编译运行,使用 XeLaTeX 则需要添加

\usefonttheme{professionalfonts}

否则部分数学符号显示可能有问题。

About

毕业论文开题报告与答辩幻灯片模板

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • TeX 95.2%
  • Batchfile 3.8%
  • Shell 1.0%