Skip to content

Commit

Permalink
Merge pull request #6 from embedded-dev-research/plan-4-5
Browse files Browse the repository at this point in the history
Plan topics for slides 04 and 05
  • Loading branch information
allnes authored Sep 18, 2024
2 parents afc5c3c + 2e74ee0 commit 4c98b0d
Show file tree
Hide file tree
Showing 4 changed files with 114 additions and 0 deletions.
56 changes: 56 additions & 0 deletions 04-cpp-project-structure.tex
Original file line number Diff line number Diff line change
@@ -0,0 +1,56 @@
\documentclass{beamer}

% Theme choice
\usetheme{Madrid}

% Optional packages
\usepackage{graphicx} % For including images
\usepackage{amsmath} % For math symbols and formulas
\usepackage{hyperref} % For hyperlinks

\title[C/C++ project structure]{C/C++ project structure}
\author{Obolenskiy Arseniy, Nesterov Alexander}
\institute{ITLab}

\date{\today}

% Redefine the footline to display both the short title and the org name
\setbeamertemplate{footline}{
\leavevmode%
\hbox{%
\begin{beamercolorbox}[wd=.45\paperwidth,ht=2.5ex,dp=1ex,leftskip=1em,center]{author in head/foot}%
\usebeamerfont{author in head/foot}\insertshortinstitute % Displays the university name
\end{beamercolorbox}%
\begin{beamercolorbox}[wd=.45\paperwidth,ht=2.5ex,dp=1ex,leftskip=1em,center]{author in head/foot}%
\usebeamerfont{author in head/foot}\insertshorttitle % Displays the short title
\end{beamercolorbox}%
\begin{beamercolorbox}[wd=.1\paperwidth,ht=2.5ex,dp=1ex,rightskip=1em,center]{author in head/foot}%
\usebeamerfont{author in head/foot}\insertframenumber{} / \inserttotalframenumber
\end{beamercolorbox}}%
\vskip0pt%
}

\begin{document}

\begin{frame}
\titlepage
\end{frame}

\begin{frame}{Contents}
\tableofcontents
\end{frame}

\section{Introduction}

\begin{frame}{Slide}
\end{frame}

\begin{frame}
\centering
\Huge{Thank You!}
\end{frame}

\begin{frame}{References}
\end{frame}

\end{document}
1 change: 1 addition & 0 deletions 04-cpp-project-structure.toc
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
\beamer@sectionintoc {1}{Introduction}{3}{0}{1}
56 changes: 56 additions & 0 deletions 05-embedded-arm.tex
Original file line number Diff line number Diff line change
@@ -0,0 +1,56 @@
\documentclass{beamer}

% Theme choice
\usetheme{Madrid}

% Optional packages
\usepackage{graphicx} % For including images
\usepackage{amsmath} % For math symbols and formulas
\usepackage{hyperref} % For hyperlinks

\title[Embedded architectures (ARM)]{Embedded architectures (ARM)}
\author{Obolenskiy Arseniy, Nesterov Alexander}
\institute{ITLab}

\date{\today}

% Redefine the footline to display both the short title and the org name
\setbeamertemplate{footline}{
\leavevmode%
\hbox{%
\begin{beamercolorbox}[wd=.45\paperwidth,ht=2.5ex,dp=1ex,leftskip=1em,center]{author in head/foot}%
\usebeamerfont{author in head/foot}\insertshortinstitute % Displays the university name
\end{beamercolorbox}%
\begin{beamercolorbox}[wd=.45\paperwidth,ht=2.5ex,dp=1ex,leftskip=1em,center]{author in head/foot}%
\usebeamerfont{author in head/foot}\insertshorttitle % Displays the short title
\end{beamercolorbox}%
\begin{beamercolorbox}[wd=.1\paperwidth,ht=2.5ex,dp=1ex,rightskip=1em,center]{author in head/foot}%
\usebeamerfont{author in head/foot}\insertframenumber{} / \inserttotalframenumber
\end{beamercolorbox}}%
\vskip0pt%
}

\begin{document}

\begin{frame}
\titlepage
\end{frame}

\begin{frame}{Contents}
\tableofcontents
\end{frame}

\section{Introduction}

\begin{frame}{Slide}
\end{frame}

\begin{frame}
\centering
\Huge{Thank You!}
\end{frame}

\begin{frame}{References}
\end{frame}

\end{document}
1 change: 1 addition & 0 deletions 05-embedded-arm.toc
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
\beamer@sectionintoc {1}{Introduction}{3}{0}{1}

0 comments on commit 4c98b0d

Please sign in to comment.