-
Notifications
You must be signed in to change notification settings - Fork 0
/
ppt1.tex
48 lines (42 loc) · 1.26 KB
/
ppt1.tex
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
\documentclass{beamer}
\usepackage{ctex}
\usetheme[sectionpage=none, progressbar=frametitle, numbering=fraction]{metropolis} % Use metropolis theme
%\title{Title}
%\date{\today}
%\author{Author}
%\institute{Title}
%----------------------------------------------------------------------------------------
% TITLE PAGE
%----------------------------------------------------------------------------------------
\title[无人机姿态估计] %optional %可以只写一个简短题目,或者写其他信息
{具有低功耗微处理器的\\
小型无人机非线性姿态估计}
%\subtitle{A short story}
\author[姓名] % (optional, for multiple authors)
{姓名 }
%\author[The author]{\includegraphics[width=2cm]{logo1}\\The Author}
\institute[SCUT] % (optional)
{
% \inst{1}%
华南理工大学 \\
xxxx重点实验室\\
广东省xxxx
}
\date[2022年11月]% (optional)
{2022年11月}
% logo of my university
%\titlegraphic{\includegraphics[width=2cm]{logo1.jpg}}
% logo of my university
\titlegraphic{%
\begin{picture}(0,0)
\put(305,-120){\makebox(0,0)[rt]{\includegraphics[width=4cm]{logo1}}}
\end{picture}}
\AtBeginSection[]{
\begin{frame}{Talk Overview}
\tableofcontents[currentsection]
\end{frame}
\frame{\sectionpage}
}
\begin{document}
\maketitle
\end{document}