parent
0010f705ef
commit
3250be7c48
@ -0,0 +1 @@ |
||||
use_nix |
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
After Width: | Height: | Size: 13 KiB |
Binary file not shown.
@ -0,0 +1,12 @@ |
||||
{ pkgs ? import <nixpkgs> { } }: |
||||
let |
||||
latex = (pkgs.texlive.combine { |
||||
inherit (pkgs.texlive) |
||||
scheme-basic |
||||
beamer amsmath mathtools breqn |
||||
environ |
||||
multirow graphics import adjustbox tabu vwcol stmaryrd ulem ragged2e |
||||
dvisvgm dvipng wrapfig hyperref capt-of; |
||||
}); |
||||
in pkgs.mkShell { nativeBuildInputs = [ pkgs.gnumake latex ]; } |
||||
|
Loading…
Reference in new issue