feat(gs/home): Install a bunch of new latex packages
I'm typesetting a type system! `semantic` is the big winner here, but also `mathpartir` is nice Change-Id: I27ee91d30e0fe680377ce48f7539553fd0707684 Reviewed-on: https://cl.tvl.fyi/c/depot/+/3212 Reviewed-by: grfn <grfn@gws.fyi> Tested-by: BuildkiteCI
This commit is contained in:
parent
1a4465d7d3
commit
99d3a24ac9
1 changed files with 19 additions and 3 deletions
|
@ -29,9 +29,25 @@ in {
|
|||
# LaTeX (for org export)
|
||||
(pkgs.texlive.combine {
|
||||
inherit (pkgs.texlive)
|
||||
scheme-basic collection-fontsrecommended ulem
|
||||
fncychap titlesec tabulary varwidth framed fancyvrb float parskip
|
||||
wrapfig upquote capt-of needspace;
|
||||
capt-of
|
||||
collection-fontsrecommended
|
||||
dvipng
|
||||
fancyvrb
|
||||
float
|
||||
fncychap
|
||||
framed
|
||||
mathpartir
|
||||
needspace
|
||||
parskip
|
||||
scheme-basic
|
||||
semantic
|
||||
tabulary
|
||||
titlesec
|
||||
ulem
|
||||
upquote
|
||||
varwidth
|
||||
wrapfig
|
||||
;
|
||||
})
|
||||
|
||||
ispell
|
||||
|
|
Loading…
Reference in a new issue