LaTex幻灯片制作

头部声明是“幻灯片”:

\documentclass{beamer}

其他:

\documentclass{beamer}
\usepackage{graphicx}
\usepackage{epstopdf}
\usepackage{xcolor}
\usetheme{Madrid}
\usepackage{bm}
\title{Machine Learning Summer School}
\subtitle{Mixture Models and EM}
\author{ Your name  \\ Associate Professor \\  University }

 

 

Tips:

1、\only<1>{ }  和  \onslide<1->{ } 的区别。

\only<1>{ }  可用于几页PPT同时公用一个PPT标题(页眉)时。

\onslide<1->{ } 用于顺序展示列表项,最后一页会展示出该页PPT所有内容。

版权声明:本文为shenxiaolin原创文章,遵循 CC 4.0 BY-SA 版权协议,转载请附上原文出处链接和本声明。
本文链接:https://www.cnblogs.com/shenxiaolin/p/7326657.html