From 6da145eefe364d89494858f1fcdd15cc25a0bf8e Mon Sep 17 00:00:00 2001 From: "flyingscorpio@pinebookpro" Date: Tue, 25 Jan 2022 14:29:24 +0100 Subject: [PATCH] Minor change --- theorie-graphes/main.tex | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) diff --git a/theorie-graphes/main.tex b/theorie-graphes/main.tex index dfb7d8a..d48aae2 100644 --- a/theorie-graphes/main.tex +++ b/theorie-graphes/main.tex @@ -47,11 +47,12 @@ D & 0 & 1 & 0 & 0 \\ \end{tabularx} + \begin{center} \begin{tikzpicture}[-latex,auto,x=2cm,y=2cm] \node(a)[state] at (0,0) {A}; - \node(b)[state] at (2,0.5) {B}; - \node(c)[state] at (3,-2) {C}; - \node(d)[state] at (0.5,-1) {D}; + \node(b)[state] at (2,0) {B}; + \node(c)[state] at (2,-2) {C}; + \node(d)[state] at (0,-2) {D}; \path (a) edge (b) (a) edge (c) @@ -61,6 +62,7 @@ (d) edge (b) ; \end{tikzpicture} + \end{center} \end{multicols}