mirror of
https://github.com/hendricius/the-sourdough-framework
synced 2025-11-08 20:21:12 -06:00
* add tikzcache * ignore files * add latexmkrc file * Move figures to new files * rename images * Fix build commands * Release as epub3 and mobi * Add cover-image support * use older epub * Externalize all tables * change gh actions command * fix linux xargs rm
15 lines
2.2 KiB
TeX
15 lines
2.2 KiB
TeX
\input{./vars}
|
|
|
|
\begin{document}
|
|
\begin{tabular}{|l|l|l|l|}
|
|
\hline
|
|
\textbf{\begin{tabular}[c]{@{}l@{}}Temperature\\ in °C\end{tabular}} & \textbf{\begin{tabular}[c]{@{}l@{}}Temperature\\ in °F\end{tabular}} & \textbf{\begin{tabular}[c]{@{}l@{}}Starter\\ recently fed?\end{tabular}} & \textbf{\begin{tabular}[c]{@{}l@{}}Amount\\ of starter in\%\end{tabular}} \\ \hline
|
|
30 & 86 & Yes & 5 \\ \hline
|
|
25 & 77 & Yes & 10 \\ \hline
|
|
20 & 68 & Yes & 15 \\ \hline
|
|
30 & 86 & No & 2.5 \\ \hline
|
|
25 & 77 & No & 5 \\ \hline
|
|
20 & 68 & No & 10 \\ \hline
|
|
\end{tabular}
|
|
\end{document}
|