Skip to content

Commit 2e74ee0

Browse files
committed
Plan topics for slides 04 and 05
1 parent 9819df0 commit 2e74ee0

File tree

4 files changed

+114
-0
lines changed

4 files changed

+114
-0
lines changed

04-cpp-project-structure.tex

Lines changed: 56 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,56 @@
1+
\documentclass{beamer}
2+
3+
% Theme choice
4+
\usetheme{Madrid}
5+
6+
% Optional packages
7+
\usepackage{graphicx} % For including images
8+
\usepackage{amsmath} % For math symbols and formulas
9+
\usepackage{hyperref} % For hyperlinks
10+
11+
\title[C/C++ project structure]{C/C++ project structure}
12+
\author{Obolenskiy Arseniy, Nesterov Alexander}
13+
\institute{ITLab}
14+
15+
\date{\today}
16+
17+
% Redefine the footline to display both the short title and the org name
18+
\setbeamertemplate{footline}{
19+
\leavevmode%
20+
\hbox{%
21+
\begin{beamercolorbox}[wd=.45\paperwidth,ht=2.5ex,dp=1ex,leftskip=1em,center]{author in head/foot}%
22+
\usebeamerfont{author in head/foot}\insertshortinstitute % Displays the university name
23+
\end{beamercolorbox}%
24+
\begin{beamercolorbox}[wd=.45\paperwidth,ht=2.5ex,dp=1ex,leftskip=1em,center]{author in head/foot}%
25+
\usebeamerfont{author in head/foot}\insertshorttitle % Displays the short title
26+
\end{beamercolorbox}%
27+
\begin{beamercolorbox}[wd=.1\paperwidth,ht=2.5ex,dp=1ex,rightskip=1em,center]{author in head/foot}%
28+
\usebeamerfont{author in head/foot}\insertframenumber{} / \inserttotalframenumber
29+
\end{beamercolorbox}}%
30+
\vskip0pt%
31+
}
32+
33+
\begin{document}
34+
35+
\begin{frame}
36+
\titlepage
37+
\end{frame}
38+
39+
\begin{frame}{Contents}
40+
\tableofcontents
41+
\end{frame}
42+
43+
\section{Introduction}
44+
45+
\begin{frame}{Slide}
46+
\end{frame}
47+
48+
\begin{frame}
49+
\centering
50+
\Huge{Thank You!}
51+
\end{frame}
52+
53+
\begin{frame}{References}
54+
\end{frame}
55+
56+
\end{document}

04-cpp-project-structure.toc

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
\beamer@sectionintoc {1}{Introduction}{3}{0}{1}

05-embedded-arm.tex

Lines changed: 56 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,56 @@
1+
\documentclass{beamer}
2+
3+
% Theme choice
4+
\usetheme{Madrid}
5+
6+
% Optional packages
7+
\usepackage{graphicx} % For including images
8+
\usepackage{amsmath} % For math symbols and formulas
9+
\usepackage{hyperref} % For hyperlinks
10+
11+
\title[Embedded architectures (ARM)]{Embedded architectures (ARM)}
12+
\author{Obolenskiy Arseniy, Nesterov Alexander}
13+
\institute{ITLab}
14+
15+
\date{\today}
16+
17+
% Redefine the footline to display both the short title and the org name
18+
\setbeamertemplate{footline}{
19+
\leavevmode%
20+
\hbox{%
21+
\begin{beamercolorbox}[wd=.45\paperwidth,ht=2.5ex,dp=1ex,leftskip=1em,center]{author in head/foot}%
22+
\usebeamerfont{author in head/foot}\insertshortinstitute % Displays the university name
23+
\end{beamercolorbox}%
24+
\begin{beamercolorbox}[wd=.45\paperwidth,ht=2.5ex,dp=1ex,leftskip=1em,center]{author in head/foot}%
25+
\usebeamerfont{author in head/foot}\insertshorttitle % Displays the short title
26+
\end{beamercolorbox}%
27+
\begin{beamercolorbox}[wd=.1\paperwidth,ht=2.5ex,dp=1ex,rightskip=1em,center]{author in head/foot}%
28+
\usebeamerfont{author in head/foot}\insertframenumber{} / \inserttotalframenumber
29+
\end{beamercolorbox}}%
30+
\vskip0pt%
31+
}
32+
33+
\begin{document}
34+
35+
\begin{frame}
36+
\titlepage
37+
\end{frame}
38+
39+
\begin{frame}{Contents}
40+
\tableofcontents
41+
\end{frame}
42+
43+
\section{Introduction}
44+
45+
\begin{frame}{Slide}
46+
\end{frame}
47+
48+
\begin{frame}
49+
\centering
50+
\Huge{Thank You!}
51+
\end{frame}
52+
53+
\begin{frame}{References}
54+
\end{frame}
55+
56+
\end{document}

05-embedded-arm.toc

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
\beamer@sectionintoc {1}{Introduction}{3}{0}{1}

0 commit comments

Comments
 (0)