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.

54 lines
1.1 KiB

2 years ago
1 year ago
2 years ago
2 years ago
1 year ago
1 year ago
1 year ago
1 year ago
2 years ago
2 years ago
2 years ago
1 year ago
2 years ago
  1. \documentclass[a4paper]{scrartcl}
  2. \usepackage[utf8]{inputenc}
  3. \usepackage{lmodern}
  4. \usepackage{amsmath, amsthm, amssymb, amsfonts}
  5. \usepackage{dsfont}
  6. \usepackage[mathscr]{euscript}
  7. \usepackage{mathtools}
  8. \usepackage{physics}
  9. \usepackage[colorinlistoftodos]{todonotes}
  10. \usepackage{cleveref}
  11. \usepackage{tikz}
  12. \usepackage{standalone}
  13. \usepackage{tkz-euclide}
  14. \usepackage{caption}
  15. \usepackage{subcaption}
  16. \newcommand{\contentsketch}[2][]{\todo[inline, color=yellow, #1]{#2}}
  17. \newcommand{\ptrans}{\delta}
  18. \DeclarePairedDelimiter{\parens}{\lparen}{\rparen}
  19. \DeclarePairedDelimiter{\parensc}{\{}{\}}
  20. \DeclareMathOperator{\affinehull}{\text{aff}}
  21. \DeclareMathOperator{\R}{\mathbb{R}}
  22. \DeclareMathOperator{\spanspace}{\text{span}}
  23. \DeclareMathOperator{\Hom}{\text{hom}}
  24. \DeclareMathOperator{\idmat}{\mathds{1}}
  25. \theoremstyle{plain}
  26. \newtheorem{theorem}{Theorem}
  27. \newtheorem{lemma}{Lemma}
  28. \theoremstyle{definition}
  29. \newtheorem{definition}{Definition}
  30. \theoremstyle{remark}
  31. \newtheorem{remark}{Remark}
  32. \begin{document}
  33. \title{A Brief Introduction to Quantum Computation}
  34. \author{Tom Krüger}
  35. \maketitle
  36. \input{content}
  37. \end{document}