1
0
Fork 0

Automatické generování seznamu obrázků a tabulek

master
Martin Mares 10 years ago
parent 654e1024bb
commit 72e12bb813

@ -126,10 +126,14 @@ Abstract.
%%% Seznam použité literatury %%% Seznam použité literatury
\include{literatura} \include{literatura}
%%% Tabulky v bakalářské práci, existují-li. %%% Obrázky v bakalářské práci
\chapwithtoc{Seznam tabulek} %%% (pokud jich je malé množství, obvykle není třeba seznam uvádět)
\listoffigures
%%% Použité zkratky v bakalářské práci, existují-li, včetně jejich vysvětlení. %%% Tabulky v bakalářské práci (opět nemusí být nutné uvádět)
\listoftables
%%% Použité zkratky v bakalářské práci (opět nemusí být nutné uvádět)
\chapwithtoc{Seznam použitých zkratek} \chapwithtoc{Seznam použitých zkratek}
%%% Přílohy k bakalářské práci, existují-li (různé dodatky jako výpisy programů, %%% Přílohy k bakalářské práci, existují-li (různé dodatky jako výpisy programů,

@ -122,8 +122,11 @@ Abstract.
%%% Bibliography %%% Bibliography
\include{bibliography} \include{bibliography}
%%% Tables used in the thesis, if any %%% Figures used in the thesis (consider if this is needed)
\chapwithtoc{List of Tables} \listoffigures
%%% Tables used in the thesis (consider if this is needed)
\listoftables
%%% Abbreviations used in the thesis, if any, including their explanation %%% Abbreviations used in the thesis, if any, including their explanation
\chapwithtoc{List of Abbreviations} \chapwithtoc{List of Abbreviations}

Loading…
Cancel
Save