mirror of
https://github.com/hendricius/the-sourdough-framework
synced 2025-11-09 12:41:12 -06:00
Add Example chemfig
This commit is contained in:
@@ -50,14 +50,16 @@ produce a lot of \ch{CO2}.
|
||||
\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.tex}
|
||||
\includegraphics{figures/fig-ethanol-oxidation-external.pdf}
|
||||
\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}
|
||||
@@ -65,8 +67,8 @@ produce a lot of \ch{CO2}.
|
||||
\end{center}
|
||||
\end{figure}
|
||||
|
||||
% In this case generate the graphic with pdflatex first: pdflatex fig-life-planet-sourdough-timeline-external.pdf
|
||||
% Then it will show up properly.
|
||||
% Works
|
||||
% In this case generate the graphic with pdflatex first: cd figures && pdflatex fig-life-planet-sourdough-timeline-external.pdf
|
||||
\begin{figure}[!htb]
|
||||
\includegraphics{figures/fig-life-planet-sourdough-timeline-external.pdf}
|
||||
\caption[Sourdough microbiology timeline]{Timeline works embedded as pdf}%
|
||||
|
||||
Binary file not shown.
Binary file not shown.
Reference in New Issue
Block a user