From 7919d9ead52c05c7fe594269344b3ec556d2dfa2 Mon Sep 17 00:00:00 2001 From: Minijackson Date: Mon, 27 Feb 2023 09:09:05 +0100 Subject: latex: use full texlive, add some fonts and inkscape --- latex.nix | 22 +++++----------------- 1 file changed, 5 insertions(+), 17 deletions(-) diff --git a/latex.nix b/latex.nix index 68ea843..6ee5026 100644 --- a/latex.nix +++ b/latex.nix @@ -3,6 +3,8 @@ , makeFontsConf , fira , fira-code +, league-of-moveable-type +, inkscape , freefont_ttf , lmodern , pandoc @@ -27,23 +29,9 @@ runCommand name pygments fira-code which - (texlive.combine { - inherit (texlive) - scheme-medium - latexmk - - beamertheme-metropolis - beamercolorthemeowl - - # For framed code listings - tcolorbox environ - - # Optional pandoc dependencies - microtype upquote parskip xurl bookmark footnotehyper - - # Some dependencies - fvextra pgfopts minted catchfile xstring framed; - }) + texlive.combined.scheme-full + league-of-moveable-type + inkscape ]; FONTCONFIG_FILE = makeFontsConf { -- cgit v1.2.3