Skip to content

Instantly share code, notes, and snippets.

@aflaag
Created March 10, 2024 14:13
Show Gist options
  • Save aflaag/a60a67ef081493bf681db91c7a79b390 to your computer and use it in GitHub Desktop.
Save aflaag/a60a67ef081493bf681db91c7a79b390 to your computer and use it in GitHub Desktop.
{pkgs ? import <nixpkgs> {}}:
pkgs.mkShell {
nativeBuildInputs = with pkgs.buildPackages; [
(texlive.combine {inherit (texlive) scheme-basic latexmk xcolor eurosym titlesec blindtext listings footmisc mdframed etoolbox zref needspace pgf parskip enumitem csquotes float bbm bbm-macros tcolorbox environ varwidth biblatex esint nicematrix stmaryrd mathtools extarrows jknapltx pgfplots multirow algorithm2e ifoddpage relsize karnaugh-map xstring circuitikz ulem tikzfill pdfcol cleveref collection-fontsrecommended algpseudocodex algorithmicx fifo-stack tabto-ltx totcount tikzmark pdftex esint-type1;})
];
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment