aboutsummaryrefslogtreecommitdiff
path: root/nix/tex-env.nix
blob: 96d621d719c61c6590a6668c8755f95622c5dc47 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
{pkgs, ...}:
pkgs.texlive.combine {
  inherit
    (pkgs.texlive)
    scheme-small
    microtype
    sectsty
    printlen
    psnfss
    helvetic
    courier
    biblatex
    latex-bin
    latexmk
    ;
}