Skip to content

Commit

Permalink
Aktualizace formátování dokumentů
Browse files Browse the repository at this point in the history
- Obsah nyní obsahuje pouze kapitoly, ne sekce a podsekce
- Byl zmenšen vertikální prostor kolem nadpisů
  • Loading branch information
kamen-u-cesty authored and jedla97 committed Dec 11, 2021
1 parent e4230f5 commit 2997b63
Showing 1 changed file with 12 additions and 1 deletion.
13 changes: 12 additions & 1 deletion shared.tex
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
a4paper,
% Oboustranný tisk
twoside,
% Záložky a metainformace ve výsledném PDF budou v kódování unicode
% Záložky a metainformace ve výsledném PDF budou v kódování unicode
unicode,
]{article}

Expand Down Expand Up @@ -45,6 +45,7 @@
\usepackage{sectsty}
% Formátování obsahů
\usepackage{tocloft}
\setcounter{tocdepth}{1}
% Možnost odstranění mezer mezi řádky v seznamech (pomocí '[noitemsep]')
\usepackage{enumitem}
% Sázení správných uvozovek pomocí '\enquote{}'
Expand All @@ -66,6 +67,16 @@
% Použití moderní/aktualizované sady písem
\usepackage{lmodern}

%%%%%%%%%%%
% NADPISY %
%%%%%%%%%%%

\usepackage{titlesec}

\titlespacing*{\section}{0pt}{10pt}{-0.2\baselineskip}
\titlespacing*{\subsection}{0pt}{0.2\baselineskip}{-0.2\baselineskip}
\titlespacing*{\subsubsection}{0pt}{0.2\baselineskip}{-0.2\baselineskip}

%%%%%%%%%%
% ODKAZY %
%%%%%%%%%%
Expand Down

0 comments on commit 2997b63

Please sign in to comment.