\phantomsection (i odnośniki hyperref)

This commit is contained in:
Bartek Przybylski 2017-09-24 12:37:55 +02:00
parent 1414544632
commit d190f553ed
3 changed files with 3 additions and 3 deletions

Binary file not shown.

View File

@ -471,7 +471,7 @@
% Rozdziały % Rozdziały
\RenewDocumentCommand\chapter{sm}{% \RenewDocumentCommand\chapter{sm}{%
\cleardoublepage\mbox{} \cleardoublepage\phantomsection\mbox{}
\vskip 3 \baselineskip \vskip 3 \baselineskip
\thispagestyle{plain} \thispagestyle{plain}
\IfBooleanTF{#1}{% \IfBooleanTF{#1}{%
@ -512,7 +512,7 @@
% Paragrafy % Paragrafy
\RenewDocumentCommand\section{sm}{% \RenewDocumentCommand\section{sm}{%
\stepcounter{section} \stepcounter{section}\phantomsection
\vskip 2 \baselineskip \vskip 2 \baselineskip
\IfBooleanTF{#1}{% \IfBooleanTF{#1}{%
\vbox to 2 \baselineskip{% \vbox to 2 \baselineskip{%
@ -554,7 +554,7 @@
% Podparagrafy % Podparagrafy
\RenewDocumentCommand\subsection{sm}{% \RenewDocumentCommand\subsection{sm}{%
\stepcounter{subsection} \stepcounter{subsection}\phantomsection
\vskip 2 \baselineskip \vskip 2 \baselineskip
\IfBooleanTF{#1}{% \IfBooleanTF{#1}{%
\vbox to 1 \baselineskip{% \vbox to 1 \baselineskip{%

Binary file not shown.