add BibLaTeX requirements
This commit is contained in:
parent
91d608c2b4
commit
d7028c9710
|
@ -145,7 +145,6 @@ let
|
||||||
skanlite
|
skanlite
|
||||||
akonadiconsole
|
akonadiconsole
|
||||||
plasma-browser-integration
|
plasma-browser-integration
|
||||||
unstable.kile
|
|
||||||
]
|
]
|
||||||
++ (with kdeFrameworks; [
|
++ (with kdeFrameworks; [
|
||||||
networkmanager-qt
|
networkmanager-qt
|
||||||
|
@ -176,6 +175,8 @@ let
|
||||||
|
|
||||||
latexApps = [
|
latexApps = [
|
||||||
texmaker
|
texmaker
|
||||||
|
unstable.kile
|
||||||
|
biber
|
||||||
# customize texlive installation
|
# customize texlive installation
|
||||||
(texlive.combine {
|
(texlive.combine {
|
||||||
inherit (texlive)
|
inherit (texlive)
|
||||||
|
@ -196,6 +197,8 @@ let
|
||||||
acronym
|
acronym
|
||||||
ccicons
|
ccicons
|
||||||
fontawesome
|
fontawesome
|
||||||
|
biblatex
|
||||||
|
logreq
|
||||||
koma-script;
|
koma-script;
|
||||||
})
|
})
|
||||||
];
|
];
|
||||||
|
|
Loading…
Reference in a new issue