diff --git a/book/baking/baking.tex b/book/baking/baking.tex index 6c6155f..f7154e1 100644 --- a/book/baking/baking.tex +++ b/book/baking/baking.tex @@ -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} diff --git a/book/makefile b/book/makefile index 9934dc1..9818aa3 100644 --- a/book/makefile +++ b/book/makefile @@ -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 diff --git a/book/tables/table-flour-types.tex b/book/tables/table-flour-types.tex index d113132..dcf35a0 100644 --- a/book/tables/table-flour-types.tex +++ b/book/tables/table-flour-types.tex @@ -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 \\