Skip to content

Commit

Permalink
Fix 12000 BC in timeline
Browse files Browse the repository at this point in the history
  • Loading branch information
Cedric committed Dec 8, 2023
1 parent 233d8e5 commit f71354f
Showing 1 changed file with 7 additions and 3 deletions.
10 changes: 7 additions & 3 deletions book/figures/fig-sourdough-history-timeline.tex
Original file line number Diff line number Diff line change
Expand Up @@ -27,9 +27,13 @@
node[at start, left, timeline_event] {70~BC:~First water mill};

% Sourdough in Jordan
\draw[line width=1pt] (0,-1) -- (0,-0.3);
\draw[line width=1pt] (0,-1) -- (0.25,-1);
\node[timeline_event, below, anchor=west] at (0.25,-1) {\num{12000}~BC:~Sourdough in Jordan\\Cultivation of Einkorn};
\draw[line width=1pt] (0,-0.3) -- (0,-1.5);
\draw[line width=1pt] (0,-1.5) -- (0.25,-1.5);
\node[timeline_event, below, anchor=west] at (0.25,-1.5)
{\begin{tabular}{@{}l@{}l@{}}
\num{12000}~BC:&~Sourdough in Jordan\\
&~Cultivation of Einkorn\\
\end{tabular}};

% AD
\draw[line width=1pt] ({\segmentwidth*10.50},1.0) -- ({\segmentwidth*10.50},0.3)
Expand Down

0 comments on commit f71354f

Please sign in to comment.