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