mirror of
https://github.com/hendricius/the-sourdough-framework
synced 2026-03-06 12:07:14 -06:00
12 lines
239 B
TeX
12 lines
239 B
TeX
%\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}
|
|
|
|
\end{document}
|