diff --git a/logo.svg b/logo.svg
new file mode 100644
index 0000000..f20379f
--- /dev/null
+++ b/logo.svg
@@ -0,0 +1,310 @@
+
+
diff --git a/prezentacia/1.tex b/prezentacia/1.tex
index 67d766b..f3b4f27 100644
--- a/prezentacia/1.tex
+++ b/prezentacia/1.tex
@@ -17,10 +17,10 @@
% Neural Network Structure
\begin{scope}[local bounding box=network]
% Layer labels
- \node[text width=2em, text centered] at (0,2) {\small Vstup};
- \node[text width=2em, text centered] at (2,2) {\small Skrytá 1};
- \node[text width=2em, text centered] at (4,2) {\small Skrytá 2};
- \node[text width=2em, text centered] at (6,2) {\small Výstupná};
+ \node at (0,2) {\small Vstup};
+ \node at (2,2) {\small Skrytá 1};
+ \node at (4,2) {\small Skrytá 2};
+ \node at (6,2) {\small Výstupná};
% Input layer
\node[circle, draw=blue!60, fill=blue!20, minimum size=0.8cm, inner sep=0pt, text width=1.2em, align=center, font=\tiny] (I-1) at (0,1) {$V_{\text{out}}$};
@@ -43,7 +43,7 @@
% Connections
\foreach \i in {1,2,3} {
- \draw[->, gray] (I-\i) -- (H1-1) node[midway, above, sloped, font=\tiny] (if \i=1 then {$w_{1,1}$} else {});
+ \draw[->, gray] (I-\i) -- (H1-1) node[midway, above, sloped, font=\tiny] {\ifnum\i=1 $w_{1,1}$\fi};
\draw[->, gray] (I-\i) -- (H1-2);
\draw[->, gray] (I-\i) -- (H1-3);
}
diff --git a/prezentacia/main.tex b/prezentacia/main.tex
index 9a241ce..fac41c9 100644
--- a/prezentacia/main.tex
+++ b/prezentacia/main.tex
@@ -34,19 +34,18 @@
\setbeamercolor{palette tertiary}{bg=white, fg=CPBlue}
%\setbeamercolor{section in toc}{fg=Black} %Color of the text in the table of contents (toc)
-%\usepackage[ main=slovak, slovak]{babel}
-
\usepackage{siunitx}
\usepackage{indentfirst}
\usepackage{multirow}
%\usepackage[table,xcdraw]{xcolor}
\usepackage{graphicx}
+\usepackage{svg}
\usepackage[european]{circuitikz}
\usepackage{gensymb}
\usepackage{textgreek}
\usepackage{textcomp}
\usepackage{siunitx}
-\sisetup{load-configurations = units} % Ensure that unit configurations are loaded
+\AtBeginDocument{\RenewCommandCopy\qty\SI}
\usepackage{amsmath,amssymb}
\usepackage{slashed}
\usepackage{cite}
@@ -63,24 +62,20 @@
\usepackage{xspace}
%\newcommand{\themename}{\textbf{\textsc{bluetemp}\xspace}}%metropolis}}\xspace}
\usepackage{ragged2e} % `\justifying` text
-\usepackage{booktabs} % Tables
+\usepackage{booktabs}
\usepackage{tabularx}
-\usepackage{tikz} % Diagrams
+\usepackage{tikz}
\usetikzlibrary{calc, shapes, backgrounds}
\usepackage{amsmath, amssymb}
-\usepackage{url} % `\url`s
-\usepackage{listings} % Code listings
+\usepackage{url}
+\usepackage{listings}
\usepackage{eurosym}
\usepackage{adjustbox}
-\usepackage{tikz}
\usepackage[absolute,overlay]{textpos}
-\usepackage{tikz}
\usetikzlibrary{arrows.meta, calc, shapes.geometric, positioning, fit, backgrounds}
\usepackage{amsmath}
% Custom style definitions
-
-
\usepackage{float}
\usepackage{tabu}
\usepackage{caption}
@@ -100,12 +95,6 @@
\setbeamertemplate{title separator}{}
-%\setbeamerfont{author in head/foot}{size=\normalsize}
-
-
-
-
-
\setbeamertemplate{/foot}[totalframenumber]
\setbeamercolor{/foot}{fg=white}
\setbeamertemplate{footline}{
@@ -120,7 +109,7 @@
\begin{beamercolorbox}[wd=0.5\paperwidth,ht=1cm,right]{foot}
\vspace{0.15cm}
- \includegraphics[height=0.7cm,keepaspectratio]{obrazky/1.png}\hspace{1.7cm}
+ \includesvg[height=0.7cm]{obrazky/logo.svg}\hspace{1.7cm}
\end{beamercolorbox}
}
}
diff --git a/prezentacia/main/main.aux b/prezentacia/main/main.aux
index e69de29..feef14d 100644
--- a/prezentacia/main/main.aux
+++ b/prezentacia/main/main.aux
@@ -0,0 +1,33 @@
+\relax
+\providecommand{\transparent@use}[1]{}
+\providecommand\hyper@newdestlabel[2]{}
+\providecommand\HyField@AuxAddToFields[1]{}
+\providecommand\HyField@AuxAddToCoFields[2]{}
+\providecommand \babel@aux [2]{\global \let \babel@toc \@gobbletwo }
+\@nameuse{bbl@beforestart}
+\providecommand \oddpage@label [2]{}
+\babel@aux{slovak}{}
+\@writefile{nav}{\headcommand {\slideentry {0}{0}{1}{1/1}{}{0}}}
+\@writefile{nav}{\headcommand {\beamer@framepages {1}{1}}}
+\@writefile{toc}{\beamer@sectionintoc {1}{nieco}{2}{0}{1}}
+\@writefile{nav}{\headcommand {\beamer@sectionpages {1}{1}}}
+\@writefile{nav}{\headcommand {\beamer@subsectionpages {1}{1}}}
+\@writefile{nav}{\headcommand {\sectionentry {1}{nieco}{2}{nieco}{0}}}
+\@writefile{nav}{\headcommand {\slideentry {1}{0}{0}{2/2}{}{0}}}
+\@writefile{nav}{\headcommand {\beamer@framepages {2}{2}}}
+\@writefile{nav}{\headcommand {\slideentry {1}{0}{1}{3/3}{}{0}}}
+\@writefile{nav}{\headcommand {\beamer@framepages {3}{3}}}
+\bibcite{james2023islpython}{\hyperlink {beamerbibjames2023islpython}{1}}
+\newlabel{zdroje<1>}{{4}{4}{}{zdroje<1>}{}}
+\@writefile{snm}{\beamer@slide {zdroje<1>}{4}}
+\newlabel{zdroje}{{4}{4}{}{zdroje}{}}
+\@writefile{snm}{\beamer@slide {zdroje}{4}}
+\@writefile{nav}{\headcommand {\slideentry {1}{0}{2}{4/4}{}{0}}}
+\@writefile{nav}{\headcommand {\beamer@framepages {4}{4}}}
+\@writefile{nav}{\headcommand {\beamer@partpages {1}{4}}}
+\@writefile{nav}{\headcommand {\beamer@subsectionpages {1}{4}}}
+\@writefile{nav}{\headcommand {\beamer@sectionpages {1}{4}}}
+\@writefile{nav}{\headcommand {\beamer@documentpages {4}}}
+\@writefile{nav}{\headcommand {\gdef \inserttotalframenumber {4}}}
+\gdef\svg@ink@ver@settings{{\m@ne }{inkscape}{1}}
+\gdef \@abspage@last{4}
diff --git a/prezentacia/main/main.log b/prezentacia/main/main.log
index 5949c1c..16ed367 100644
--- a/prezentacia/main/main.log
+++ b/prezentacia/main/main.log
@@ -1,5 +1,5 @@
This is LuaHBTeX, Version 1.22.0 (TeX Live 2025/nixos.org) (format=lualatex 1980.1.1) 1 JAN 1980 01:00
- restricted system commands enabled.
+ system commands enabled.
**main.tex
(./main.tex
LaTeX2e <2025-11-01>
@@ -1724,6 +1724,60 @@ Package: multirow 2024/11/12 v2.9 Span multiple rows of a table
\bigstrutjot=\dimen328
)
(/nix/store/56vq9r21wl8m731rsri7nh3l4ipih7jj-texlive-2025-r78234-final-env-texm
+fdist/tex/latex/svg/svg.sty
+Package: svg 2020/11/26 v2.02k (include SVG pictures)
+
+(/nix/store/56vq9r21wl8m731rsri7nh3l4ipih7jj-texlive-2025-r78234-final-env-texm
+fdist/tex/latex/koma-script/scrbase.sty
+Package: scrbase 2026/02/02 v3.49.2 KOMA-Script package (KOMA-Script-independen
+t basics and keyval usage)
+Applying: [2021/05/01] Usage of raw or classic option list on input line 254.
+Already applied: [0000/00/00] Usage of raw or classic option list on input line
+ 370.
+)
+(/nix/store/56vq9r21wl8m731rsri7nh3l4ipih7jj-texlive-2025-r78234-final-env-texm
+fdist/tex/latex/trimspaces/trimspaces.sty
+Package: trimspaces 2009/09/17 v1.1 Trim spaces around a token list
+)
+(/nix/store/56vq9r21wl8m731rsri7nh3l4ipih7jj-texlive-2025-r78234-final-env-texm
+fdist/tex/latex/tools/shellesc.sty
+Package: shellesc 2023/07/08 v1.0d unified shell escape interface for LaTeX
+Package shellesc Info: Unrestricted shell escape enabled on input line 75.
+)
+(/nix/store/56vq9r21wl8m731rsri7nh3l4ipih7jj-texlive-2025-r78234-final-env-texm
+fdist/tex/latex/ifplatform/ifplatform.sty
+Package: ifplatform 2017/10/13 v0.4a Testing for the operating system
+
+(/nix/store/56vq9r21wl8m731rsri7nh3l4ipih7jj-texlive-2025-r78234-final-env-texm
+fdist/tex/generic/catchfile/catchfile.sty
+Package: catchfile 2019/12/09 v1.8 Catch the contents of a file (HO)
+
+(/nix/store/56vq9r21wl8m731rsri7nh3l4ipih7jj-texlive-2025-r78234-final-env-texm
+fdist/tex/generic/etexcmds/etexcmds.sty
+Package: etexcmds 2019/12/15 v1.7 Avoid name clashes with e-TeX commands (HO)
+))
+runsystem(uname -s > "main.w18")...executed.
+ (./main.w18)
+runsystem(rm -- "main.w18")...executed.
+)
+\c@svg@param@lastpage=\count401
+\svg@box=\box94
+\c@svg@param@currpage=\count402
+)
+(/nix/store/56vq9r21wl8m731rsri7nh3l4ipih7jj-texlive-2025-r78234-final-env-texm
+fdist/tex/latex/transparent/transparent.sty
+Package: transparent 2025-06-23 v1.6 Transparency with color stacks
+
+(/nix/store/56vq9r21wl8m731rsri7nh3l4ipih7jj-texlive-2025-r78234-final-env-texm
+fdist/tex/latex/transparent/transparent-nometadata.sty
+Package: transparent-nometadata 2025-06-23 v1.6 Transparency via pdfTeX's color
+ stack (HO)
+
+(/nix/store/56vq9r21wl8m731rsri7nh3l4ipih7jj-texlive-2025-r78234-final-env-texm
+fdist/tex/latex/auxhook/auxhook.sty
+Package: auxhook 2019-12-17 v1.6 Hooks for auxiliary files (HO)
+)))
+(/nix/store/56vq9r21wl8m731rsri7nh3l4ipih7jj-texlive-2025-r78234-final-env-texm
fdist/tex/latex/circuitikz/circuitikz.sty
Package: circuitikz 2026/02/04{} The CircuiTikz circuit drawing package version
1.8.5
@@ -1770,9 +1824,9 @@ fdist/tex/generic/pgf/frontendlayer/tikz/libraries/tikzlibraryfpu.code.tex
fdist/tex/generic/pgf/libraries/pgflibraryfpu.code.tex))
(/nix/store/56vq9r21wl8m731rsri7nh3l4ipih7jj-texlive-2025-r78234-final-env-texm
fdist/tex/generic/circuitikz/pgfcirc.defines.tex
-\pgf@circ@count@a=\count401
-\pgf@circ@count@b=\count402
-\pgf@circ@count@c=\count403
+\pgf@circ@count@a=\count403
+\pgf@circ@count@b=\count404
+\pgf@circ@count@c=\count405
\pgf@circ@res@up=\dimen340
\pgf@circ@res@down=\dimen341
\pgf@circ@res@zero=\dimen342
@@ -1787,11 +1841,11 @@ fdist/tex/generic/circuitikz/pgfcirc.defines.tex
)
(/nix/store/56vq9r21wl8m731rsri7nh3l4ipih7jj-texlive-2025-r78234-final-env-texm
fdist/tex/generic/circuitikz/pgfcircutils.tex
-\ctikz@scratchbox=\box94
+\ctikz@scratchbox=\box95
)
(/nix/store/56vq9r21wl8m731rsri7nh3l4ipih7jj-texlive-2025-r78234-final-env-texm
fdist/tex/generic/circuitikz/pgfcircpath.tex
-\ctikz@vif@count=\count404
+\ctikz@vif@count=\count406
)
(/nix/store/56vq9r21wl8m731rsri7nh3l4ipih7jj-texlive-2025-r78234-final-env-texm
fdist/tex/generic/circuitikz/pgfcircshapes.tex)
@@ -1801,7 +1855,7 @@ fdist/tex/generic/circuitikz/pgfcircmonopoles.tex)
fdist/tex/generic/circuitikz/pgfcircbipoles.tex)
(/nix/store/56vq9r21wl8m731rsri7nh3l4ipih7jj-texlive-2025-r78234-final-env-texm
fdist/tex/generic/circuitikz/pgfcirctripoles.tex
-\pgf@circ@res@count=\count405
+\pgf@circ@res@count=\count407
)
(/nix/store/56vq9r21wl8m731rsri7nh3l4ipih7jj-texlive-2025-r78234-final-env-texm
fdist/tex/generic/circuitikz/pgfcircquadpoles.tex)
@@ -1844,11 +1898,6 @@ ng LGR) on input line 267.
Package textgreek Info: Loaded fontmap: {eur/*/*}{U/eur/*/*} {phv/*/*}{U/psy/*/
*}. on input line 69.
)
-
-Package siunitx Warning: Option "load-configurations" has been removed in this
-(siunitx) release.
-
-
(/nix/store/56vq9r21wl8m731rsri7nh3l4ipih7jj-texlive-2025-r78234-final-env-texm
fdist/tex/latex/carlisle/slashed.sty
Package: slashed 1997/01/16 v0.01 Feynman Slashed Character Notation (DPC)
@@ -1885,8 +1934,8 @@ fdist/tex/latex/caption/caption-beamer.sto
File: caption-beamer.sto 2022/01/06 v2.0c Adaption of the caption package to th
e beamer document classes (AR)
))
-\c@caption@flags=\count406
-\c@continuedfloat=\count407
+\c@caption@flags=\count408
+\c@continuedfloat=\count409
Package caption Info: hyperref package is loaded.
Package caption Info: Hyperref support is turned off
(caption) because hyperref has stopped early.
@@ -1895,36 +1944,35 @@ Package caption Info: Hyperref support is turned off
fdist/tex/latex/caption/subcaption.sty
Package: subcaption 2023/07/28 v1.6b Sub-captions (AR)
Package caption Info: New subtype `subfigure' on input line 238.
-\c@subfigure=\count408
+\c@subfigure=\count410
Package caption Info: New subtype `subtable' on input line 238.
-\c@subtable=\count409
+\c@subtable=\count411
)
(/nix/store/56vq9r21wl8m731rsri7nh3l4ipih7jj-texlive-2025-r78234-final-env-texm
fdist/tex/latex/tools/multicol.sty
Package: multicol 2025/10/21 v2.0b multicolumn formatting (FMi)
-\c@tracingmulticols=\count410
-\mult@box=\box95
+\c@tracingmulticols=\count412
+\mult@box=\box96
\multicol@leftmargin=\dimen360
-\c@unbalance=\count411
-\c@collectmore=\count412
-\doublecol@number=\count413
-\multicoltolerance=\count414
-\multicolpretolerance=\count415
+\c@unbalance=\count413
+\c@collectmore=\count414
+\doublecol@number=\count415
+\multicoltolerance=\count416
+\multicolpretolerance=\count417
\full@width=\dimen361
\page@free=\dimen362
\premulticols=\dimen363
\postmulticols=\dimen364
\multicolsep=\skip84
\multicolbaselineskip=\skip85
-\partial@page=\box96
-\last@line=\box97
-\mc@boxedresult=\box98
+\partial@page=\box97
+\last@line=\box98
+\mc@boxedresult=\box99
\maxbalancingoverflow=\dimen365
-\mult@rightbox=\box99
-\mult@grightbox=\box100
-\mult@firstbox=\box101
-\mult@gfirstbox=\box102
-\@tempa=\box103
+\mult@rightbox=\box100
+\mult@grightbox=\box101
+\mult@firstbox=\box102
+\mult@gfirstbox=\box103
\@tempa=\box104
\@tempa=\box105
\@tempa=\box106
@@ -1960,16 +2008,17 @@ Package: multicol 2025/10/21 v2.0b multicolumn formatting (FMi)
\@tempa=\box136
\@tempa=\box137
\@tempa=\box138
-\c@minrows=\count416
-\c@columnbadness=\count417
-\c@finalcolumnbadness=\count418
+\@tempa=\box139
+\c@minrows=\count418
+\c@columnbadness=\count419
+\c@finalcolumnbadness=\count420
\last@try=\dimen366
\multicolovershoot=\dimen367
\multicolundershoot=\dimen368
-\mult@nat@firstbox=\box139
-\colbreak@box=\box140
-\mc@col@check@num=\count419
-\g__mc_curr_col_int=\count420
+\mult@nat@firstbox=\box140
+\colbreak@box=\box141
+\mc@col@check@num=\count421
+\g__mc_curr_col_int=\count422
)
(/nix/store/56vq9r21wl8m731rsri7nh3l4ipih7jj-texlive-2025-r78234-final-env-texm
fdist/tex/latex/booktabs/booktabs.sty
@@ -1984,12 +2033,12 @@ Package: booktabs 2020/01/12 v1.61803398 Publication quality tables
\cmidrulesep=\dimen376
\cmidrulekern=\dimen377
\defaultaddspace=\dimen378
-\@cmidla=\count421
-\@cmidlb=\count422
+\@cmidla=\count423
+\@cmidlb=\count424
\@aboverulesep=\dimen379
\@belowrulesep=\dimen380
-\@thisruleclass=\count423
-\@lastruleclass=\count424
+\@thisruleclass=\count425
+\@lastruleclass=\count426
\@thisrulewidth=\dimen381
)
(/nix/store/56vq9r21wl8m731rsri7nh3l4ipih7jj-texlive-2025-r78234-final-env-texm
@@ -2030,7 +2079,7 @@ Package: tabularx 2023/12/11 v2.12a `tabularx' package (DPC)
\TX@old@col=\dimen384
\TX@target=\dimen385
\TX@delta=\dimen386
-\TX@cols=\count425
+\TX@cols=\count427
\TX@ftn=\toks59
)
(/nix/store/56vq9r21wl8m731rsri7nh3l4ipih7jj-texlive-2025-r78234-final-env-texm
@@ -2086,47 +2135,47 @@ File: tikzlibraryshapes.multipart.code.tex 2025-08-29 v3.1.11a (3.1.11a)
(/nix/store/56vq9r21wl8m731rsri7nh3l4ipih7jj-texlive-2025-r78234-final-env-texm
fdist/tex/generic/pgf/libraries/shapes/pgflibraryshapes.multipart.code.tex
File: pgflibraryshapes.multipart.code.tex 2025-08-29 v3.1.11a (3.1.11a)
-\pgfnodepartlowerbox=\box141
-\pgfnodeparttwobox=\box142
-\pgfnodepartthreebox=\box143
-\pgfnodepartfourbox=\box144
-\pgfnodeparttwentybox=\box145
-\pgfnodepartnineteenbox=\box146
-\pgfnodeparteighteenbox=\box147
-\pgfnodepartseventeenbox=\box148
-\pgfnodepartsixteenbox=\box149
-\pgfnodepartfifteenbox=\box150
-\pgfnodepartfourteenbox=\box151
-\pgfnodepartthirteenbox=\box152
-\pgfnodeparttwelvebox=\box153
-\pgfnodepartelevenbox=\box154
-\pgfnodeparttenbox=\box155
-\pgfnodepartninebox=\box156
-\pgfnodeparteightbox=\box157
-\pgfnodepartsevenbox=\box158
-\pgfnodepartsixbox=\box159
-\pgfnodepartfivebox=\box160
+\pgfnodepartlowerbox=\box142
+\pgfnodeparttwobox=\box143
+\pgfnodepartthreebox=\box144
+\pgfnodepartfourbox=\box145
+\pgfnodeparttwentybox=\box146
+\pgfnodepartnineteenbox=\box147
+\pgfnodeparteighteenbox=\box148
+\pgfnodepartseventeenbox=\box149
+\pgfnodepartsixteenbox=\box150
+\pgfnodepartfifteenbox=\box151
+\pgfnodepartfourteenbox=\box152
+\pgfnodepartthirteenbox=\box153
+\pgfnodeparttwelvebox=\box154
+\pgfnodepartelevenbox=\box155
+\pgfnodeparttenbox=\box156
+\pgfnodepartninebox=\box157
+\pgfnodeparteightbox=\box158
+\pgfnodepartsevenbox=\box159
+\pgfnodepartsixbox=\box160
+\pgfnodepartfivebox=\box161
)))
(/nix/store/56vq9r21wl8m731rsri7nh3l4ipih7jj-texlive-2025-r78234-final-env-texm
fdist/tex/generic/pgf/frontendlayer/tikz/libraries/tikzlibrarybackgrounds.code.
tex
File: tikzlibrarybackgrounds.code.tex 2025-08-29 v3.1.11a (3.1.11a)
-\pgf@layerbox@background=\box161
-\pgf@layerboxsaved@background=\box162
+\pgf@layerbox@background=\box162
+\pgf@layerboxsaved@background=\box163
)
(/nix/store/56vq9r21wl8m731rsri7nh3l4ipih7jj-texlive-2025-r78234-final-env-texm
fdist/tex/latex/listings/listings.sty
-\lst@mode=\count426
-\lst@gtempboxa=\box163
+\lst@mode=\count428
+\lst@gtempboxa=\box164
\lst@token=\toks60
-\lst@length=\count427
+\lst@length=\count429
\lst@currlwidth=\dimen387
-\lst@column=\count428
-\lst@pos=\count429
+\lst@column=\count430
+\lst@pos=\count431
\lst@lostspace=\dimen388
\lst@width=\dimen389
-\lst@newlines=\count430
-\lst@lineno=\count431
+\lst@newlines=\count432
+\lst@lineno=\count433
\lst@maxwidth=\dimen390
(/nix/store/56vq9r21wl8m731rsri7nh3l4ipih7jj-texlive-2025-r78234-final-env-texm
@@ -2136,9 +2185,9 @@ File: lstpatch.sty 2025/11/14 1.11b (Carsten Heinz)
(/nix/store/56vq9r21wl8m731rsri7nh3l4ipih7jj-texlive-2025-r78234-final-env-texm
fdist/tex/latex/listings/lstmisc.sty
File: lstmisc.sty 2025/11/14 1.11b (Carsten Heinz)
-\c@lstnumber=\count432
-\lst@skipnumbers=\count433
-\lst@framebox=\box164
+\c@lstnumber=\count434
+\lst@skipnumbers=\count435
+\lst@framebox=\box165
)
(/nix/store/56vq9r21wl8m731rsri7nh3l4ipih7jj-texlive-2025-r78234-final-env-texm
fdist/tex/latex/listings/listings.cfg
@@ -2156,7 +2205,7 @@ Package: listings 2025/11/14 1.11b (Carsten Heinz)
(/nix/store/56vq9r21wl8m731rsri7nh3l4ipih7jj-texlive-2025-r78234-final-env-texm
fdist/tex/latex/eurosym/eurosym.sty
Package: eurosym 1998/08/06 v1.1 European currency symbol ``Euro''
-\@eurobox=\box165
+\@eurobox=\box166
)
(/nix/store/56vq9r21wl8m731rsri7nh3l4ipih7jj-texlive-2025-r78234-final-env-texm
fdist/tex/latex/adjustbox/adjustbox.sty
@@ -2174,7 +2223,7 @@ Package: trimclip 2025/02/21 v1.2a Trim and clip general TeX material
(/nix/store/56vq9r21wl8m731rsri7nh3l4ipih7jj-texlive-2025-r78234-final-env-texm
fdist/tex/latex/collectbox/collectbox.sty
Package: collectbox 2022/10/17 v0.4c Collect macro arguments as boxes
-\collectedbox=\box166
+\collectedbox=\box167
)
\tc@llx=\dimen391
\tc@lly=\dimen392
@@ -2202,13 +2251,13 @@ File: tc-pdftex.def 2025/02/26 v2.3 Clipping driver for pdftex
(/nix/store/56vq9r21wl8m731rsri7nh3l4ipih7jj-texlive-2025-r78234-final-env-texm
fdist/tex/latex/ifoddpage/ifoddpage.sty
Package: ifoddpage 2022/10/18 v1.2 Conditionals for odd/even page detection
-\c@checkoddpage=\count434
+\c@checkoddpage=\count436
)
(/nix/store/56vq9r21wl8m731rsri7nh3l4ipih7jj-texlive-2025-r78234-final-env-texm
fdist/tex/latex/varwidth/varwidth.sty
Package: varwidth 2009/03/30 ver 0.92; Variable-width minipages
-\@vwid@box=\box167
-\sift@deathcycles=\count435
+\@vwid@box=\box168
+\sift@deathcycles=\count437
\@vwid@loff=\dimen403
\@vwid@roff=\dimen404
)
@@ -2218,8 +2267,8 @@ Package: varwidth 2009/03/30 ver 0.92; Variable-width minipages
fdist/tex/latex/textpos/textpos.sty
Package: textpos 2022/07/23 v1.10.1
Package textpos Info: choosing support for LaTeX3 on input line 60.
-\TP@textbox=\box168
-\TP@holdbox=\box169
+\TP@textbox=\box169
+\TP@holdbox=\box170
\TPHorizModule=\dimen405
\TPVertModule=\dimen406
\TP@margin=\dimen407
@@ -2244,21 +2293,21 @@ File: tikzlibraryfit.code.tex 2025-08-29 v3.1.11a (3.1.11a)
(/nix/store/56vq9r21wl8m731rsri7nh3l4ipih7jj-texlive-2025-r78234-final-env-texm
fdist/tex/latex/float/float.sty
Package: float 2001/11/08 v1.3d Float enhancements (AL)
-\c@float@type=\count436
+\c@float@type=\count438
\float@exts=\toks62
-\float@box=\box170
+\float@box=\box171
\@float@everytoks=\toks63
-\@floatcapt=\box171
+\@floatcapt=\box172
)
(/nix/store/56vq9r21wl8m731rsri7nh3l4ipih7jj-texlive-2025-r78234-final-env-texm
fdist/tex/latex/tabu/tabu.sty
Package: tabu 2019/01/11 v2.9 - flexible LaTeX tabulars (FC+tabu-fixed)
-\c@taburow=\count437
-\tabu@nbcols=\count438
-\tabu@cnt=\count439
-\tabu@Xcol=\count440
-\tabu@alloc=\count441
-\tabu@nested=\count442
+\c@taburow=\count439
+\tabu@nbcols=\count440
+\tabu@cnt=\count441
+\tabu@Xcol=\count442
+\tabu@alloc=\count443
+\tabu@nested=\count444
\tabu@target=\dimen412
\tabu@spreadtarget=\dimen413
\tabu@naturalX=\dimen414
@@ -2270,16 +2319,16 @@ Package: tabu 2019/01/11 v2.9 - flexible LaTeX tabulars (FC+tabu-fixed)
\tabustrutrule=\dimen420
\tabu@thebody=\toks64
\tabu@footnotes=\toks65
-\tabu@box=\box172
-\tabu@arstrutbox=\box173
-\tabu@hleads=\box174
-\tabu@vleads=\box175
+\tabu@box=\box173
+\tabu@arstrutbox=\box174
+\tabu@hleads=\box175
+\tabu@vleads=\box176
\tabu@cellskip=\skip100
)
\@float@every@graph=\toks66
-\c@graph=\count443
+\c@graph=\count445
\@float@every@tabulka=\toks67
-\c@tabulka=\count444
+\c@tabulka=\count446
(/nix/store/56vq9r21wl8m731rsri7nh3l4ipih7jj-texlive-2025-r78234-final-env-texm
fdist/tex/latex/pdfpages/pdfpages.sty
@@ -2299,14 +2348,14 @@ Package: eso-pic 2025/12/10 v3.0d eso-pic (RN)
fdist/tex/latex/pdfpages/ppluatex.def
File: ppluatex.def 2025/07/23 v0.6g Pdfpages driver for LuaTeX (AM)
)
-\pdfpages@includegraphics@status=\count445
-\AM@pagebox=\box176
+\pdfpages@includegraphics@status=\count447
+\AM@pagebox=\box177
\AM@global@opts=\toks68
-\AM@pagecnt=\count446
+\AM@pagecnt=\count448
\AM@toc@title=\toks69
\AM@lof@heading=\toks70
-\c@AM@survey=\count447
-\AM@templatesizebox=\box177
+\c@AM@survey=\count449
+\AM@templatesizebox=\box178
)
(/nix/store/56vq9r21wl8m731rsri7nh3l4ipih7jj-texlive-2025-r78234-final-env-texm
fdist/tex/generic/stringenc/se-ascii-print.def
@@ -2314,39 +2363,39 @@ File: se-ascii-print.def 2019/11/29 v1.12 stringenc: Printable ASCII characters
) (./main/main.aux
Package babel Info: 'slovak' activates 'slovak' shorthands.
-(babel) Reported on input line 8.
+(babel) Reported on input line 9.
)
\openout1 = main.aux
-LaTeX Font Info: Checking defaults for OML/cmm/m/it on input line 130.
-LaTeX Font Info: ... okay on input line 130.
-LaTeX Font Info: Checking defaults for OMS/cmsy/m/n on input line 130.
-LaTeX Font Info: ... okay on input line 130.
-LaTeX Font Info: Checking defaults for OT1/cmr/m/n on input line 130.
-LaTeX Font Info: ... okay on input line 130.
-LaTeX Font Info: Checking defaults for T1/cmr/m/n on input line 130.
-LaTeX Font Info: ... okay on input line 130.
-LaTeX Font Info: Checking defaults for TS1/cmr/m/n on input line 130.
-LaTeX Font Info: ... okay on input line 130.
-LaTeX Font Info: Checking defaults for TU/lmr/m/n on input line 130.
-LaTeX Font Info: ... okay on input line 130.
-LaTeX Font Info: Checking defaults for OMX/cmex/m/n on input line 130.
-LaTeX Font Info: ... okay on input line 130.
-LaTeX Font Info: Checking defaults for U/cmr/m/n on input line 130.
-LaTeX Font Info: ... okay on input line 130.
-LaTeX Font Info: Checking defaults for PD1/pdf/m/n on input line 130.
-LaTeX Font Info: ... okay on input line 130.
-LaTeX Font Info: Checking defaults for PU/pdf/m/n on input line 130.
-LaTeX Font Info: ... okay on input line 130.
-LaTeX Font Info: Checking defaults for LGR/cmr/m/n on input line 130.
+LaTeX Font Info: Checking defaults for OML/cmm/m/it on input line 119.
+LaTeX Font Info: ... okay on input line 119.
+LaTeX Font Info: Checking defaults for OMS/cmsy/m/n on input line 119.
+LaTeX Font Info: ... okay on input line 119.
+LaTeX Font Info: Checking defaults for OT1/cmr/m/n on input line 119.
+LaTeX Font Info: ... okay on input line 119.
+LaTeX Font Info: Checking defaults for T1/cmr/m/n on input line 119.
+LaTeX Font Info: ... okay on input line 119.
+LaTeX Font Info: Checking defaults for TS1/cmr/m/n on input line 119.
+LaTeX Font Info: ... okay on input line 119.
+LaTeX Font Info: Checking defaults for TU/lmr/m/n on input line 119.
+LaTeX Font Info: ... okay on input line 119.
+LaTeX Font Info: Checking defaults for OMX/cmex/m/n on input line 119.
+LaTeX Font Info: ... okay on input line 119.
+LaTeX Font Info: Checking defaults for U/cmr/m/n on input line 119.
+LaTeX Font Info: ... okay on input line 119.
+LaTeX Font Info: Checking defaults for PD1/pdf/m/n on input line 119.
+LaTeX Font Info: ... okay on input line 119.
+LaTeX Font Info: Checking defaults for PU/pdf/m/n on input line 119.
+LaTeX Font Info: ... okay on input line 119.
+LaTeX Font Info: Checking defaults for LGR/cmr/m/n on input line 119.
LaTeX Font Info: Trying to load font information for LGR+cmr on input line 1
-30.
+19.
(/nix/store/56vq9r21wl8m731rsri7nh3l4ipih7jj-texlive-2025-r78234-final-env-texm
fdist/tex/latex/cbfonts-fd/lgrcmr.fd
File: lgrcmr.fd 2017/07/29 v1.2 Greek European Computer Regular
)
-LaTeX Font Info: ... okay on input line 130.
+LaTeX Font Info: ... okay on input line 119.
*geometry* driver: auto-detecting
*geometry* detected driver: luatex
@@ -2386,16 +2435,16 @@ LaTeX Font Info: ... okay on input line 130.
(/nix/store/56vq9r21wl8m731rsri7nh3l4ipih7jj-texlive-2025-r78234-final-env-texm
fdist/tex/context/base/mkii/supp-pdf.mkii
[Loading MPS to PDF converter (version 2006.09.02).]
-\scratchcounter=\count448
+\scratchcounter=\count450
\scratchdimen=\dimen426
-\scratchbox=\box178
-\nofMPsegments=\count449
-\nofMParguments=\count450
+\scratchbox=\box179
+\nofMPsegments=\count451
+\nofMParguments=\count452
\everyMPshowfont=\toks71
-\MPscratchCnt=\count451
+\MPscratchCnt=\count453
\MPscratchDim=\dimen427
-\MPnumerator=\count452
-\makeMPintoPDFobject=\count453
+\MPnumerator=\count454
+\makeMPintoPDFobject=\count455
\everyMPtoPDFconversion=\toks72
)
(/nix/store/56vq9r21wl8m731rsri7nh3l4ipih7jj-texlive-2025-r78234-final-env-texm
@@ -2409,7 +2458,7 @@ fdist/tex/latex/latexconfig/epstopdf-sys.cfg
File: epstopdf-sys.cfg 2010/07/13 v1.3 Configuration of (r)epstopdf for TeX Liv
e
))
-Package hyperref Info: Link coloring OFF on input line 130.
+Package hyperref Info: Link coloring OFF on input line 119.
(./main/main.out)
(./main/main.out)
\@outlinefile=\write5
@@ -2443,13 +2492,13 @@ Dictionary: translator-theorem-dictionary, Language: English
Package microtype Info: Patching varwidth to enable character protrusion.
\MT@vwid@leftmargin=\dimen428
\MT@vwid@rightmargin=\dimen429
-LaTeX Info: Redefining \microtypecontext on input line 130.
-Package microtype Info: Applying patch `item' on input line 130.
-Package microtype Info: Applying patch `toc' on input line 130.
-Package microtype Info: Applying patch `eqnum' on input line 130.
-Package microtype Info: Applying patch `footnote' on input line 130.
-Package microtype Info: Applying patch `verbatim' on input line 130.
-LaTeX Info: Redefining \microtypesetup on input line 130.
+LaTeX Info: Redefining \microtypecontext on input line 119.
+Package microtype Info: Applying patch `item' on input line 119.
+Package microtype Info: Applying patch `toc' on input line 119.
+Package microtype Info: Applying patch `eqnum' on input line 119.
+Package microtype Info: Applying patch `footnote' on input line 119.
+Package microtype Info: Applying patch `verbatim' on input line 119.
+LaTeX Info: Redefining \microtypesetup on input line 119.
Package microtype Info: Generating PDF output.
Package microtype Info: Character protrusion enabled (level 2).
Package microtype Info: Using default protrusion set `alltext'.
@@ -2465,13 +2514,13 @@ Package microtype Info: Loading generic protrusion settings for font family
(microtype) For optimal results, create family-specific settings.
(microtype) See the microtype manual for details.
LaTeX Font Info: Overwriting symbol font `operators' in version `normal'
-(Font) OT1/lmr/m/n --> OT1/zavm/m/n on input line 130.
+(Font) OT1/lmr/m/n --> OT1/zavm/m/n on input line 119.
LaTeX Font Info: Overwriting symbol font `letters' in version `normal'
-(Font) OML/lmm/m/it --> OML/zavm/m/it on input line 130.
+(Font) OML/lmm/m/it --> OML/zavm/m/it on input line 119.
LaTeX Font Info: Overwriting symbol font `symbols' in version `normal'
-(Font) OMS/lmsy/m/n --> OMS/zavm/m/n on input line 130.
+(Font) OMS/lmsy/m/n --> OMS/zavm/m/n on input line 119.
LaTeX Font Info: Overwriting symbol font `largesymbols' in version `normal'
-(Font) OMX/lmex/m/n --> OMX/iwona/m/n on input line 130.
+(Font) OMX/lmex/m/n --> OMX/iwona/m/n on input line 119.
Package siunitx Warning: Detected the "physics" package:
@@ -2485,25 +2534,25 @@ Package siunitx Warning: Detected the "physics" package:
(siunitx) to your preamble.
Package translations Info: no dictionary file `translations-basic-dictionary-sl
-ovak.trsl' found. on input line 130.
+ovak.trsl' found. on input line 119.
\symgns@font=\mathgroup6
LaTeX Font Info: Overwriting symbol font `gns@font' in version `bold'
(Font) TS1/FiraSansLight(0)/m/n --> TS1/FiraSansLight(0)/b/n o
-n input line 130.
-Package gensymb Info: Math companion symbols declared on input line 130.
-LaTeX Info: Redefining \degree on input line 130.
-LaTeX Info: Redefining \celsius on input line 130.
+n input line 119.
+Package gensymb Info: Math companion symbols declared on input line 119.
+LaTeX Info: Redefining \degree on input line 119.
+LaTeX Info: Redefining \celsius on input line 119.
Package gensymb Info: Using text companion symbols for \degree, \celsius and \p
-erthousand on input line 130.
-LaTeX Info: Redefining \ohm on input line 130.
-Package gensymb Info: Using \textohm for \ohm on input line 130.
-LaTeX Info: Redefining \micro on input line 130.
-Package gensymb Info: Using \textmu for \micro on input line 130.
+erthousand on input line 119.
+LaTeX Info: Redefining \ohm on input line 119.
+Package gensymb Info: Using \textohm for \ohm on input line 119.
+LaTeX Info: Redefining \micro on input line 119.
+Package gensymb Info: Using \textmu for \micro on input line 119.
Package caption Info: Begin \AtBeginDocument code.
Package caption Info: float package is loaded.
Package caption Info: listings package is loaded.
Package caption Info: End \AtBeginDocument code.
-\c@lstlisting=\count454
+\c@lstlisting=\count456
(/nix/store/56vq9r21wl8m731rsri7nh3l4ipih7jj-texlive-2025-r78234-final-env-texm
fdist/tex/latex/pdflscape/pdflscape.sty
@@ -2520,22 +2569,31 @@ Package: lscape 2020/05/28 v3.02 Landscape Pages (DPC)
)
Package pdflscape Info: Auto-detected driver: pdftex on input line 81.
)) (./main/main.nav)
-
-File: obrazky/1.png Graphic file (type png)
-