This repository has been archived by the owner on Apr 19, 2019. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpapermill.json
64 lines (64 loc) · 1.51 KB
/
papermill.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
55
56
57
58
59
60
61
62
63
64
{
"name": "papermill",
"author": "Max F. Albrecht",
"description": "Bachelor Thesis (Media Design), Bauhaus-University Weimar",
"version": "0.1.0",
"input": {
"bibliography": "bibliography.bib",
"csl": ".papermill/ieee-with-url.csl",
"list": [
"Introduction",
"Manual",
"Source-Title.md",
{
"path": "CODE/C0DE.md",
"output": {
"web": false,
"listings": true,
"smart": false,
"template": ".papermill/pandocco.latex"
}
},
{
"path": "index.md",
"fontsize": "12pt",
"class": "article",
"toc": false
},
{
"path": "Affidavid.md",
"class": "article",
"toc": false
}
]
},
"output": {
"web": {
"defaultImageExtension": "png",
"template": "../bookstrap/bookstrap-template.html",
"css": "../bookstrap/assets/bookstrap.css"
},
"print": {
"class": "book",
"geometry": "a4paper, centering, bindingoffset=15mm",
"defaultImageExtension": "pdf",
"mainfont": "Source Sans Pro",
"monofont": "Source Code Pro",
"fontsize": "11pt"
}
},
"dependencies": {
"docco": "https://github.com/papermill/docco/tarball/papermill"
},
"scripts": {
"precompile": "./CODE/build-docs.sh"
},
"license": "MIT",
"repository": {
"type": "git",
"url": "https://eins78@github.com/eins78/Bachelor.git"
},
"bugs": {
"url": "https://github.com/eins78/Bachelor/issues"
}
}