Beamer는 Latex를 이용하면 latex로 ppt 같은 것을 만들 수 있다.
\documentclass{beamer}
\useinnertheme{circles}
\useoutertheme{infolines}
\usecolortheme{beaver}
\title[This is a short title]
{long long long long long title}
\subtitle{subtitle}
\author{Sungjoon Choi}
\institute[SNU]
{ CPSLAB \\
Seoul National University}
\date{\today}
% Start
\begin{document}
% Title
\begingroup
\setbeamertemplate{footline}{\vspace*{-0cm}\centering Some slides are from "blah blah blah"\\ \par}
\frame{\titlepage}
\endgroup
% 0. Outline
\section[Outline]{Outline}
\frame{\tableofcontents}
% 1. Section 1
\section{Section 1}
\subsection{Subsection 1-1}
% Contents
\frame{\tableofcontents[currentsection]}
\frame
{
\frametitle{ABC}
\begin{itemize}
\item<1-> A
\item<2-> B
\item<3-> C
\end{itemize}
}
% Section 2
\section{Section 2}
% Contents
\frame{\tableofcontents[currentsection]}
\frame
{
\frametitle{DE}
\begin{itemize}
\item<1-> D
\item<2-> E
\end{itemize}
}
\end{document}
'ETC > Informations' 카테고리의 다른 글
로봇 공학을 위한 열림 모임 준비 (0) | 2015.06.25 |
---|---|
학회 갈 때 필요한 것 (0) | 2015.05.18 |
Journal ranking (0) | 2014.11.24 |
살 것들 (X) 살 뻔 했던 것들 (0) | 2014.06.19 |
크롬에서 유투브 다운로드하기 2 (0) | 2014.06.18 |