Přidání subsekce kompilace

This commit is contained in:
2024-11-14 02:07:33 +01:00
parent 0c15643108
commit ea43037ec3
11 changed files with 254 additions and 32 deletions

View File

@@ -16,6 +16,16 @@
\usepackage{amsmath}
\usepackage{amsfonts}
\usepackage{xcolor}
\usepackage{listings}
\renewcommand{\lstlistingname}{Kód}
\lstset{basicstyle=\footnotesize,
numbers=left,
numberstyle=\tiny,
captionpos=b,
frame=single,
breaklines=true,
postbreak=\mbox{{$\hookrightarrow$}\space}
}
% Typography
\setlength{\parindent}{0pt}
@@ -44,7 +54,7 @@
\renewcommand{\footnoterule}{\vfill\kern -3pt \hrule width 0.4\columnwidth \kern 2.6pt}
\def\Title{Nasazení, správa a monitoring rozsáhlých přístupových Wi-Fi sítí s~využitím open-source technlogií}
\def\Title{Nasazení, správa a monitoring rozsáhlých přístupových Wi-Fi sítí s~využitím open-source technologií}
\def\TitleEN{Deployment, management and monitoring of large-scale access Wi-Fi networks using open-source technologies}
\def\Author{David Zálešák}
\def\Study{Specializace v~pedagogice}
@@ -63,8 +73,8 @@
\tableofcontents
\include{uvod}
\input{chapters/wifi}
\input{chapters/site}
\input{chapters/wifi}
\input{chapters/hardware}
\input{chapters/sprava}
\input{chapters/pozadavky}