config/nix-darwin/tex.nix

47 lines
531 B
Nix
Raw Normal View History

{ pkgs, ... }:
pkgs.texlive.combine {
inherit (pkgs.texlive) scheme-medium
latexmk
2024-12-04 16:58:32 -08:00
# Symbols
amsmath
cancel
hyphenat
2024-12-04 16:58:32 -08:00
xstring
mnsymbol
scalerel
# Typesetting
pdfcol
changepage
upquote
anyfontsize
# Misc
svg
datetime2
makecell
tcolorbox
2024-12-04 16:58:32 -08:00
type1cm
environ
2024-12-04 16:58:32 -08:00
minted
transparent
# Graphics
tikzmark
tikzfill
2024-12-04 16:58:32 -08:00
pgfplots
# Classes
llncs
2024-12-04 16:58:32 -08:00
beamerposter
# Fonts
gnu-freefont
raleway
lato
biblatex
;
}