-
Notifications
You must be signed in to change notification settings - Fork 0
/
zadania_rozwiazania.tex
71 lines (60 loc) · 1.54 KB
/
zadania_rozwiazania.tex
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
\documentclass[12pt]{article}
\textheight=23.7cm \textwidth=17cm \topmargin=-1.5cm \hoffset=-2cm
\usepackage[utf8x]{inputenc}
\usepackage[T1]{fontenc}
\usepackage[polish]{babel}
\usepackage{amscd}
\usepackage{amsfonts}
\usepackage{latexsym}
\usepackage{graphicx}
\usepackage{amsthm}
\usepackage{amsmath}
\usepackage{verbatim}
\usepackage{tikz}
\usetikzlibrary{trees,shapes,backgrounds}
\usepackage{multicol}
\usepackage{enumitem}
\def\B{\mathcal{B}}
\def\E{\mathcal{E}}
\def\F{\mathcal{F}}
\def\G{\mathcal{G}}
\def\O{\mathcal{O}}
\def\Q{\mathcal{Q}}
\def\P{\mathcal{P}}
\def\C{\mathcal{C}}
\def\U{\mathcal{U}}
\def\uni{\mathrm{unif}}
\def\Code{\mathrm{Code}}
\def\diag{\mathrm{diag}}
\def\Mah{\mathrm{Mah}}
\def\N{\mathbb{N}}
\def\Z{\mathbb{Z}}
\def\R{\mathbb{R}}
\def\Nor{\mathcal{N}}
\def\I{\mathrm{I}}
\def\f{\mathrm{f}}
\def\m{\mathrm{m}}
\def\C{{\mathbb C}}
\def\Z{{\mathbb Z}}
\def\N{{\mathbb N}}
\def\R{{\mathbb R}}
\def\Q{{\mathbb Q}}
\def\e{\varepsilon}
\def\w{\omega}
\def\dom{\mathrm{dom}}
\includeonly{./tydzien_10/tydzien_10}
\begin{document}
\title{Zadania z Rachunku Prawdopodobieństwa i Statystyki}
\date{}
\maketitle
\include{./tydzien_01/tydzien_01}
\include{./tydzien_02/tydzien_02}
\include{./tydzien_03/tydzien_03}
\include{./tydzien_04/tydzien_04}
\include{./tydzien_05/tydzien_05}
\include{./tydzien_06/tydzien_06}
\include{./tydzien_07/tydzien_07}
\include{./tydzien_08/tydzien_08}
\include{./tydzien_09/tydzien_09}
\include{./tydzien_10/tydzien_10}
\end{document}