Skip to content

Commit

Permalink
Oprava pro twoside
Browse files Browse the repository at this point in the history
Kvůli chybnému používání clearpage a hmargin byly okraje sázeny opačným
způsobem. První dvě strany se zdály v pořádku, ale další byly obrácené.
  • Loading branch information
kamen-u-cesty committed Jan 2, 2022
1 parent f8874a4 commit b32ec76
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 11 deletions.
9 changes: 2 additions & 7 deletions main.tex
Original file line number Diff line number Diff line change
Expand Up @@ -20,20 +20,15 @@
\newcommand{\docminted}{true}

\input{shared}
\clearpage

\begin{document}

\pagenumbering{gobble}
\setcounter{page}{0}

\titulka{}

\setcounter{tocdepth}{1}
\tableofcontents
\clearpage
\thispagestyle{empty}

\pagenumbering{arabic}
\setcounter{page}{0}

\include{text/01}

Expand Down
11 changes: 7 additions & 4 deletions shared.tex
Original file line number Diff line number Diff line change
Expand Up @@ -26,10 +26,12 @@

% Geometrie stránky
\usepackage[
% Vnitřní a vnější okraj
hmargin={20mm,30mm},
% Horní a dolní okraj
vmargin={25mm,25mm},
tmargin=25mm,
bmargin=25mm,
% Vnitřní a vnější okraj
lmargin=30mm,
rmargin=20mm,
% Velikost zápatí
footskip=17mm,
% Vypnutí záhlaví
Expand Down Expand Up @@ -216,5 +218,6 @@
\hfill
\today

\clearpage
\thispagestyle{empty}
\newpage
}

0 comments on commit b32ec76

Please sign in to comment.