Fix images not displaying (#108)

This commit is contained in:
Hendrik Kleinwaechter
2023-06-01 16:02:09 +02:00
committed by GitHub
parent 037ae6d7fd
commit 916b610a53
2 changed files with 12 additions and 13 deletions

View File

@@ -35,16 +35,16 @@
% Folders where to search for images
\graphicspath{
{./images/}
{./troubleshooting/}
{./sourdough-starter/}
{./troubleshooting/crumb-structures/}
{./history/}
{./images/external/}
{./baking/}
{./wheat-sourdough/}
{./wheat-sourdough/shaping/}
{./non-wheat-sourdough/}
{images/}
{troubleshooting/}
{sourdough-starter/}
{troubleshooting/crumb-structures/}
{history/}
{images/external/}
{baking/}
{wheat-sourdough/}
{wheat-sourdough/shaping/}
{non-wheat-sourdough/}
}
% Layout rules
@@ -69,7 +69,7 @@
% Title page
\begin{titlepage}
\centering
\includegraphics[width=\textwidth]{cover-page}
\includegraphics[width=\textwidth]{images/cover-page.jpg}
Version:
\today
\end{titlepage}