For reading the lecture notes, please head to https://merten.dev/lecture/pdf/groupschemes.
25개 이상의 토픽을 선택하실 수 없습니다. Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

31 lines
438B

  1. \documentclass{lecture}
  2. \usepackage{standalone}
  3. \usepackage{tikz}
  4. \usepackage{subcaption}
  5. \title{Groupschemes}
  6. \author{\Large{Christian Dahlhausen}\\[5mm]
  7. Notes typed by\\[1mm]
  8. Christian Merten\\
  9. }
  10. \date{WiSe 2023}
  11. \begin{document}
  12. \newgeometry{right=15mm, left=15mm}
  13. \maketitle
  14. \restoregeometry
  15. \tableofcontents
  16. \input{lec01}
  17. \input{lec02}
  18. \input{lec03}
  19. \input{lec04}
  20. \bibliographystyle{alpha}
  21. \bibliography{refs}
  22. \end{document}