pridani sekcí

This commit is contained in:
2024-11-26 09:37:56 +01:00
parent ea43037ec3
commit 9baab5be9d
18 changed files with 760 additions and 70 deletions

View File

@@ -26,6 +26,7 @@
breaklines=true,
postbreak=\mbox{{$\hookrightarrow$}\space}
}
\usepackage{longtable}
% Typography
\setlength{\parindent}{0pt}
@@ -52,6 +53,14 @@
\deffootnote[1em]{3em}{1em}{\textsuperscript{\thefootnotemark}}
\setlength{\footnotesep}{0.5cm}
\renewcommand{\footnoterule}{\vfill\kern -3pt \hrule width 0.4\columnwidth \kern 2.6pt}
\let\oldFootnote\footnote
\newcommand\nextToken\relax
\renewcommand\footnote[1]{%
\oldFootnote{#1}\futurelet\nextToken\isFootnote}
\newcommand\isFootnote{%
\ifx\footnote\nextToken\textsuperscript{,}\fi}
\def\Title{Nasazení, správa a monitoring rozsáhlých přístupových Wi-Fi sítí s~využitím open-source technologií}
@@ -75,7 +84,6 @@
\input{chapters/site}
\input{chapters/wifi}
\input{chapters/hardware}
\input{chapters/sprava}
\input{chapters/pozadavky}
\input{chapters/implementace}