diff --git a/ICHLL_Brenon.md b/ICHLL_Brenon.md
index 532058ce5d8307e59fe4250050d90d06d1749e53..a9ca58eedb07f10368284b320d979ec1de5e7dba 100644
--- a/ICHLL_Brenon.md
+++ b/ICHLL_Brenon.md
@@ -649,18 +649,26 @@ elements local to each `<div/>`.
 Some articles have figures with captions, which should be encoded the standard
 way by `<figure/>` and `<figDesc/>`.
 
-FIGURE ILLUSTRATION
+![La Grande Encyclopédie, tome 7, article "Boumerang"](ressources/boumerang_t7.png){height=300px}
+
+![](snippets/boumerang.png)
 
 Another issue of giving up on `<entry/>` is the unavailability of the `<xr/>`
 element to represent cross-references which occur in encyclopedias as well as in
 dictionaries. We prefer giving up on it to keep only the `<ref/>` element which
-is available in the context of a `<p/>`. Another solution would have been to
-introduce a `<dictScrap/>` element for the sole purpose of placing an `<xr/>`
-but we advocate against it on account of the verbosity it adds to the encoding
-and the fact that it implicitly suggests that the previous context was not the
-one of a dictionary.
+is available in the context of a `<p/>`. Its `target` attribute should be set to
+the `xml:id` of the article it points to, prefixed with a `'#'` but without any
+other file or url prepended, if it can be determined accurately (a unique
+article with the corresponding article, or ambiguity solved with the help of the
+domain annotations). Another solution would have been to introduce a
+`<dictScrap/>` element for the sole purpose of placing an `<xr/>` but we
+advocate against it on account of the verbosity it would add to the encoding and
+the fact that it implicitly suggests that the previous context was not the one
+of a dictionary.
+
+![](snippets/gelocus.png)
 
-XR ILLUSTRATION
+![La Grande Encyclopédie, tome 18, article "Gelocus"](ressources/gelocus_t18.png)
 
 But a typical page of an encyclopedia also features peritext elements, giving
 information to the reader about the current page number along with the headwords
@@ -670,12 +678,14 @@ set to position them on the page and identify their function if it has been
 recognized (those short elements on the border of pages are the ones typically
 prone to suffer damages or be misread by the OCR).
 
-Finally there are also TEI elements useful to represent "events" in the flow of the
-text, like the begining of a new column of text or of a new page. The usual
+Finally there are other TEI elements useful to represent "events" in the flow of
+the text, like the begining of a new column of text or of a new page. The usual
 appropriate elements (`<pb/>` for page begining, `<cb/>` for column begining)
 may and should be used with our encoding scheme.
 
-ALCALA DE HÉNARÈS
+![La Grande Encyclopédie, tome 1, article "Alcala-de-Hénarès"](ressources/last_page_top_left_t1.png){width=350px}
+
+![](snippets/alcala.png)
 
 ### Currently implemented
 
diff --git a/Makefile b/Makefile
index e35e4457e6cd1a8f4615679fe8c73a9d01ca5dda..88aa4566c27c2430eb6fafd0ef0ea1a74eae056a 100644
--- a/Makefile
+++ b/Makefile
@@ -1,7 +1,7 @@
-FIGURES = arbre.png cathète_t9.png dictionaries.png
+FIGURES = action_t1 arbre boumerang_t7 cathète_t9 dictionaries europe_t16 gelocus_t18 last_page_top_left_t1 sanjo_t29
 SNIPPETS = $(wildcard snippets/*.md)
 FILE_NAME = ICHLL_Brenon
-DEPEDENCIES = $(FIGURES:%=ressources/%) $(SNIPPETS:%.md=%.png)
+DEPEDENCIES = $(FIGURES:%=ressources/%.png) $(SNIPPETS:%.md=%.png)
 
 all: $(FILE_NAME).pdf
 
diff --git a/ressources/action_t1.png b/ressources/action_t1.png
new file mode 100644
index 0000000000000000000000000000000000000000..661d3cd6650ba2e5bd88a0f2893d9c9c6b008e67
Binary files /dev/null and b/ressources/action_t1.png differ
diff --git a/ressources/boumerang_t7.png b/ressources/boumerang_t7.png
new file mode 100644
index 0000000000000000000000000000000000000000..ad3e69666d1e8e6fd804c905a95254274e3ed500
Binary files /dev/null and b/ressources/boumerang_t7.png differ
diff --git a/ressources/dictionaries.png b/ressources/dictionaries.png
new file mode 100644
index 0000000000000000000000000000000000000000..ebb303bb43349c5134034fca2440451c86c5f269
Binary files /dev/null and b/ressources/dictionaries.png differ
diff --git a/ressources/europe_t16.png b/ressources/europe_t16.png
new file mode 100644
index 0000000000000000000000000000000000000000..64ad440bbb2b50767ff71bbdce83da6b2d285c9d
Binary files /dev/null and b/ressources/europe_t16.png differ
diff --git a/ressources/gelocus_t18.png b/ressources/gelocus_t18.png
new file mode 100644
index 0000000000000000000000000000000000000000..e4d9f51a29564e94a7ab794137ee2ff84144d410
Binary files /dev/null and b/ressources/gelocus_t18.png differ
diff --git a/ressources/last_page_top_left_t1.png b/ressources/last_page_top_left_t1.png
new file mode 100644
index 0000000000000000000000000000000000000000..2bf5d8d2e2f3e2a66ffd62c77c0d42454961476f
Binary files /dev/null and b/ressources/last_page_top_left_t1.png differ
diff --git a/ressources/sanjo_t29.png b/ressources/sanjo_t29.png
new file mode 100644
index 0000000000000000000000000000000000000000..eb45f7f883e9470b4f61865f412e6c62633055c8
Binary files /dev/null and b/ressources/sanjo_t29.png differ
diff --git a/snippets/alcala.md b/snippets/alcala.md
new file mode 100644
index 0000000000000000000000000000000000000000..d2684692d1687aebfe2c62a0d99b3577f5331937
--- /dev/null
+++ b/snippets/alcala.md
@@ -0,0 +1,21 @@
+---
+header-includes:
+	\pagestyle{empty}
+	\usepackage{graphicx}
+	\usepackage[left=0cm,top=0cm,right=0cm,nohead,nofoot]{geometry}
+	\geometry{
+        paperwidth=12.3cm,
+        paperheight=3.1cm,
+        margin=0cm
+	}
+---
+
+```xml
+<lb/>nerie générale de Madrid et du diocèse de Tolède. Elle est
+<pb n="1247" />
+<fw type="header">ALCALA-DE-HÉNARÈS</fw>
+<fw type="pageNum">— 1200 —</fw>
+<lb/>située sur la rive droite du rio Hénarès qui se jette un peu
+<lb/>plus loin dans un affluent du Tage, le rio Jarama. Elle por¬
+<lb/>tait du temps des Romains le nom de Complutum. Son nom
+```
diff --git a/snippets/boumerang.md b/snippets/boumerang.md
new file mode 100644
index 0000000000000000000000000000000000000000..a354406e8693b15f2b9793d342f5456b792924fd
--- /dev/null
+++ b/snippets/boumerang.md
@@ -0,0 +1,18 @@
+---
+header-includes:
+	\pagestyle{empty}
+	\usepackage{graphicx}
+	\usepackage[left=0cm,top=0cm,right=0cm,nohead,nofoot]{geometry}
+	\geometry{
+        paperwidth=6.3cm,
+        paperheight=1.8cm,
+        margin=0cm
+	}
+---
+
+```xml
+<figure>
+	<graphic url="t7p725_1.png"/>
+	<figDesc>Boumerangs.</figDesc>
+</figure>
+```
diff --git a/snippets/gelocus.md b/snippets/gelocus.md
new file mode 100644
index 0000000000000000000000000000000000000000..ffe4ab7231fe18152ed9677fb5e116d9c1bca248
--- /dev/null
+++ b/snippets/gelocus.md
@@ -0,0 +1,18 @@
+---
+header-includes:
+	\pagestyle{empty}
+	\usepackage{graphicx}
+	\usepackage[left=0cm,top=0cm,right=0cm,nohead,nofoot]{geometry}
+	\geometry{
+        paperwidth=9.1cm,
+        paperheight=1.8cm,
+        margin=0cm
+	}
+---
+
+```xml
+<p>
+	(V. <ref target="boeuf-0">Boeuf</ref> et
+	<ref target="chevrotain-0">Chevrotain</ref>).
+</p>
+```