Add texlive packages for mla formatting.

This commit is contained in:
willemml 2023-03-06 11:40:47 -08:00
parent 0e672edef7
commit 0828229e9d
Signed by: willemml
GPG key ID: C3DE5DF6198DACBD

View file

@ -14,25 +14,45 @@ let
octave-wp = pkgs.octave.withPackages (p: with p; [ symbolic ]); octave-wp = pkgs.octave.withPackages (p: with p; [ symbolic ]);
texliveset = pkgs.texlive.combine { texliveset = pkgs.texlive.combine {
inherit (pkgs.texlive) scheme-basic inherit (pkgs.texlive) scheme-basic
babel
amscls amscls
amsmath amsmath
biber
biblatex
biblatex-mla biblatex-mla
block block
cancel cancel
caption
capt-of capt-of
csquotes
enotez
enumitem enumitem
etex
etoolbox
fancyhdr
float
fontaxes
graphics graphics
hanging hanging
hyperref hyperref
latex latex
latexindent latexindent
latexmk latexmk
logreq
metafont metafont
mlacls mlacls
newtx
preprint
psnfss psnfss
ragged2e
titlesec
tools tools
translations
ulem ulem
wrapfig; url
wrapfig
xstring
xkeyval;
}; };
in in
{ {