update: fileless spawn of LaTeX Environment

This commit is contained in:
2026-05-27 01:38:25 +09:00
parent 9a16caafc9
commit 67f994d7ee
13 changed files with 281 additions and 160 deletions
+61
View File
@@ -0,0 +1,61 @@
{ 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 ])