Files
report-temp/nix/latex.nix
T

62 lines
705 B
Nix

{ pkgs, ... }:
pkgs.texliveSmall.withPackages (ps: with ps; [
# Bibliography
biber
bibtex
biblatex
# Japanese Support
babel
babel-japanese
luatexja
ascmac
bxjscls
zxjatype
collection-langjapanese
# Fonts
noto
zxjafont
haranoaji
libertine
latex-fonts
mathfont
newtx
luainputenc
fontspec
type1cm
# Math
amsmath
amsfonts
unicode-math
mathtools
lualatex-math
# Graphics
graphics
wrapfig
caption
here
pgf
circuitikz
# Tools
latexmk
subfiles
enumitem
hyperref
cleveref
float
framed
tabularray
footmisc
listings
xcolor
xstring
xpatch
blindtext
multirow
etoolbox
] ++ [ ps.import pkgs.my-latex-pkgs ])