mirror of
https://github.com/hendricius/the-sourdough-framework
synced 2025-11-10 13:11:13 -06:00
Screen Readers (#53)
* 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
This commit is contained in:
committed by
GitHub
parent
2691ecfa22
commit
6e97f9bbd0
14
book/tables/table-starter-usage-activity.tex
Normal file
14
book/tables/table-starter-usage-activity.tex
Normal file
@@ -0,0 +1,14 @@
|
||||
\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}
|
||||
Reference in New Issue
Block a user