Files
azos/pkgs/azos-tex.nix
T
2024-11-18 09:11:55 +02:00

27 lines
591 B
Nix

{
pkgs
}:
(pkgs.texlive.combine {
inherit (pkgs.texlive)
scheme-small
collection-binextra
collection-fontsextra
#Org PDF stuff
dvisvgm dvipng # for preview and export as html
wrapfig amsmath ulem hyperref capt-of
#Hebrew
bidi babel-hebrew cjhebrew hebrew-fonts
#Others
zref #Page numbering
transparent #Transparency
#Exporting
latexmk
minted braket
fontawesome
pygmentex;
})