Skip to content

Commit 060a32b

Browse files
committed
added encodingDesc and tagsDecls
1 parent 236f3b9 commit 060a32b

File tree

1 file changed

+12
-0
lines changed

1 file changed

+12
-0
lines changed

freud_api_crawler/templates/tei.xml

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -431,6 +431,18 @@
431431
</listBibl>
432432
</sourceDesc>
433433
</fileDesc>
434+
<encodingDesc>
435+
<tagsDecsl>
436+
<rendition xml:id="smallcaps" scheme="css" selector="hi">font-variant:small-caps;letter-spacing:8px;</rendition>
437+
<rendition xml:id="em" scheme="css" selector="hi">font-style:italic;</rendition>
438+
<rendition xml:id="bold" scheme="css" selector="hi">font-weight:bold;</rendition>
439+
<rendition xml:id="footnote-index" scheme="css" selector="hi">vertical-align:sub;font-size:smaller;</rendition>
440+
<rendition xml:id="sub" scheme="css" selector="hi">vertical-align:sub;font-size:smaller;</rendition>
441+
<rendition xml:id="marginalie_place" selector="p">TBA</rendition>
442+
<rendition xml:id="title" selector="p[@class='title']">Haupttitle des Dokuments</rendition>
443+
<rendition xml:id="h1" selector="p[@class='h1']">Titel eines Paragraphen</rendition>
444+
</tagsDecsl>
445+
</encodingDesc>
434446
<profileDesc>
435447
<langUsage>
436448
<language ident="de">Deutsch</language>

0 commit comments

Comments
 (0)