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.

43 lines
1.9 KiB

  1. % You can choose style "numeric" instead which is common in many papers.
  2. % Without "maxbibnames=99" the bibliography entries only contain "First Name et al."
  3. \usepackage[backend=biber,style=ieee,alldates=long,maxbibnames=99]{biblatex}
  4. % FONT SETTINGS & ENCODING
  5. % By default this build setup uses lualatex which supports special characters
  6. % (öäüß<>) out of the box. If you ever want to switch to pdflatex but also
  7. % keep the support for lualatex, add these three packages:
  8. % \usepackage[T1]{fontenc}
  9. % \usepackage[utf8]{luainputenc}
  10. % \usepackage{lmodern}
  11. \usepackage[nospace]{varioref} % nice refs
  12. \usepackage{csquotes}
  13. \usepackage{graphicx} % graphics
  14. \usepackage{caption} % manipulate fugures
  15. \usepackage{subcaption} % allow for subfigures
  16. % Also checkout "minted" instead of "listings" - looks much nicer and supports
  17. % more languages but requires "pygmentize" to be available on the command line
  18. \usepackage{listings} % nice source code listings
  19. \usepackage{xcolor}
  20. \usepackage{booktabs} % nice tables
  21. \usepackage{microtype} % better looking text borders
  22. \usepackage{siunitx} % unified way of setting values with units
  23. \usepackage{array}
  24. \usepackage{fancybox} % provide nice boxes
  25. \usepackage{fancyvrb} % algorithm-boxes
  26. \usepackage{pdfpages}
  27. \usepackage{hyphenat}
  28. \usepackage{todonotes}
  29. \usepackage{xspace}
  30. \usepackage{setspace}
  31. \usepackage{float}
  32. \usepackage{fancyhdr} % enables cool header line and footer line manipulations
  33. \usepackage{lastpage} % enables the usage of the label "LastPage" to get the
  34. % number of pages with \pageref{LastPage}
  35. \usepackage[nopostdot,nonumberlist]{glossaries}
  36. \usepackage[all]{nowidow}
  37. % use this one last
  38. % (redefines some macros for compatibility with KOMAScript)
  39. \usepackage{scrhack}
  40. \makeglossaries