Sha256: ed0eb01bc80355e812bb9dab77ffb81277ad5fa110cb2a0519d684d820e9a2dc

Contents?: true

Size: 1013 Bytes

Versions: 1

Compression:

Stored size: 1013 Bytes

Contents

@font-face { // Declaring font faces for LaTeX font
    font-family: "Computer Modern";
    src: url('../fonts/computer-modern/cmunrm.ttf');
}
@font-face {
  font-family: "Computer Modern";
  src: url('../fonts/computer-modern/cmunbx.ttf');
  font-weight: bold;
}
@font-face {
  font-family: "Computer Modern";
  src: url('../fonts/computer-modern/cmunti.ttf');
  font-style: italic;
}

$base-font-family: "Computer Modern", sans-serif;
@import "docgen-default";

// Set page margins for printer
@page {
  margin-top: 25mm;
  margin-bottom: 25mm;
  margin-left: 25mm;
  margin-right: 25mm;
}

// For when the file is just a list of things (e.g. a problem set!)
main > {ol, ul {> li > {
  p, div.highlighter-rouge, table {
    margin-left: -$spacing-unit / 2;
    margin-right: -$spacing-unit / 2;

    &:first-child {
      text-indent: $spacing-unit / 2;
    }
  }

  ol, ul {
    margin-left: $spacing-unit / 2;
  }
}}}

@media print {
  main > {
    ol, ul {
      margin-left: -$spacing-unit / 2;
    }
  }
}

Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
jekyll-theme-docgen-1.1.1 _sass/docgen-latex.scss