mirror of
https://github.com/willemml/dotfiles.nix.git
synced 2025-04-12 19:27:17 +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 ]);
|
||||
texliveset = pkgs.texlive.combine {
|
||||
inherit (pkgs.texlive) scheme-basic
|
||||
babel
|
||||
amscls
|
||||
amsmath
|
||||
biber
|
||||
biblatex
|
||||
biblatex-mla
|
||||
block
|
||||
cancel
|
||||
caption
|
||||
capt-of
|
||||
csquotes
|
||||
enotez
|
||||
enumitem
|
||||
etex
|
||||
etoolbox
|
||||
fancyhdr
|
||||
float
|
||||
fontaxes
|
||||
graphics
|
||||
hanging
|
||||
hyperref
|
||||
latex
|
||||
latexindent
|
||||
latexmk
|
||||
logreq
|
||||
metafont
|
||||
mlacls
|
||||
newtx
|
||||
preprint
|
||||
psnfss
|
||||
ragged2e
|
||||
titlesec
|
||||
tools
|
||||
translations
|
||||
ulem
|
||||
wrapfig;
|
||||
url
|
||||
wrapfig
|
||||
xstring
|
||||
xkeyval;
|
||||
};
|
||||
in
|
||||
{
|
||||
|
|
Loading…
Add table
Reference in a new issue