-
Notifications
You must be signed in to change notification settings - Fork 2
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
4 changed files
with
114 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1 @@ | ||
\beamer@sectionintoc {1}{Introduction}{3}{0}{1} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1 @@ | ||
\beamer@sectionintoc {1}{Introduction}{3}{0}{1} |