-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathhierarchy_version_settings.json
54 lines (54 loc) · 1.37 KB
/
hierarchy_version_settings.json
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
{
"passes": [
{
"minDepth": 0,
"maxDepth": 0,
"startProposition": "1",
"endProposition": "7"
},
{
"minDepth": 0,
"maxDepth": 1,
"startProposition": "1",
"endProposition": "7"
},
{
"minDepth": 0,
"maxDepth": 2,
"startProposition": "1",
"endProposition": "7"
},
{
"minDepth": 0,
"maxDepth": 3,
"startProposition": "1",
"endProposition": "7"
},
{
"minDepth": 0,
"maxDepth": 5,
"startProposition": "1",
"endProposition": "7"
}
],
"useDepthMarkers": true,
"includeCoverPage": true,
"includeDedicationPage": true,
"includeRussellsIntro": true,
"columnsForRussellsIntro": 2,
"includePreface": true,
"includeGerman": true,
"includeOgden": true,
"includePearsMcGuinness": true,
"includeIndex": true,
"columnsForIndex": 3,
"includeLicenseInfo": true,
"useBookCoverImage": false,
"multicolumnLayout": true,
"ruleBetweenColumns": true,
"distanceBetweenColumns": "1em",
"papersize": "letterpaper",
"landscape": true,
"margin": "0.5in",
"fontcommand": "\\usepackage[T1]{fontenc}\\usepackage{fouriernc}"
}