From 9b17f7e7c28dc9dcd1c776c8d842e9b270faff57 Mon Sep 17 00:00:00 2001
From: Alice BRENON <alice.brenon@ens-lyon.fr>
Date: Fri, 14 Mar 2025 17:30:55 +0100
Subject: [PATCH] =?UTF-8?q?Add=20a=20rule=20to=20make=20sure=20that=20?=
 =?UTF-8?q?=C2=ABappartiennent=C2=BB=20keeps=20on=20the=20left=20of=20the?=
 =?UTF-8?q?=20VP=20of=20the=20example=20constituants=20analysis=20(+=20adj?=
 =?UTF-8?q?ust=20width=20to=20keep=20both=20syntax=20diagrams=20proportion?=
 =?UTF-8?q?ate)?=
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit

---
 src/syntax/constituents.gv | 6 ++++++
 "\303\211dlA/TAL.md"       | 4 ++--
 2 files changed, 8 insertions(+), 2 deletions(-)

diff --git a/src/syntax/constituents.gv b/src/syntax/constituents.gv
index 91a595a..e06c7df 100644
--- a/src/syntax/constituents.gv
+++ b/src/syntax/constituents.gv
@@ -15,6 +15,12 @@ digraph const {
     7 [label="type:N"];
     8 [label="multipolaire:A"];
 
+    subgraph order {
+        rankdir="LR";
+        rank="same";
+        4 -> NP4 [style=invis];
+    }
+
     1, 2 -> NP1;
     NP1, 3 -> NP3;
     4, NP4 -> VP;
diff --git "a/\303\211dlA/TAL.md" "b/\303\211dlA/TAL.md"
index 456fa67..ae22e48 100644
--- "a/\303\211dlA/TAL.md"
+++ "b/\303\211dlA/TAL.md"
@@ -329,12 +329,12 @@ la même phrase.
 
 \begin{figure}
   \centering
-  \begin{subfigure}[b]{0.54\textwidth}
+  \begin{subfigure}[b]{0.6\textwidth}
     \includegraphics[width=\textwidth]{figure/syntax/constituents.png}
     \caption{Analyse en constituants}
     \label{fig:syntax_trees_constituents}
   \end{subfigure}
-  \begin{subfigure}[b]{0.44\textwidth}
+  \begin{subfigure}[b]{0.38\textwidth}
     \includegraphics[width=\textwidth]{figure/syntax/dependencies.png}
     \caption{Analyse en dépendances}
     \label{fig:syntax_trees_dependencies}
-- 
GitLab