mirror of
https://github.com/hendricius/the-sourdough-framework
synced 2025-11-08 20:21:12 -06:00
Merge branch 'main' into 225-ebook-situation
This commit is contained in:
@@ -27,7 +27,7 @@ extensible and can be stretched.
|
|||||||
\begin{table}[htp!]
|
\begin{table}[htp!]
|
||||||
\begin{center}
|
\begin{center}
|
||||||
\input{tables/table-baking-process-stages.tex}
|
\input{tables/table-baking-process-stages.tex}
|
||||||
\caption[Stages of dough during backing]{The different stages that
|
\caption[Stages of dough during baking]{The different stages that
|
||||||
your dough undergoes during the baking process.}
|
your dough undergoes during the baking process.}
|
||||||
\end{center}
|
\end{center}
|
||||||
\end{table}
|
\end{table}
|
||||||
|
|||||||
@@ -6,7 +6,13 @@ CLEAN := latexmk -cd -lualatex -c -use-make
|
|||||||
CHECK_1 := lacheck
|
CHECK_1 := lacheck
|
||||||
CHECK_2 := chktex
|
CHECK_2 := chktex
|
||||||
|
|
||||||
|
# we want bash as shell
|
||||||
|
SHELL := $(shell if [ -x "$$BASH" ]; then echo $$BASH; \
|
||||||
|
else if [ -x /bin/bash ]; then echo /bin/bash; \
|
||||||
|
else echo sh; fi; fi)
|
||||||
|
|
||||||
ifdef DEBUG
|
ifdef DEBUG
|
||||||
|
LATEX += -diagnostics
|
||||||
EBOOK += -a debug
|
EBOOK += -a debug
|
||||||
WEBSITE += -a debug
|
WEBSITE += -a debug
|
||||||
endif
|
endif
|
||||||
@@ -254,6 +260,8 @@ quick_ebook: cover/cover-page.xbb # run latex only once no biber, refe etc..
|
|||||||
show_tools_version: # Show version of tools used on the build machine
|
show_tools_version: # Show version of tools used on the build machine
|
||||||
- git log -n 1
|
- git log -n 1
|
||||||
@echo ""
|
@echo ""
|
||||||
|
- ${SHELL} --version
|
||||||
|
@echo ""
|
||||||
- latexmk --version
|
- latexmk --version
|
||||||
@echo ""
|
@echo ""
|
||||||
- lualatex --version
|
- lualatex --version
|
||||||
|
|||||||
@@ -1,4 +1,4 @@
|
|||||||
\begin{tabular}{@{}lllll@{}}
|
\begin{tabular}{@{}llrrr@{}}
|
||||||
\toprule
|
\toprule
|
||||||
\textbf{USA} & \textbf{UK} & {\textbf{Germany}} & {\textbf{France}} & {\textbf{Italy}} \\ \midrule
|
\textbf{USA} & \textbf{UK} & {\textbf{Germany}} & {\textbf{France}} & {\textbf{Italy}} \\ \midrule
|
||||||
Cake & Soft flour & T405 & T45 & 00 \\
|
Cake & Soft flour & T405 & T45 & 00 \\
|
||||||
|
|||||||
Reference in New Issue
Block a user