Skip to content

Commit

Permalink
fix(texlive): remove some package
Browse files Browse the repository at this point in the history
- pandocで使える分の必要最低限のパッケージのみインストールする
- texliveの管理はdevenvで行う
- latexmkrcの配置先を修正
  • Loading branch information
misumisumi committed Oct 3, 2024
1 parent 4846b05 commit 3c7b47a
Showing 1 changed file with 1 addition and 10 deletions.
11 changes: 1 addition & 10 deletions apps/user/medium/texlive/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
lmodern # Font for LaTex
poppler_utils # A PDF rendering
];
xdg.configFile."latexmkrc" = {
xdg.configFile."latexmk/latexmkrc" = {
enable = true;
source = ./latexmkrc;
};
Expand All @@ -14,25 +14,16 @@
extraPackages = tpkgs: {
inherit (tpkgs)
algorithms
biber
biblatex
biblatex-ieee
boondox
collection-fontsrecommended
collection-langjapanese
collection-latexextra
csvsimple
fontaxes
ieeetran
ipaex
latexmk
luatexja
newpx
newtx
newtxtt
plautopatch
scheme-medium
tabularray
tlmgrbasics
;
};
Expand Down

0 comments on commit 3c7b47a

Please sign in to comment.