setup.scss 475 B

12345678910111213141516171819202122232425
  1. /* the geometry of the page */
  2. $page-width: 210mm;
  3. $page-height: 297mm;
  4. /* the size of the crop marks*/
  5. $crop-size: 7mm;
  6. /* the size of bleed */
  7. $bleed: 5mm;
  8. // page layouts
  9. // 1 for single page
  10. // 2 for double page
  11. $page-layout:1;
  12. $page-margin-inside: 20mm;
  13. $page-margin-outside: 10mm;
  14. $page-margin-top: 10mm;
  15. $page-margin-bottom: 15mm;
  16. // Header & footer variables
  17. $header-height: 10mm;
  18. $header-text: "TDSM";
  19. $footer-height: 10mm;
  20. $footer-text: counter(page-counter);