mirror of
https://github.com/willemml/dotfiles.nix.git
synced 2025-04-13 19:57:19 +00:00
Add texlive packages for mla formatting.
This commit is contained in:
parent
0e672edef7
commit
0828229e9d
1 changed files with 21 additions and 1 deletions
|
@ -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
|
||||||
{
|
{
|
||||||
|
|
Loading…
Add table
Reference in a new issue