This contains my bachelors thesis and associated tex files, code snippets and maybe more. Topic: Data Movement in Heterogeneous Memories with Intel Data Streaming Accelerator
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

14 lines
186 B

  1. { pkgs }:
  2. with pkgs;
  3. texlive.combine {
  4. inherit (texlive) scheme-small
  5. biber
  6. biblatex
  7. csquotes
  8. hyphenat
  9. lastpage
  10. latexmk
  11. siunitx
  12. todonotes
  13. xpatch;
  14. }