merge all pages from each book to one html file

This commit is contained in:
Bachir Soussi Chiadmi
2017-04-22 18:53:12 +02:00
parent 6366f20dcb
commit 909bfc1d6e
5 changed files with 145 additions and 134 deletions
+5 -5
View File
@@ -3,10 +3,10 @@ $page-width: 210mm;
$page-height: 290mm;
/* the size of the crop marks*/
$crop-size: 0mm;
$crop-size: 7mm;
/* the size of bleed */
$bleed: 0mm;
$bleed: 5mm;
// page layouts
// 1 for single page
@@ -14,9 +14,9 @@ $bleed: 0mm;
$page-layout:1;
$page-margin-inside: 20mm;
$page-margin-outside: 20mm;
$page-margin-top: 8mm;
$page-margin-bottom: 12mm;
$page-margin-outside: 10mm;
$page-margin-top: 10mm;
$page-margin-bottom: 15mm;
// Header & footer variables
$header-height: 10mm;