Skip to content

Commit 39feb70

Browse files
committed
Update book.json
1 parent 0c1dcbc commit 39feb70

File tree

1 file changed

+21
-31
lines changed

1 file changed

+21
-31
lines changed

book.json

Lines changed: 21 additions & 31 deletions
Original file line numberDiff line numberDiff line change
@@ -1,55 +1,45 @@
11
{
2-
"gitbook": ">=2.0.0" ,
2+
"gitbook": ">=2.0.0",
33
"variables": {
44
"asf": "Apache Software Foundation",
5-
"author":"Steve Loughran",
5+
"author": "Steve Loughran",
66
"title": "Kerberos and Hadoop: The Madness Beyond The Gate",
77
"hadoop-latest": "2.7.1"
88
},
9-
"plugins": ["autocover"],
9+
"plugins": [
10+
"autocover",
11+
"katex"
12+
],
1013
"pluginsConfig": {
11-
"fontSettings": {
12-
"theme": "night",
13-
"family": "serif",
14-
"size": 1
15-
},
1614
"autocover": {
17-
"title": "Kerberos and Hadoop",
18-
"author": "Steve Loughran",
19-
"font": {
20-
"size": null,
21-
"family": "Impact",
22-
"color": "#FFF"
23-
},
24-
"size": {
25-
"w": 4000,
26-
"h": 3000
27-
},
28-
"background": {
29-
"color": "#09F"
30-
}
15+
"title": "Kerberos and Hadoop",
16+
"author": "Steve Loughran",
17+
"font": {
18+
"size": null,
19+
"family": "Impact",
20+
"color": "#FFF"
21+
},
22+
"size": {
23+
"w": 4000,
24+
"h": 3000
25+
},
26+
"background": {
27+
"color": "#09F"
28+
}
3129
}
3230
},
3331
"pdf": {
34-
3532
"pageNumbers": true,
36-
3733
"fontSize": 11,
38-
3934
"paperSize": "a4",
40-
41-
4235
"margin": {
4336
"right": 62,
4437
"left": 62,
4538
"top": 36,
4639
"bottom": 36
4740
},
48-
49-
"comment":"//Header HTML template. Available variables: _PAGENUM_, _TITLE_, _AUTHOR_ and _SECTION_.",
41+
"comment": "//Footer HTML template. Available variables: _PAGENUM_, _TITLE_, _AUTHOR_ and _SECTION_.",
5042
"headerTemplate": "_TITLE_",
51-
52-
"comment":"//Footer HTML template. Available variables: _PAGENUM_, _TITLE_, _AUTHOR_ and _SECTION_.",
5343
"footerTemplate": "_PAGENUM_"
5444
}
5545
}

0 commit comments

Comments
 (0)