mirror of
https://github.com/hendricius/the-sourdough-framework
synced 2026-02-12 17:27:14 -06:00
15 lines
289 B
TeX
15 lines
289 B
TeX
\documentclass{scrbook} % !!! This shows the bug !!!
|
|
%\documentclass{book}
|
|
|
|
\usepackage{hyperref}
|
|
|
|
\begin{document}
|
|
\chapter{Bread types}%
|
|
\section{Free standing bread}
|
|
dedicated \nameref{ch:wheat-sourdough} chapter.
|
|
|
|
\chapter{Wheat sourdough}%
|
|
\label{ch:wheat-sourdough}
|
|
|
|
\end{document}
|