-
Notifications
You must be signed in to change notification settings - Fork 3
/
settings.xml
101 lines (101 loc) · 5.29 KB
/
settings.xml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
<?xml version="1.0" encoding="UTF-8"?>
<settings xmlns="local.print">
<!--this can be set to "book", for the layout of a supplment
for Aethiopica or to "article" for a contribution to the
journal Aethiopica. In the second case,
items in orderOfParts like title page, aknowledgments,
toc, indexes should be omitted-->
<format>book</format>
<!--if your manuscripts all use a specific prefix for identification, please state it here-->
<localPrefix></localPrefix>
<!--zotero library in the format https://api.zotero.org/groups/358366/items, which is also the default if no value is provided.-->
<zotero></zotero>
<!--zotero style. must be one of those available in the public repository, and must be called by its name. Default is hiob-ludolf-centre-for-ethiopian-studies-->
<zstyle></zstyle>
<!-- here you can set the order and existince of parts of your catalogue
simply move the tags and mark them with yes or no
more parts can be added, but will require modifications to the package.
ask and you will be served.-->
<orderOfParts>
<!--sets the presence or not of some standard bookmarks available in the PDF-->
<PDFbookmarks>yes</PDFbookmarks>
<!--the page with title and authors as cover-->
<titlePage>yes</titlePage>
<!--print the table of contents with all included parts-->
<tableofcontents>yes</tableofcontents>
<!--print a section of your catalogue.xml file with aknowledgements-->
<aknowledgments>yes</aknowledgments>
<!--print a list of all images in any file with page number-->
<listofimages>yes</listofimages>
<!--print a section of your catalogue.xml file (also if included) with the introduction-->
<introduction>yes</introduction>
<!--prints a list of references for each bibl with pointer to the Zotero EthioStudies Library-->
<bibliography>yes</bibliography>
<!--prints the manuscripts included in the catalogue.xml file-->
<catalogue>yes</catalogue>
<!--prints the indexes: you can select which in the following section if here you have set "yes"-->
<indexes>yes</indexes>
<!--prints the images as listed in the back of the catalogue.xml file-->
<images>yes</images>
</orderOfParts>
<!--if your manuscripts come from several repositories, you can group them by repository, they will be listed in alphabetical order by repository-->
<cataloguesSettings>
<groupByRepository>yes</groupByRepository>
</cataloguesSettings>
<!-- if you are printing a catalogue, here you can decide in which order to
treat the different parts of your entry -->
<catalogueEntries>
<!--prints a header before the catalogue entry-->
<header>yes</header>
<!--prints the shelfmarks under the header-->
<shelfmark>yes</shelfmark>
<!--prints the section under history in the XML-->
<history>yes</history>
<!--prints the contents of msContents, can be further specified below with contentStructure, levelsOfContents, contentsExceptions-->
<contents>yes</contents>
<!--prints the objectDesc element from the XML, can be further specified in partsOfObjectDesc-->
<objectDesc>yes</objectDesc>
<!-- prints the collation-->
<collation>yes</collation>
<!--prints the additions element from the XML-->
<additions>yes</additions>
<!--prints the binding element from the XML-->
<binding>yes</binding>
<!--prints the layoutDesc element from the XML-->
<layout>yes</layout>
<!--prints the handDesc element from the XML-->
<hands>yes</hands>
<!--prints the decoDesc element from the XML-->
<decorations>yes</decorations>
<!--prints the URI of the element in BM-->
<URI>yes</URI>
</catalogueEntries>
<contentsStructure>
<!--include the incipit if available-->
<incipit>yes</incipit>
<!--include the explicit if available-->
<explicit>yes</explicit>
<!--include any note or other element in msItem-->
<note>yes</note>
</contentsStructure>
<!--you can add a number here. add 3, to state for example,
that you do not wish to report msItems nested lower than the third level-->
<levelsOfContents>all</levelsOfContents>
<!--you can list here, separated by commas without whitespace, IDs of units which you do not wish to print-->
<contentsExceptions></contentsExceptions>
<!--you can list here, separted by commas without whitespace the types of additions (from the list of values allowed for the attribute on additions/item/@type) which you wish to exclude-->
<additionsExceptions></additionsExceptions>
<!-- if you set indexes above to yes, here you can decide which indexes to print
there can be more, and they can be better specified for selection and rendering,
ask for that.-->
<indexes>
<persons>yes</persons>
<places>yes</places>
<works>yes</works>
<subjects>yes</subjects>
<keywords>yes</keywords>
<languages>yes</languages>
</indexes>
<!--you can list here, separted by commas without whitespace the keywords you wish to exclude-->
<keywordsExceptions></keywordsExceptions>
</settings>