From d3f9c4e45811a50b2db80ced1b8b74b5297a28a4 Mon Sep 17 00:00:00 2001 From: Cedric Date: Sun, 29 Dec 2024 17:32:43 +0000 Subject: [PATCH] Enable pgfplots package --- book/figures/flowcharts_tikz.tex | 2 ++ book/sourdough.sty | 2 +- 2 files changed, 3 insertions(+), 1 deletion(-) 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/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}