From 66f1ac3a814a1940a7dd528c636cc4168da72469 Mon Sep 17 00:00:00 2001 From: Ced Date: Wed, 8 Nov 2023 16:02:37 +0000 Subject: [PATCH] Use positioning Library in TikZ --- book/figures/flowcharts_tikz.tex | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/book/figures/flowcharts_tikz.tex b/book/figures/flowcharts_tikz.tex index 5a8bb6ad..592e7d9f 100644 --- a/book/figures/flowcharts_tikz.tex +++ b/book/figures/flowcharts_tikz.tex @@ -1,6 +1,6 @@ \tikzstyle{every picture}+=[font=\footnotesize\sffamily] \usetikzlibrary{calc, shapes, arrows, decorations.pathreplacing, calligraphy, - calligraphy} + positioning} \tikzstyle{decision} = [diamond, draw=codeblack, fill=codeblack, text=white, text width=4.5em, text badly centered, node distance=3cm, inner sep=0pt, line width=2mm]