-
Notifications
You must be signed in to change notification settings - Fork 33
/
settings.xml
executable file
·93 lines (79 loc) · 3.09 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
<mt:meTypeset xmlns:mt="https://github.com/MartinPaulEve/meTypeset">
<mt:saxon-libs>
xml-resolver-1.1.jar;saxon9.jar
</mt:saxon-libs>
<mt:executables>
<mt:unoconv>unoconv</mt:unoconv>
</mt:executables>
<mt:parse>
<mt:dash-lists>True</mt:dash-lists>
<mt:bracket-lists>True</mt:bracket-lists>
<mt:bracket-references-and-footnotes>True</mt:bracket-references-and-footnotes>
<mt:superscripted-footnotes>True</mt:superscripted-footnotes>
</mt:parse>
<mt:aggression>
<!-- values should be from 0 to 10. Values above 10 are used internally to disable safety checks -->
<mt:sizeclassifier>5</mt:sizeclassifier>
<mt:bibliographyaddins>4</mt:bibliographyaddins>
<mt:bibliographyclassifier>4</mt:bibliographyclassifier>
<mt:tablecaptions>5</mt:tablecaptions>
<mt:graphiccaptions>5</mt:graphiccaptions>
<mt:listclassifier>4</mt:listclassifier>
<mt:wmfimagereplace>5</mt:wmfimagereplace>
<mt:teicleanup>3</mt:teicleanup>
</mt:aggression>
<mt:folders>
<mt:doc>doc</mt:doc>
<mt:docx>docx</mt:docx>
<mt:common2>common2</mt:common2>
<mt:runtime>runtime</mt:runtime>
<mt:binaries>bin</mt:binaries>
<mt:word>word</mt:word>
<mt:xsl>xsl</mt:xsl>
<mt:tei>tei</mt:tei>
<mt:outputmedia>media</mt:outputmedia>
<mt:nlm>nlm</mt:nlm>
<mt:media>media</mt:media>
<mt:error>error</mt:error>
</mt:folders>
<mt:display>
<mt:color>True</mt:color>
</mt:display>
<mt:sizeclassifier>
<mt:minimum-heading-size>16</mt:minimum-heading-size>
<mt:maximum-headings>41</mt:maximum-headings>
</mt:sizeclassifier>
<mt:style-sheets>
<mt:docs-style-sheet-path>
docx/from/docxtotei.xsl
</mt:docs-style-sheet-path>
<mt:doc-to-tei-stylesheet>
from/docxtotei.xsl
</mt:doc-to-tei-stylesheet>
<mt:tei-to-nlm-stylesheet>
nlm/tei_to_nlm.xsl
</mt:tei-to-nlm-stylesheet>
<mt:metadata-stylesheet>
metadata/metadata.xsl
</mt:metadata-stylesheet>
<mt:proprietary-math-stylesheet>
proprietary/ommlwrapper.xsl
</mt:proprietary-math-stylesheet>
</mt:style-sheets>
<mt:xml-files>
<mt:default-metadata-file-path>metadata/metadataSample.xml </mt:default-metadata-file-path>
<mt:word-document-xml>word/document.xml </mt:word-document-xml>
<mt:runtime-catalog>runtime/catalog.xml</mt:runtime-catalog>
</mt:xml-files>
<mt:languages>
<mt:reference-languages>en,de,du,fr,gr,it,sp,sw,pl,fi,ak,jp,pg,cr</mt:reference-languages>
</mt:languages>
<mt:bibliographicdatabase>
<mt:databasefile>bibliography.db</mt:databasefile>
<mt:zotero>/home/martin/.mozilla/firefox/tmu0nv3c.default/zotero</mt:zotero>
</mt:bibliographicdatabase>
<mt:nlm>
<mt:linebreaks-as-comments>False</mt:linebreaks-as-comments>
<mt:drop-unknown-addins>False</mt:drop-unknown-addins>
</mt:nlm>
</mt:meTypeset>