/* the geometry of the page */ $page-width: 210mm; $page-height: 297mm; /* the size of the crop marks*/ $crop-size: 7mm; /* the size of bleed */ $bleed: 5mm; // page layouts // 1 for single page // 2 for double page $page-layout:1; $page-margin-inside: 20mm; $page-margin-outside: 10mm; $page-margin-top: 10mm; $page-margin-bottom: 15mm; // Header & footer variables $header-height: 10mm; $header-text: "TDSM"; $footer-height: 10mm; $footer-text: counter(page-counter);