Skip to content

Commit

Permalink
Simplify epub test file
Browse files Browse the repository at this point in the history
  • Loading branch information
cedounet committed Jan 5, 2025
1 parent 69c7b8b commit 7014b1f
Show file tree
Hide file tree
Showing 3 changed files with 29 additions and 134 deletions.
65 changes: 29 additions & 36 deletions book/book.tex
Original file line number Diff line number Diff line change
Expand Up @@ -47,35 +47,35 @@
\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}
Expand Down Expand Up @@ -104,12 +104,5 @@
different baking methods.}
\end{center}
\end{table}
{%
\hypersetup{hidelinks}
\listofflowcharts
\listoftables
\listoffigures
}
\printbibliography

\end{document}
11 changes: 0 additions & 11 deletions book/figures/fig-ethanol-oxidation-external.tex

This file was deleted.

87 changes: 0 additions & 87 deletions book/figures/fig-life-planet-sourdough-timeline-external.tex

This file was deleted.

0 comments on commit 7014b1f

Please sign in to comment.