merge all pages from each book to one html file
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user