diff --git a/book/baking/baking-experiment-temperatures.png b/book/baking/baking-experiment-temperatures.png deleted file mode 100644 index cd78c38..0000000 Binary files a/book/baking/baking-experiment-temperatures.png and /dev/null differ diff --git a/book/baking/baking.tex b/book/baking/baking.tex index 8aabac8..1ce82d1 100644 --- a/book/baking/baking.tex +++ b/book/baking/baking.tex @@ -62,7 +62,7 @@ full acidity? What if you were to just completely get rid of the acetic acid? How would the taste change? \begin{figure}[!htb] - \includegraphics[width=\textwidth]{baking-experiment-temperatures.png} + \input{plots/fig-temperature-surface.tex} \caption[Surface temperature for different steaming methods]{This chart shows how surface temperatures change using different steaming methods. In this case I~used a Dutch oven and an apple as dough diff --git a/book/figures/flowcharts_tikz.tex b/book/figures/flowcharts_tikz.tex index 592e7d9..b452217 100644 --- a/book/figures/flowcharts_tikz.tex +++ b/book/figures/flowcharts_tikz.tex @@ -30,3 +30,5 @@ \tikzstyle{timeline_timespan} = [rectangle, draw=codeblack, fill=pinkpic, text=black, text centered, rounded corners, line width=0.4mm] +\pgfplotsset{compat=1.18} +\pgfplotsset{width=\textwidth} diff --git a/book/images/apple-experiment-ambient-temperatures.jpg b/book/images/apple-experiment-ambient-temperatures.jpg deleted file mode 100644 index 9d7f661..0000000 Binary files a/book/images/apple-experiment-ambient-temperatures.jpg and /dev/null differ diff --git a/book/images/apple-experiment-surface-temperatures.jpg b/book/images/apple-experiment-surface-temperatures.jpg deleted file mode 100644 index e1471cb..0000000 Binary files a/book/images/apple-experiment-surface-temperatures.jpg and /dev/null differ diff --git a/book/plots/fig-temperature-ambient.tex b/book/plots/fig-temperature-ambient.tex new file mode 100644 index 0000000..c3d876f --- /dev/null +++ b/book/plots/fig-temperature-ambient.tex @@ -0,0 +1,29 @@ +\begin{tikzpicture} + \tikzstyle{every node}+=[font=\normalsize\rmfamily] + \begin{axis}[ + title=Ambient temperature, + grid=both, + major grid style={line width=.2pt,draw=gray!30}, + axis x line=middle, + axis y line=middle, + width=\textwidth, + height=0.5\textwidth, + xmax=35, xmin=-0.1, + ymax=205, ymin=-0.1, + every axis y label/.style={% + at={(ticklabel cs:0.5)},rotate=90,anchor=near ticklabel}, + every axis x label/.style={% + at={(ticklabel cs:0.5)},anchor=near ticklabel}, + legend pos = south east, + legend style={draw=none}, + legend cell align={left}, + xlabel=Duration (minutes), ylabel=Temperature (\SI{}{\degree} C) + ] + \addplot [color=redpic,smooth,ultra thick] table {plots/icecube_ambient.table}; + \addplot [color=codeblack,smooth,ultra thick] table {plots/preheated_ambient.table}; + \addplot [color=codeblue,smooth,ultra thick] table {plots/non-preheated_ambient.table}; + \addplot [color=yellowpic,smooth,ultra thick] table {plots/preheated_bottom_ambient.table}; + \addplot [color=pinkpic,smooth,ultra thick] table {plots/spritzing_ambient.table}; + \legend{Ice cube, Preheated, Non-preheated, Preheated bottom, Spritzing}; + \end{axis} +\end{tikzpicture} diff --git a/book/plots/fig-temperature-surface.tex b/book/plots/fig-temperature-surface.tex new file mode 100644 index 0000000..8ddaf9e --- /dev/null +++ b/book/plots/fig-temperature-surface.tex @@ -0,0 +1,29 @@ +\begin{tikzpicture} + \tikzstyle{every node}+=[font=\normalsize\rmfamily] + \begin{axis}[ + title=Surface temperature, + grid=both, + major grid style={line width=.2pt,draw=gray!30}, + axis x line=middle, + axis y line=middle, + width=\textwidth, + height=0.5\textwidth, + xmax=35, xmin=-0.1, + ymax=108, ymin=-0.1, + every axis y label/.style={% + at={(ticklabel cs:0.5)},rotate=90,anchor=near ticklabel}, + every axis x label/.style={% + at={(ticklabel cs:0.5)},anchor=near ticklabel}, + legend pos = south east, + legend style={draw=none}, + legend cell align={left}, + xlabel=Duration (minutes), ylabel=Temperature (\SI{}{\degree} C) + ] + \addplot [color=redpic,smooth,ultra thick] table {plots/icecube_surface.table}; + \addplot [color=codeblack,smooth,ultra thick] table {plots/preheated_surface.table}; + \addplot [color=codeblue,smooth,ultra thick] table {plots/non-preheated_surface.table}; + \addplot [color=yellowpic,smooth,ultra thick] table {plots/preheated_bottom_surface.table}; + \addplot [color=pinkpic,smooth,ultra thick] table {plots/spritzing_surface.table}; + \legend{Ice cube, Preheated, Non-preheated, Preheated bottom, Spritzing}; + \end{axis} +\end{tikzpicture} diff --git a/book/plots/fig-yeast-sourdough-strength.tex b/book/plots/fig-yeast-sourdough-strength.tex new file mode 100644 index 0000000..defaa62 --- /dev/null +++ b/book/plots/fig-yeast-sourdough-strength.tex @@ -0,0 +1,42 @@ +\begin{tikzpicture} + \tikzstyle{every node}+=[font=\normalsize\rmfamily] + \begin{axis}[ + title style={align=center}, + title={Gluten development of a sourdough and yeast based dough\\ + \qty{22}{\degreeCelsius} (\qty{72}{\degF}) and + \qty{60}{\percent}~hydration}, + axis x line=middle, + axis y line=middle, + width=\textwidth, + height=0.5\textwidth, + xmax=44, xmin=-0.1, + ymax=12, ymin=-0.1, + every axis y label/.style={% + at={(ticklabel cs:0.5)},rotate=90,anchor=near ticklabel}, + every axis x label/.style={% + at={(ticklabel cs:0.5)},anchor=near ticklabel}, + xtick distance=6, + ytick style={draw=none}, + yticklabels={empty}, + legend style={draw=none}, + legend cell align={left}, + xlabel=Duration (hours), ylabel=Dough strength + ] + \addplot [color=redpic,smooth,ultra thick] table {plots/yeast.table}; + \addplot [color=codeblue,smooth,ultra thick] table {plots/sourdough.table}; + + \node at (axis cs:18,7) [anchor=south west] {% + \begin{tabular}{@{}lll@{}} \textbf{Dough type}& + \textbf{Kneading} & \textbf{Stretch \& Fold}\\ + \midrule + \textcolor{redpic}{Yeast} & \textcolor{redpic}{None}& + \textcolor{redpic}{None} \\ \textcolor{codeblue}{Sourdough}& + \textcolor{codeblue}{None} & \textcolor{codeblue}{None} \\ + \end{tabular} + }; + \node at (axis cs:8,8.3) [anchor=south] {Peak stage}; + \node at (axis cs:1,1) [anchor=west] {Development stage}; + \node at (axis cs:9.5,5) [anchor=west] {Extensibility stage}; + \node at (axis cs:25.8,4) [anchor=west] {Decay stage}; + \end{axis} +\end{tikzpicture} diff --git a/book/plots/icecube_ambient.table b/book/plots/icecube_ambient.table new file mode 100644 index 0000000..9e26aed --- /dev/null +++ b/book/plots/icecube_ambient.table @@ -0,0 +1,24 @@ +#Ice Cube +#Time Ambient +1 95 +2 148 +3 165 +4 172 +5 175 +6 179 +7 179 +8 180 +9 181 +10 182 +11 182 +12 182 +13 182 +14 181 +15 182 +16 182 +17 181 +18 182 +19 182 +20 181 +21 182 +22 182 diff --git a/book/plots/icecube_surface.table b/book/plots/icecube_surface.table new file mode 100644 index 0000000..1f5654e --- /dev/null +++ b/book/plots/icecube_surface.table @@ -0,0 +1,24 @@ +#Ice Cube +#Time Surface +1 13 +2 50 +3 66 +4 71 +5 72 +6 74 +7 78 +8 81 +9 84 +10 86 +11 89 +12 91 +13 92 +14 94 +15 95 +16 96 +17 97 +18 98 +19 98 +20 99 +21 99 +22 99 diff --git a/book/plots/non-preheated_ambient.table b/book/plots/non-preheated_ambient.table new file mode 100644 index 0000000..1ea41d7 --- /dev/null +++ b/book/plots/non-preheated_ambient.table @@ -0,0 +1,28 @@ +#Non preheated +#Time Ambient +1 22 +2 25 +3 31 +4 36 +5 43 +6 49 +7 56 +8 63 +9 70 +10 77 +11 85 +12 91 +13 96 +14 102 +15 107 +16 113 +17 119 +18 124 +19 128 +20 132 +21 137 +22 141 +23 144 +24 147 +25 151 +26 151 diff --git a/book/plots/non-preheated_surface.table b/book/plots/non-preheated_surface.table new file mode 100644 index 0000000..d1efc83 --- /dev/null +++ b/book/plots/non-preheated_surface.table @@ -0,0 +1,28 @@ +#Non preheated +#Time Surface +1 13 +2 14 +3 15 +4 15 +5 17 +6 18 +7 19 +8 21 +9 23 +10 26 +11 28 +12 31 +13 34 +14 37 +15 40 +16 43 +17 47 +18 50 +19 53 +20 57 +21 61 +22 65 +23 68 +24 71 +25 74 +26 75 diff --git a/book/plots/preheated_ambient.table b/book/plots/preheated_ambient.table new file mode 100644 index 0000000..1716484 --- /dev/null +++ b/book/plots/preheated_ambient.table @@ -0,0 +1,18 @@ +#Pre-heated +#Time Ambient +1 110 +2 163 +3 181 +4 186 +5 189 +6 190 +7 190 +8 189 +9 189 +10 188 +11 188 +12 188 +13 189 +14 189 +15 190 + diff --git a/book/plots/preheated_bottom_ambient.table b/book/plots/preheated_bottom_ambient.table new file mode 100644 index 0000000..e05fe9e --- /dev/null +++ b/book/plots/preheated_bottom_ambient.table @@ -0,0 +1,37 @@ +#Preheated Bottom +#Time Ambient +1 31 +2 105 +3 133 +4 143 +5 149 +6 151 +7 152 +8 152 +9 153 +10 154 +11 157 +12 159 +13 161 +14 162 +15 164 +16 167 +17 169 +18 171 +19 172 +20 173 +21 174 +22 176 +23 176 +24 176 +25 176 +26 176 +27 176 +28 176 +29 176 +30 176 +31 176 +32 176 +33 176 +34 176 +35 176 diff --git a/book/plots/preheated_bottom_surface.table b/book/plots/preheated_bottom_surface.table new file mode 100644 index 0000000..f125001 --- /dev/null +++ b/book/plots/preheated_bottom_surface.table @@ -0,0 +1,36 @@ +#Preheated bottom +#Time Surface +#1 0 +2 7 +3 13 +4 18 +5 23 +6 29 +7 33 +8 38 +9 42 +10 47 +11 51 +12 55 +13 60 +14 64 +15 68 +16 71 +17 74 +18 78 +19 83 +20 90 +21 95 +22 97 +23 99 +24 99 +25 99 +26 100 +27 100 +28 100 +29 100 +30 100 +31 100 +32 100 +33 100 +34 101 diff --git a/book/plots/preheated_surface.table b/book/plots/preheated_surface.table new file mode 100644 index 0000000..66022c6 --- /dev/null +++ b/book/plots/preheated_surface.table @@ -0,0 +1,17 @@ +#Ice Cube +#Time Surface +1 7 +2 16 +3 25 +4 35 +5 43 +6 51 +7 58 +8 65 +9 70 +10 74 +11 78 +12 82 +13 85 +14 85 +15 85 diff --git a/book/plots/sourdough.table b/book/plots/sourdough.table new file mode 100644 index 0000000..5873843 --- /dev/null +++ b/book/plots/sourdough.table @@ -0,0 +1,100 @@ +0.000000000000000000e+00 0.000000000000000000e+00 +2.424242424242424310e-01 4.240754653977794608e-01 +4.848484848484848619e-01 8.471491777276901614e-01 +7.272727272727272929e-01 1.268219383921863175e+00 +9.696969696969697239e-01 1.686284330912430240e+00 +1.212121212121212155e+00 2.100342265631521599e+00 +1.454545454545454586e+00 2.509391435011269600e+00 +1.696969696969697017e+00 2.912430085983805039e+00 +1.939393939393939448e+00 3.308456465481258935e+00 +2.181818181818181657e+00 3.696468820435762304e+00 +2.424242424242424310e+00 4.075465397779447052e+00 +2.666666666666666963e+00 4.444444444444444642e+00 +2.909090909090909172e+00 4.802404207362885202e+00 +3.151515151515151381e+00 5.148342933466899751e+00 +3.393939393939394034e+00 5.481258869688621971e+00 +3.636363636363636687e+00 5.800150262960180214e+00 +3.878787878787878896e+00 6.104015360213707275e+00 +4.121212121212121104e+00 6.391852408381334172e+00 +4.363636363636363313e+00 6.662659654395191033e+00 +4.606060606060606410e+00 6.915435345187411542e+00 +4.848484848484848619e+00 7.149177727690124051e+00 +5.090909090909090828e+00 7.362885048835461355e+00 +5.333333333333333925e+00 7.555555555555555358e+00 +5.575757575757576134e+00 7.726187494782536191e+00 +5.818181818181818343e+00 7.873779113448534872e+00 +6.060606060606060552e+00 7.997328658485683306e+00 +6.303030303030302761e+00 8.095834376826111622e+00 +6.545454545454545858e+00 8.168294515401953504e+00 +6.787878787878788067e+00 8.213707321145337303e+00 +7.030303030303030276e+00 8.231071040988396703e+00 +7.272727272727273373e+00 8.219383921863260056e+00 +7.515151515151515582e+00 8.177644210702062821e+00 +7.757575757575757791e+00 8.104850154436931575e+00 +8.000000000000000000e+00 8.000000000000000000e+00 +8.242424242424242209e+00 7.878787878787878896e+00 +8.484848484848484418e+00 7.757575757575757791e+00 +8.727272727272726627e+00 7.636363636363636687e+00 +8.969696969696970612e+00 7.515151515151514694e+00 +9.212121212121212821e+00 7.393939393939393590e+00 +9.454545454545455030e+00 7.272727272727272485e+00 +9.696969696969697239e+00 7.151515151515151381e+00 +9.939393939393939448e+00 7.030303030303030276e+00 +1.018181818181818166e+01 6.909090909090909172e+00 +1.042424242424242387e+01 6.787878787878788067e+00 +1.066666666666666785e+01 6.666666666666666075e+00 +1.090909090909091006e+01 6.545454545454544970e+00 +1.115151515151515227e+01 6.424242424242423866e+00 +1.139393939393939448e+01 6.303030303030302761e+00 +1.163636363636363669e+01 6.181818181818181657e+00 +1.187878787878787890e+01 6.060606060606060552e+00 +1.212121212121212110e+01 5.939393939393939448e+00 +1.236363636363636331e+01 5.818181818181818343e+00 +1.260606060606060552e+01 5.696969696969697239e+00 +1.284848484848484951e+01 5.575757575757575246e+00 +1.309090909090909172e+01 5.454545454545454142e+00 +1.333333333333333393e+01 5.333333333333333037e+00 +1.357575757575757613e+01 5.212121212121211933e+00 +1.381818181818181834e+01 5.090909090909090828e+00 +1.406060606060606055e+01 4.969696969696969724e+00 +1.430303030303030276e+01 4.848484848484848619e+00 +1.454545454545454675e+01 4.727272727272726627e+00 +1.478787878787878896e+01 4.606060606060605522e+00 +1.503030303030303116e+01 4.484848484848484418e+00 +1.527272727272727337e+01 4.363636363636363313e+00 +1.551515151515151558e+01 4.242424242424242209e+00 +1.575757575757575779e+01 4.121212121212121104e+00 +1.600000000000000000e+01 4.000000000000000000e+00 +1.624242424242424221e+01 3.878787878787878896e+00 +1.648484848484848442e+01 3.757575757575757791e+00 +1.672727272727272663e+01 3.636363636363636687e+00 +1.696969696969696884e+01 3.515151515151515582e+00 +1.721212121212121104e+01 3.393939393939394478e+00 +1.745454545454545325e+01 3.272727272727273373e+00 +1.769696969696969902e+01 3.151515151515150492e+00 +1.793939393939394122e+01 3.030303030303029388e+00 +1.818181818181818343e+01 2.909090909090908283e+00 +1.842424242424242564e+01 2.787878787878787179e+00 +1.866666666666666785e+01 2.666666666666666075e+00 +1.890909090909091006e+01 2.545454545454544970e+00 +1.915151515151515227e+01 2.424242424242423866e+00 +1.939393939393939448e+01 2.303030303030302761e+00 +1.963636363636363669e+01 2.181818181818181657e+00 +1.987878787878787890e+01 2.060606060606060552e+00 +2.012121212121212110e+01 1.939393939393939448e+00 +2.036363636363636331e+01 1.818181818181818343e+00 +2.060606060606060552e+01 1.696969696969697239e+00 +2.084848484848484773e+01 1.575757575757576134e+00 +2.109090909090908994e+01 1.454545454545455030e+00 +2.133333333333333570e+01 1.333333333333332149e+00 +2.157575757575757791e+01 1.212121212121211045e+00 +2.181818181818182012e+01 1.090909090909089940e+00 +2.206060606060606233e+01 9.696969696969688357e-01 +2.230303030303030454e+01 8.484848484848477312e-01 +2.254545454545454675e+01 7.272727272727266268e-01 +2.278787878787878896e+01 6.060606060606055223e-01 +2.303030303030303116e+01 4.848484848484844179e-01 +2.327272727272727337e+01 3.636363636363633134e-01 +2.351515151515151558e+01 2.424242424242422089e-01 +2.375757575757575779e+01 1.212121212121211045e-01 +2.400000000000000000e+01 0.000000000000000000e+00 diff --git a/book/plots/spritzing_ambient.table b/book/plots/spritzing_ambient.table new file mode 100644 index 0000000..745e80f --- /dev/null +++ b/book/plots/spritzing_ambient.table @@ -0,0 +1,37 @@ +#Spritzing +#Time Ambient +1 31 +2 135 +3 168 +4 182 +5 189 +6 190 +7 190 +8 190 +9 190 +10 189 +11 190 +12 190 +13 189 +14 190 +15 190 +16 190 +17 189 +18 190 +19 190 +20 190 +21 190 +22 190 +23 189 +24 190 +25 190 +26 190 +27 190 +28 190 +29 190 +30 189 +31 190 +32 190 +33 190 +34 190 +35 190 diff --git a/book/plots/spritzing_surface.table b/book/plots/spritzing_surface.table new file mode 100644 index 0000000..a98285f --- /dev/null +++ b/book/plots/spritzing_surface.table @@ -0,0 +1,38 @@ +#Spritzing +#Time Surface +1 6 +2 13 +3 29 +4 40 +5 47 +6 54 +7 60 +8 65 +9 70 +10 74 +11 78 +12 82 +13 85 +14 88 +15 91 +16 94 +17 96 +18 97 +19 98 +20 99 +21 99 +22 99 +23 99 +24 99 +25 99 +26 99 +27 99 +28 100 +29 100 +30 101 +31 101 +32 101 +33 102 +34 103 +35 103 + diff --git a/book/plots/yeast.table b/book/plots/yeast.table new file mode 100644 index 0000000..63be27a --- /dev/null +++ b/book/plots/yeast.table @@ -0,0 +1,100 @@ +0.000000000000000000e+00 0.000000000000000000e+00 +4.242424242424242542e-01 7.169229458362316176e-01 +8.484848484848485084e-01 1.428572670524745458e+00 +1.272727272727272707e+00 2.130208499298593239e+00 +1.696969696969697017e+00 2.817089757390826232e+00 +2.121212121212121104e+00 3.484475770034495934e+00 +2.545454545454545414e+00 4.127625862462654283e+00 +2.969696969696969724e+00 4.741799359908352329e+00 +3.393939393939394034e+00 5.322255587604640681e+00 +3.818181818181818343e+00 5.864253870784571276e+00 +4.242424242424242209e+00 6.363053534681196055e+00 +4.666666666666666963e+00 6.813913904527567844e+00 +5.090909090909090828e+00 7.212094305556735030e+00 +5.515151515151515582e+00 7.552854063001753104e+00 +5.939393939393939448e+00 7.831452502095669566e+00 +6.363636363636364202e+00 8.043148948071538129e+00 +6.787878787878788067e+00 8.183202726162404517e+00 +7.212121212121211933e+00 8.246873161601330438e+00 +7.636363636363636687e+00 8.229419579621360725e+00 +8.060606060606060552e+00 8.142734264051528115e+00 +8.484848484848484418e+00 8.049102099819306133e+00 +8.909090909090910060e+00 7.954963367078545566e+00 +9.333333333333333925e+00 7.860318065829249967e+00 +9.757575757575757791e+00 7.765166196071416671e+00 +1.018181818181818166e+01 7.669507757805047454e+00 +1.060606060606060552e+01 7.573342751030141429e+00 +1.103030303030303116e+01 7.476671175746698594e+00 +1.145454545454545503e+01 7.379493031954719839e+00 +1.187878787878787890e+01 7.281808319654204276e+00 +1.230303030303030276e+01 7.183617038845151903e+00 +1.272727272727272840e+01 7.084919189527563610e+00 +1.315151515151515227e+01 6.985714771701438508e+00 +1.357575757575757613e+01 6.886003785366776597e+00 +1.400000000000000000e+01 6.785786230523578766e+00 +1.442424242424242387e+01 6.685062107171844126e+00 +1.484848484848484951e+01 6.583831415311573565e+00 +1.527272727272727337e+01 6.482094154942766195e+00 +1.569696969696969724e+01 6.379850326065422905e+00 +1.612121212121212110e+01 6.277123761538812907e+00 +1.654545454545454675e+01 6.174324510640207819e+00 +1.696969696969696884e+01 6.071597983435813362e+00 +1.739393939393939448e+01 5.968940305132156787e+00 +1.781818181818182012e+01 5.866347600935763573e+00 +1.824242424242424221e+01 5.763815996053158308e+00 +1.866666666666666785e+01 5.661341615690869133e+00 +1.909090909090908994e+01 5.558920585055421526e+00 +1.951515151515151558e+01 5.456549029353340075e+00 +1.993939393939394122e+01 5.354223073791151144e+00 +2.036363636363636331e+01 5.251938843575382876e+00 +2.078787878787878896e+01 5.149692463912558082e+00 +2.121212121212121104e+01 5.047480060009204905e+00 +2.163636363636363669e+01 4.945297757071848821e+00 +2.206060606060606233e+01 4.843141680307013530e+00 +2.248484848484848442e+01 4.741007954921228951e+00 +2.290909090909091006e+01 4.638892706121018783e+00 +2.333333333333333570e+01 4.536792059112909392e+00 +2.375757575757575779e+01 4.434702139103427143e+00 +2.418181818181818343e+01 4.332619071299096625e+00 +2.460606060606060552e+01 4.230538980906445978e+00 +2.503030303030303116e+01 4.128457993131998016e+00 +2.545454545454545681e+01 4.026372233182281768e+00 +2.587878787878787890e+01 3.924277826263822710e+00 +2.630303030303030454e+01 3.822170897583144988e+00 +2.672727272727272663e+01 3.720047572346776743e+00 +2.715151515151515227e+01 3.617903975761242119e+00 +2.757575757575757791e+01 3.515736233033067482e+00 +2.800000000000000000e+01 3.413540469368780528e+00 +2.842424242424242564e+01 3.311312809974904514e+00 +2.884848484848484773e+01 3.209049380057968470e+00 +2.927272727272727337e+01 3.106746304824495208e+00 +2.969696969696969902e+01 3.004399709481012870e+00 +3.012121212121212110e+01 2.902005719234047376e+00 +3.054545454545454675e+01 2.799560459290122427e+00 +3.096969696969696884e+01 2.697060054855767497e+00 +3.139393939393939448e+01 2.594500631137504953e+00 +3.181818181818182012e+01 2.491878313341862938e+00 +3.224242424242424221e+01 2.389189226675367816e+00 +3.266666666666666430e+01 2.286429496344544621e+00 +3.309090909090909349e+01 2.183595247555917496e+00 +3.351515151515151558e+01 2.080682605516016359e+00 +3.393939393939393767e+01 1.977687695431364912e+00 +3.436363636363636687e+01 1.874606642508488630e+00 +3.478787878787878896e+01 1.771435571953915211e+00 +3.521212121212121104e+01 1.668170608974169244e+00 +3.563636363636364024e+01 1.564807878775775540e+00 +3.606060606060606233e+01 1.461343506565263128e+00 +3.648484848484848442e+01 1.357773617549156597e+00 +3.690909090909091361e+01 1.254094336933980092e+00 +3.733333333333333570e+01 1.150301789926262863e+00 +3.775757575757575779e+01 1.046392101732529056e+00 +3.818181818181817988e+01 9.423613975593052583e-01 +3.860606060606060908e+01 8.382058026131148365e-01 +3.903030303030303116e+01 7.339214421004879307e-01 +3.945454545454545325e+01 6.295044412279485746e-01 +3.987878787878788245e+01 5.249509252020206906e-01 +4.030303030303030454e+01 4.202570192292340301e-01 +4.072727272727272663e+01 3.154188485161137923e-01 +4.115151515151515582e+01 2.104325382691821789e-01 +4.157575757575757791e+01 1.052942136949696628e-01 +4.200000000000000000e+01 4.440892098500626162e-16 diff --git a/book/sourdough.sty b/book/sourdough.sty index 55e835e..370e706 100644 --- a/book/sourdough.sty +++ b/book/sourdough.sty @@ -1,11 +1,11 @@ \ProvidesPackage{sourdough} \usepackage{blindtext} \usepackage{graphicx} +\usepackage{pgfplots} \usepackage{booktabs} \usepackage{longtable} \usepackage{chemformula} \usepackage{chemfig} -\usepackage{booktabs} \usepackage{makecell} \usepackage[mode=match, reset-text-family=false]{siunitx} \usepackage{fontspec} diff --git a/book/troubleshooting/crumb-structures.tex b/book/troubleshooting/crumb-structures.tex index 8fad248..ecb5097 100644 --- a/book/troubleshooting/crumb-structures.tex +++ b/book/troubleshooting/crumb-structures.tex @@ -325,7 +325,7 @@ the surface of the apple a lot quicker. When replicating this with a bread dough I~would achieve less oven spring. \begin{figure}[ht] - \includegraphics[width=\textwidth]{apple-experiment-surface-temperatures} + \input{plots/fig-temperature-surface.tex} \caption[Surface temperature versus steaming technique]{A chart showing how the temperature of the apple's surface changes with different steaming techniques.}% @@ -333,7 +333,7 @@ I~would achieve less oven spring. \end{figure} \begin{figure}[ht] - \includegraphics[width=\textwidth]{apple-experiment-ambient-temperatures} + \input{plots/fig-temperature-ambient.tex} \caption[Dutch Oven temperature versus steaming technique]{This figure shows how the ambient temperatures inside of the Dutch oven change depending on the steaming technique that is used.}% diff --git a/book/wheat-sourdough/dough-strength-sourdough-yeast.png b/book/wheat-sourdough/dough-strength-sourdough-yeast.png deleted file mode 100644 index 2640287..0000000 Binary files a/book/wheat-sourdough/dough-strength-sourdough-yeast.png and /dev/null differ diff --git a/book/wheat-sourdough/wheat-sourdough.tex b/book/wheat-sourdough/wheat-sourdough.tex index 4722343..ebe560c 100644 --- a/book/wheat-sourdough/wheat-sourdough.tex +++ b/book/wheat-sourdough/wheat-sourdough.tex @@ -45,7 +45,7 @@ that tastes much better than any store-bought bread. \section{The process} \begin{flowchart}[!htb] -\centering + \centering \input{figures/fig-wheat-sourdough-process.tex} \caption{The typical process of making a wheat-based sourdough bread.}% \label{fig:wheat-sourdough-process} @@ -579,7 +579,8 @@ your gluten network transforms into a web-like structure. This is what traps the gases during the fermentation process~\cite{how+does+gluten+work}. \begin{figure}[!htb] - \includegraphics[width=\textwidth]{dough-strength-sourdough-yeast} + \centering + \input{plots/fig-yeast-sourdough-strength.tex} \caption[Dough strength over time without kneading]{A schematic visualization of automatic gluten development. The doughs are not kneaded, just initially mixed. Note how dough strength deteriorates @@ -587,8 +588,6 @@ traps the gases during the fermentation process~\cite{how+does+gluten+work}. sourdough due to the bacteria's gluten proteolysis.}% \label{fig:wheat-yeast-sourdough-degradation} \end{figure} -% See https://www.figma.com/file/wTUVe6Nm2INOvT82mJhQur/Dough-strength-visualisation?node-id=0%3A1&t=fjdPvXYuJpsdQfWN-1 for -% the source of this visualization The soaking process has to be extended the more whole-wheat flour is used. The purpose of the wheat kernel's outer bran is to soak up water as fast