Advertisement
Guest User

Untitled

a guest
Mar 9th, 2019
110
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Latex 1.30 KB | None | 0 0
  1. \documentclass[11pt,titlepage]{article}
  2. \usepackage[T1]{fontenc}
  3. \usepackage[utf8]{inputenc}
  4. \usepackage[polish]{babel}
  5. \usepackage{abraces}
  6. \usepackage{stackengine}
  7. \renewcommand\useanchorwidth{T}
  8. \stackMath
  9. \usepackage{amsmath}
  10. %\usepackage{mathtools}
  11. \usepackage{listings}
  12. \usepackage{graphicx}
  13. \usepackage{hyperref}
  14.  
  15.  
  16.  
  17.  
  18.  
  19. \title{\Huge Politechnika Poznańska \\[0.5cm]
  20. \huge Wydział Automatyki, Robotyki i Inżynierii Informatycznej \\[2cm]
  21. \textbf{\Huge Rozpoznawanie obrazu z gry w warcaby oraz wizualizacja stanu gry na komputerze.}
  22. \\[1.5cm]
  23. }
  24. \author{%  ---> & wrong here!!!
  25.   Łukasz Żegalski\\131858\\
  26.   \texttt{lukasz.zegalski97@gmail.com}
  27.  \and
  28.  Piotr Kontowicz\\INDEKS\\
  29.  \texttt{przemyslowiec@gmail.com}
  30.  \and
  31.  Mariusz Wojciechowski\\INDEKS\\
  32.  \texttt{andersen.tcw@gmail.com}
  33. \\[2cm]
  34. \url{https://github.com/Kontowicz/checkersAnalyzer}
  35. \\[1.5cm]
  36. }
  37. \date{09.03.2019}
  38.  
  39.  
  40.  
  41. \begin{document}
  42. %{\setlength{\parindent}{0cm}
  43. \maketitle
  44.  
  45. \tableofcontents
  46. \cleardoublepage
  47.  
  48. \section{Podział Prac}
  49.  
  50. \section{Założenia projektowe}
  51.  
  52. \section{Oferowana funkcjonalność}
  53.  
  54. \section{Wybrane technologie informatyczne}
  55. \subsection*{Python}
  56. \subsection*{PyCharm}
  57. \subsection*{Jupiter}
  58.  
  59.  
  60.  
  61.  
  62. \section{Section}
  63. \section{Section}
  64. \section{Section}
  65. \end{document}
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement