38 lines
799 B
JSON
38 lines
799 B
JSON
|
|
{
|
||
|
|
"plugins": [
|
||
|
|
"frenchTypoRegex",
|
||
|
|
"baseline",
|
||
|
|
"grid",
|
||
|
|
"moveElems",
|
||
|
|
"marginBox",
|
||
|
|
"imposition",
|
||
|
|
"inlineNotes",
|
||
|
|
"footnotesFix",
|
||
|
|
"spread",
|
||
|
|
"previewPage",
|
||
|
|
"reloadInPlace",
|
||
|
|
"fullPage",
|
||
|
|
"floatPage"
|
||
|
|
],
|
||
|
|
"pluginsParameters": {
|
||
|
|
"inlineNotes": {
|
||
|
|
"input": ".footnote-ref",
|
||
|
|
"containerNotes": ".footnotes",
|
||
|
|
"newClass": "footnote"
|
||
|
|
},
|
||
|
|
"footnotesFix": {
|
||
|
|
"selector": ".footnote",
|
||
|
|
"reset": ".chapter, .carnet"
|
||
|
|
}
|
||
|
|
},
|
||
|
|
"css": [
|
||
|
|
"/style-print.css"
|
||
|
|
],
|
||
|
|
"hook": [
|
||
|
|
"/js/carnet.js",
|
||
|
|
"/js/beforeParsed.js",
|
||
|
|
"/js/afterLayout.js"
|
||
|
|
]
|
||
|
|
}
|
||
|
|
|