Simplify epub test file
Some checks failed
Test book and website for given image / test-book-website (push) Has been cancelled

This commit is contained in:
Cedric
2025-01-05 22:04:36 +00:00
parent 69c7b8bc5f
commit 7014b1f5ea
3 changed files with 29 additions and 134 deletions

View File

@@ -47,35 +47,35 @@ produce a lot of \ch{CO2}.
\end{center}
\end{figure}
% Works
% Generate first with: cd figures && pdflatex fig-ethanol-oxidation-external.tex
\begin{figure}[!htb]
\begin{center}
\includegraphics{figures/fig-ethanol-oxidation-external.png}
\caption[Acetic acid creation]{Oxygen is required to create acetic
acid~\cite{acetic+acid+production}.}%
\end{center}
\end{figure}
% Does not work
\begin{figure}[!htb]
\begin{center}
\input{figures/fig-life-planet-sourdough-timeline.tex}
\caption[Sourdough microbiology timeline]{Timeline giberrish on website}%
\end{center}
\end{figure}
% Works
% Generate first with: cd figures && pdflatex fig-life-planet-sourdough-timeline-external.pdf
\begin{figure}[!htb]
\includegraphics{figures/fig-life-planet-sourdough-timeline-external.png}
\caption[Sourdough microbiology timeline]{Timeline works embedded as png}%
\end{figure}
\begin{figure}[!htb]
\includegraphics[width=\textwidth]{baking-experiment-temperatures.png}
\caption[Surface temperature for different steaming methods]{png file}
\end{figure}
%% Works
%% Generate first with: cd figures && pdflatex fig-ethanol-oxidation-external.tex
%\begin{figure}[!htb]
% \begin{center}
% \includegraphics{figures/fig-ethanol-oxidation-external.png}
% \caption[Acetic acid creation]{Oxygen is required to create acetic
% acid~\cite{acetic+acid+production}.}%
% \end{center}
%\end{figure}
%
%% Does not work
%\begin{figure}[!htb]
%\begin{center}
% \input{figures/fig-life-planet-sourdough-timeline.tex}
% \caption[Sourdough microbiology timeline]{Timeline giberrish on website}%
%\end{center}
%\end{figure}
%
%% Works
%% Generate first with: cd figures && pdflatex fig-life-planet-sourdough-timeline-external.pdf
%\begin{figure}[!htb]
% \includegraphics{figures/fig-life-planet-sourdough-timeline-external.png}
% \caption[Sourdough microbiology timeline]{Timeline works embedded as png}%
%\end{figure}
%
%\begin{figure}[!htb]
% \includegraphics[width=\textwidth]{baking-experiment-temperatures.png}
% \caption[Surface temperature for different steaming methods]{png file}
%\end{figure}
\begin{figure}[!htb]
\includegraphics[width=\textwidth]{baking-process-steam.jpg}
@@ -104,12 +104,5 @@ a sample of your brew and checking the color.
different baking methods.}
\end{center}
\end{table}
{%
\hypersetup{hidelinks}
\listofflowcharts
\listoftables
\listoffigures
}
\printbibliography
\end{document}