Merge branch 'main' into 225-ebook-situation

This commit is contained in:
Ced
2023-10-04 09:49:03 +01:00
3 changed files with 10 additions and 2 deletions

View File

@@ -27,7 +27,7 @@ extensible and can be stretched.
\begin{table}[htp!]
\begin{center}
\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.}
\end{center}
\end{table}

View File

@@ -6,7 +6,13 @@ CLEAN := latexmk -cd -lualatex -c -use-make
CHECK_1 := lacheck
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
LATEX += -diagnostics
EBOOK += -a debug
WEBSITE += -a debug
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
- git log -n 1
@echo ""
- ${SHELL} --version
@echo ""
- latexmk --version
@echo ""
- lualatex --version

View File

@@ -1,4 +1,4 @@
\begin{tabular}{@{}lllll@{}}
\begin{tabular}{@{}llrrr@{}}
\toprule
\textbf{USA} & \textbf{UK} & {\textbf{Germany}} & {\textbf{France}} & {\textbf{Italy}} \\ \midrule
Cake & Soft flour & T405 & T45 & 00 \\