latex
비머 패키지로 프리젠 테이션
수색…
매개 변수
테마 | 앤아버 |
---|---|
컬러 테마 | 바다 표범 |
비고
단순한 한 저자 제목 슬라이드
\documentclass{beamer}
\mode<presentation>
\usetheme{AnnArbor}
\usecolortheme{seahorse}
\title[Short topic]{Awesome long topic}
\author[Name]{Full name}
\institute[Institute short form]{Full name of institute}
\date{\today}
\begin{document}
\maketitle
\end{document}
여러 저자 및 제휴 제목 슬라이드
\documentclass[compress]{beamer}
\mode\<presentation>
\title[]{ABCDE for analysis of PQRS systems}
\author[] {
AA AAAA \inst{1}
\and BB BBBB \inst{1}
\and CC CCCC \inst{1}
\and DD DDDD \inst{1}
\and EE EEEE\inst{2}
\and FF FFFF\inst{3}
\and GG GGGG \inst{3}}
\institute[]
{
\inst{1}%
Department of UV, Univ. of XYZ
\and
\inst{2}%
Department of MN, Univ. of XYZ
\and
\inst{3}
Advanced Centre for PQR
}
\date[]{\today}
\begin{document}
\begin{frame}
\titlepage
\end{frame}
\end{document}
Modified text is an extract of the original Stack Overflow Documentation
아래 라이선스 CC BY-SA 3.0
와 제휴하지 않음 Stack Overflow