fix: nix stuff and config
This commit is contained in:
@@ -3,7 +3,6 @@
|
||||
, makeWrapper
|
||||
, ibm-plex
|
||||
, callPackage
|
||||
, our-tex ? callPackage ./our-tex.nix {}
|
||||
}:
|
||||
|
||||
buildNpmPackage {
|
||||
@@ -13,7 +12,4 @@ buildNpmPackage {
|
||||
npmDeps = importNpmLock { npmRoot = ./.; };
|
||||
npmConfigHook = importNpmLock.npmConfigHook;
|
||||
dontNpmBuild = true;
|
||||
buildInputs = [
|
||||
our-tex
|
||||
];
|
||||
}
|
||||
|
||||
@@ -1,43 +0,0 @@
|
||||
{ texlive
|
||||
, syd-plex-latex
|
||||
}:
|
||||
|
||||
texlive.combine {
|
||||
inherit syd-plex-latex;
|
||||
inherit (texlive)
|
||||
scheme-basic
|
||||
xkeyval
|
||||
changepage
|
||||
fancyhdr
|
||||
geometry
|
||||
natbib
|
||||
paralist
|
||||
placeins
|
||||
ragged2e
|
||||
setspace
|
||||
textcase
|
||||
titlesec
|
||||
xcolor
|
||||
hardwrap
|
||||
xifthen
|
||||
catchfile
|
||||
fontspec
|
||||
latexmk
|
||||
xetex
|
||||
dvisvgm dvipng wrapfig # For Org-mode previews/export.
|
||||
amsmath # Essential for mathematics.
|
||||
spath3 # TikZ dependency?
|
||||
ulem hyperref
|
||||
capt-of
|
||||
pgf # Includes TikZ.
|
||||
tikz-cd # Commutative diagrams w/ TikZ.
|
||||
quiver # Commutative diagrams w/ TikZ & q.uiver.app.
|
||||
bookmark
|
||||
metafont
|
||||
preview # For new-gen org-latex-preview.
|
||||
mylatexformat # For new-gen org-latex-preview.
|
||||
collection-fontsrecommended # Essential fonts.
|
||||
etoolbox # For Org-mode exports.
|
||||
caption
|
||||
;
|
||||
}
|
||||
Reference in New Issue
Block a user