Skip to content
Snippets Groups Projects
Commit 98aec7ef authored by Alice Brenon's avatar Alice Brenon
Browse files

Catch up on pictures

parent f31199b8
No related branches found
No related tags found
No related merge requests found
......@@ -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
......
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
......
ressources/action_t1.png

235 KiB

ressources/boumerang_t7.png

704 KiB

ressources/dictionaries.png

1.32 MiB

ressources/europe_t16.png

1.47 MiB

ressources/gelocus_t18.png

86.2 KiB

ressources/last_page_top_left_t1.png

817 KiB

ressources/sanjo_t29.png

214 KiB

---
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
```
---
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>
```
---
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>
```
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment