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