-
Notifications
You must be signed in to change notification settings - Fork 3
Expand file tree
/
Copy pathbook.json
More file actions
35 lines (34 loc) · 838 Bytes
/
Copy pathbook.json
File metadata and controls
35 lines (34 loc) · 838 Bytes
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
{
"title": "AWS 11-2018",
"description": "AWS 11-2018",
"author": "François-Emmanuel Goffinet, goffinet@goffinet.eu",
"language": "fr",
"plugins": [
"atoc",
"-lunr", "-search", "search-plus",
"hints",
"livereload",
"katex",
"google-drive-video",
"image-captions"
],
"pdf": {
"margin": {
"left": 56,
"right": 56,
"top": 56,
"bottom": 56
},
"pageNumbers": true,
"fontSize": 11,
"fontFamily": "Arial",
"paperSize": "a4",
"headerTemplate": "_TITLE_ - _SECTION_",
"footerTemplate": "_AUTHOR_ - _PAGENUM_"
},
"pluginsConfig": {
"image-captions": {
"caption": "Figure _BOOK_IMAGE_NUMBER_ : _CAPTION_"
}
}
}