mirror of
https://github.com/hendricius/the-sourdough-framework
synced 2025-12-07 10:04:25 -06:00
Simplify epub test file
Some checks failed
Test book and website for given image / test-book-website (push) Has been cancelled
Some checks failed
Test book and website for given image / test-book-website (push) Has been cancelled
This commit is contained in:
@@ -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}
|
||||
|
||||
Reference in New Issue
Block a user