Created skeleton

This commit is contained in:
Pünkösd Marcell 2021-05-08 22:44:23 +02:00
parent 7a7671ce40
commit 527045d9ac
10 changed files with 43 additions and 1 deletions

View File

@ -1,3 +1,4 @@
% !TeX root = ../thesis.tex
%---------------------------------------------------------------------------- %----------------------------------------------------------------------------
\chapter*{\koszonetnyilvanitas}\addcontentsline{toc}{chapter}{\koszonetnyilvanitas} \chapter*{\koszonetnyilvanitas}\addcontentsline{toc}{chapter}{\koszonetnyilvanitas}
%---------------------------------------------------------------------------- %----------------------------------------------------------------------------

View File

@ -0,0 +1,9 @@
% !TeX root = ../thesis.tex
%----------------------------------------------------------------------------
\chapter{Alkalmazások felhő és perem rendszerekben}
%----------------------------------------------------------------------------
\section{title} % A perem és a felhő hálózatok mire jók
\section{Megvalósított alkalmazások}

View File

@ -0,0 +1,4 @@
% !TeX root = ../thesis.tex
%----------------------------------------------------------------------------
\chapter{Madárhang felismerő rendszer implementáció}
%----------------------------------------------------------------------------

View File

@ -1,3 +1,4 @@
% !TeX root = ../thesis.tex
\newglossaryentry{cisco} \newglossaryentry{cisco}
{ {
name={Cisco}, name={Cisco},

View File

@ -0,0 +1,4 @@
% !TeX root = ../thesis.tex
%----------------------------------------------------------------------------
\chapter{Mérések}
%----------------------------------------------------------------------------

9
src/content/overview.tex Normal file
View File

@ -0,0 +1,9 @@
% !TeX root = ../thesis.tex
%----------------------------------------------------------------------------
\chapter{Áttekintés a perem és felhő rendszerekről}
%----------------------------------------------------------------------------
\section{State of art}
\section{Perem és felhő keretrendszerek}

View File

@ -0,0 +1,4 @@
% !TeX root = ../thesis.tex
%----------------------------------------------------------------------------
\chapter{Komponensek dinamikus ütemezése}
%----------------------------------------------------------------------------

View File

@ -0,0 +1,4 @@
% !TeX root = ../thesis.tex
%----------------------------------------------------------------------------
\chapter{Felhő alapú robot vezérlés implementáció}
%----------------------------------------------------------------------------

View File

@ -1,3 +1,4 @@
% !TeX root = ../thesis.tex
%-------------------------------------------------------------------------------------- %--------------------------------------------------------------------------------------
% Elnevezések % Elnevezések
%-------------------------------------------------------------------------------------- %--------------------------------------------------------------------------------------

View File

@ -70,7 +70,12 @@
\include{content/introduction} \include{content/introduction}
% Include chapters here \include{content/overview}
\include{content/applications}
\include{content/birbnetes_impl}
\include{content/ursim_impl}
\include{content/scheduling}
\include{content/measurements}
\include{content/conclusion} \include{content/conclusion}