File tree Expand file tree Collapse file tree 1 file changed +21
-31
lines changed Expand file tree Collapse file tree 1 file changed +21
-31
lines changed Original file line number Diff line number Diff line change 1
1
{
2
- "gitbook" : " >=2.0.0" ,
2
+ "gitbook" : " >=2.0.0" ,
3
3
"variables" : {
4
4
"asf" : " Apache Software Foundation" ,
5
- "author" :" Steve Loughran" ,
5
+ "author" : " Steve Loughran" ,
6
6
"title" : " Kerberos and Hadoop: The Madness Beyond The Gate" ,
7
7
"hadoop-latest" : " 2.7.1"
8
8
},
9
- "plugins" : [" autocover" ],
9
+ "plugins" : [
10
+ " autocover" ,
11
+ " katex"
12
+ ],
10
13
"pluginsConfig" : {
11
- "fontSettings" : {
12
- "theme" : " night" ,
13
- "family" : " serif" ,
14
- "size" : 1
15
- },
16
14
"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
+ }
31
29
}
32
30
},
33
31
"pdf" : {
34
-
35
32
"pageNumbers" : true ,
36
-
37
33
"fontSize" : 11 ,
38
-
39
34
"paperSize" : " a4" ,
40
-
41
-
42
35
"margin" : {
43
36
"right" : 62 ,
44
37
"left" : 62 ,
45
38
"top" : 36 ,
46
39
"bottom" : 36
47
40
},
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_." ,
50
42
"headerTemplate" : " _TITLE_" ,
51
-
52
- "comment" :" //Footer HTML template. Available variables: _PAGENUM_, _TITLE_, _AUTHOR_ and _SECTION_." ,
53
43
"footerTemplate" : " _PAGENUM_"
54
44
}
55
45
}
You can’t perform that action at this time.
0 commit comments