mirror of
https://github.com/hendricius/the-sourdough-framework
synced 2025-11-09 04:31:11 -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{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}
|
||||
|
||||
@@ -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
|
||||
|
||||
@@ -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 \\
|
||||
|
||||
Reference in New Issue
Block a user