doc/default.nix: List dependencies for building the paper explicitely
This commit is contained in:
parent
0d68fed58d
commit
1dbb557a44
1 changed files with 37 additions and 14 deletions
|
@ -7,20 +7,43 @@ let
|
||||||
|
|
||||||
(pkgs.texlive.combine {
|
(pkgs.texlive.combine {
|
||||||
inherit (pkgs.texlive)
|
inherit (pkgs.texlive)
|
||||||
scheme-small
|
scheme-basic
|
||||||
algorithms
|
|
||||||
cm-super
|
amsfonts
|
||||||
collection-basic
|
amsmath
|
||||||
collection-fontsextra
|
lm
|
||||||
collection-fontutils
|
ifxetex
|
||||||
collection-langenglish
|
ifluatex
|
||||||
collection-latex
|
eurosym
|
||||||
collection-latexextra
|
listings
|
||||||
collection-latexrecommended
|
fancyvrb
|
||||||
collection-mathextra
|
# longtable
|
||||||
collection-pictures
|
booktabs
|
||||||
collection-plainextra
|
|
||||||
collection-science
|
# no graphics...
|
||||||
|
# graphicx
|
||||||
|
# grffile
|
||||||
|
|
||||||
|
hyperref
|
||||||
|
ulem
|
||||||
|
geometry
|
||||||
|
setspace
|
||||||
|
babel
|
||||||
|
|
||||||
|
# optionals
|
||||||
|
upquote
|
||||||
|
microtype
|
||||||
|
csquotes
|
||||||
|
|
||||||
|
# We have no citation support
|
||||||
|
# natbib
|
||||||
|
# biblatex
|
||||||
|
# bibtex
|
||||||
|
# biber
|
||||||
|
|
||||||
|
# some more, not listed in the pandoc docs
|
||||||
|
mathtools
|
||||||
|
enumitem
|
||||||
;
|
;
|
||||||
})
|
})
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue