mirror of
https://github.com/hendricius/the-sourdough-framework
synced 2026-04-19 02:17:23 -05: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}
|