Advertisement
Guest User

Untitled

a guest
Oct 21st, 2019
233
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Latex 1.83 KB | None | 0 0
  1. \documentclass[11pt]{article}
  2. \usepackage[a4paper]{geometry}
  3. \usepackage{polski}
  4. \usepackage{hyperref}
  5. \usepackage[utf8]{inputenc}
  6. \usepackage[table,xcdraw]{xcolor}
  7. \usepackage{graphicx}[demo]
  8. \usepackage{tikz}
  9. \usepackage{float}
  10. \usepackage[usestackEOL]{stackengine}
  11. \usepackage{caption}
  12. \usetikzlibrary{shapes,arrows,chains}
  13. \usetikzlibrary[calc]
  14. \linespread{1.3}
  15.  
  16. \begin{document}
  17. \begin{titlepage}
  18. \newcommand{\HRule}{\rule{\linewidth}{0.5mm}} % Defines a new command for the horizontal lines, change thickness here
  19. \center % Center everything on the page
  20. %   LOGO SECTION
  21. \includegraphics[scale = 0.21]{pwr-logo.png}\\[2cm]
  22. %   HEADING SECTIONS
  23. \textsc{\Large Technologie Sieciowe}\\[0.5cm]
  24. \textsc{\large laboratoirum śr 13:15}\\[0.5cm]
  25. %   TITLE SECTION
  26. \HRule \\[0.4cm]
  27. { \huge \bfseries Szacowanie wymaganej przepustowości łącza}\\[0.4cm]
  28. \HRule \\[0.8cm]
  29. %   AUTHORS SECTION
  30. \begin{minipage}{0.5\textwidth}
  31. \begin{flushleft} \large
  32. \emph{Autorzy:}\\
  33. Imię \textsc{Nazwisko} 241xxx
  34. \newline
  35. Imię \textsc{Nazwisko} 241xxx
  36. \end{flushleft}
  37. \end{minipage}
  38. ~
  39. \begin{minipage}{0.4\textwidth}
  40. \begin{flushright} \large
  41. \emph{Prowadzący:} \\
  42. Dr inż. Przemysław \textsc{Ryba} % supervisor
  43. \end{flushright}
  44. \end{minipage}\\[5cm]
  45. % If you don't want a supervisor, uncomment the two lines below and remove the section above
  46. %\Large \emph{Author:}\\
  47. %John \textsc{Smith}\\[3cm] % Your name
  48. %   DATE SECTION
  49. {\large 17 października 2019}\\[1cm] % Date, change the \today
  50. \vfill % Fill the rest of the page with whitespace
  51. \end{titlepage}
  52. \newgeometry{bmargin=2cm, tmargin=2cm, lmargin=2cm, rmargin=2cm}
  53. \newpage
  54.  
  55. \section{Cel ćwiczenia}
  56. Celem ćwiczenia jest przeprowadzenie badań mających na celu zbadanie jakie pasmo
  57. (przepustowość) jest potrzebna dla poszczególnych usług Internetowych oraz wybór
  58. \end{document}
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement