Files
the-sourdough-framework/book/book.tex
2025-03-03 10:14:41 +00:00

15 lines
337 B
TeX

\documentclass{scrbook} % !!! This shows the bug !!!
%\documentclass{book}
\usepackage{hyperref}
\begin{document}
\chapter{Bread types}
\section{Free standing bread} % !!! if you remove that line scrbook is all ok
dedicated \nameref{ch:wheat-sourdough} chapter.
\chapter{Wheat sourdough}%
\label{ch:wheat-sourdough}
\end{document}