diff options
-rw-r--r-- | latex.nix | 22 |
1 files changed, 5 insertions, 17 deletions
@@ -3,6 +3,8 @@ | |||
3 | , makeFontsConf | 3 | , makeFontsConf |
4 | , fira | 4 | , fira |
5 | , fira-code | 5 | , fira-code |
6 | , league-of-moveable-type | ||
7 | , inkscape | ||
6 | , freefont_ttf | 8 | , freefont_ttf |
7 | , lmodern | 9 | , lmodern |
8 | , pandoc | 10 | , pandoc |
@@ -27,23 +29,9 @@ runCommand name | |||
27 | pygments | 29 | pygments |
28 | fira-code | 30 | fira-code |
29 | which | 31 | which |
30 | (texlive.combine { | 32 | texlive.combined.scheme-full |
31 | inherit (texlive) | 33 | league-of-moveable-type |
32 | scheme-medium | 34 | inkscape |
33 | latexmk | ||
34 | |||
35 | beamertheme-metropolis | ||
36 | beamercolorthemeowl | ||
37 | |||
38 | # For framed code listings | ||
39 | tcolorbox environ | ||
40 | |||
41 | # Optional pandoc dependencies | ||
42 | microtype upquote parskip xurl bookmark footnotehyper | ||
43 | |||
44 | # Some dependencies | ||
45 | fvextra pgfopts minted catchfile xstring framed; | ||
46 | }) | ||
47 | ]; | 35 | ]; |
48 | 36 | ||
49 | FONTCONFIG_FILE = makeFontsConf { | 37 | FONTCONFIG_FILE = makeFontsConf { |