mirror of
https://github.com/hendricius/the-sourdough-framework
synced 2026-04-21 03:14:29 -05:00
Show the bug 9
This commit is contained in:
+9
-6
@@ -1,11 +1,14 @@
|
|||||||
%\documentclass{scrbook} This shows the bug
|
\documentclass{scrbook} % !!! This shows the bug !!!
|
||||||
\documentclass{book}
|
%\documentclass{book}
|
||||||
|
|
||||||
% Clickable links in the table of contents
|
|
||||||
\usepackage{hyperref}
|
\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}
|
\end{document}
|
||||||
|
|||||||
Reference in New Issue
Block a user