From c009c88d95e0de376ab18565de0546d9799bf3d5 Mon Sep 17 00:00:00 2001 From: Ced Date: Mon, 3 Mar 2025 10:02:20 +0000 Subject: [PATCH] Show the bug 9 --- book/book.tex | 15 +++++++++------ 1 file changed, 9 insertions(+), 6 deletions(-) diff --git a/book/book.tex b/book/book.tex index f5a417d..6319552 100644 --- a/book/book.tex +++ b/book/book.tex @@ -1,11 +1,14 @@ -%\documentclass{scrbook} This shows the bug -\documentclass{book} +\documentclass{scrbook} % !!! This shows the bug !!! +%\documentclass{book} -% Clickable links in the table of contents \usepackage{hyperref} -\begin{document} -\input{bread-types/bread-types} -\input{wheat-sourdough/wheat-sourdough} +\begin{document} +\chapter{Bread types}% +\section{Free standing bread} +dedicated \nameref{ch:wheat-sourdough} chapter. + +\chapter{Wheat sourdough}% +\label{ch:wheat-sourdough} \end{document}