forked from hadley/r-pkgs
-
Notifications
You must be signed in to change notification settings - Fork 0
/
atlas.json
50 lines (50 loc) · 1.07 KB
/
atlas.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
{
"branch": "main",
"files": [
"titlepage.html",
"copyright.html",
"toc.html",
"R-Packages--2e-.adoc"
],
"formats": {
"pdf": {
"version": "web",
"color_count": "1",
"index": false,
"toc": true,
"syntaxhighlighting": true,
"show_comments": false,
"trim_size": "7inx9.1875in",
"antennahouse_version": "AHFormatterV71_64-MR2"
},
"epub": {
"index": false,
"toc": true,
"epubcheck": true,
"syntaxhighlighting": true,
"show_comments": false,
"downsample_images": false,
"mathmlreplacement": false
},
"mobi": {
"index": false,
"toc": true,
"syntaxhighlighting": true,
"show_comments": false
},
"html": {
"index": false,
"toc": true,
"syntaxhighlighting": true,
"show_comments": false,
"consolidated": false
}
},
"theme": "oreillymedia/animal_theme_sass",
"title": "R Packages",
"print_isbn13": "9781098134945",
"lang": "en",
"accent_color": "",
"templating": false,
"preprocessing": "none"
}