Files
net-deertopia/our-tex.nix
Madeleine Sydney Ślaga dcaac98252
All checks were successful
build / build (push) Successful in 5s
refactor: doerg는 publisher와 결합
2026-04-03 13:31:16 -06:00

45 lines
868 B
Nix

{ texlive
, syd-plex-latex
}:
texlive.combine {
inherit syd-plex-latex;
inherit (texlive)
scheme-basic
xkeyval
changepage
fancyhdr
geometry
natbib
paralist
placeins
ragged2e
setspace
textcase
titlesec
xcolor
hardwrap
xifthen
catchfile
fontspec
latexmk
xetex
dvisvgm dvipng wrapfig # For Org-mode previews/export.
amsmath # Essential for mathematics.
spath3 # TikZ dependency?
ulem hyperref
capt-of
pgf # Includes TikZ.
tikz-cd # Commutative diagrams w/ TikZ.
quiver # Commutative diagrams w/ TikZ & q.uiver.app.
bookmark
metafont
preview # For new-gen org-latex-preview.
mylatexformat # For new-gen org-latex-preview.
collection-fontsrecommended # Essential fonts.
etoolbox # For Org-mode exports.
caption
standalone
;
}