prednaska 17.2.2025

This commit is contained in:
Petr Velička 2025-02-17 12:42:37 +01:00
commit f77b327650
Signed by: petrvel
GPG key ID: E8F909AFE649174F
3 changed files with 115 additions and 0 deletions

34
skripta.tex Normal file
View file

@ -0,0 +1,34 @@
\documentclass{article}
\usepackage{polyglossia}
\usepackage{amsmath}
\usepackage{amssymb}
\usepackage{amsthm}
\usepackage{enumerate}
\usepackage[hidelinks]{hyperref}
\setdefaultlanguage{czech}
\XeTeXlinebreaklocale "cs"
\theoremstyle{plain}
\newtheorem{theorem}{Věta}[section]
\newtheorem{corollary}[theorem]{Důsledek}
\newtheorem{lemma}[theorem]{Lemma}
\newtheorem{observation}[theorem]{Pozorování}
\theoremstyle{definition}
\newtheorem{definition}[theorem]{Definice}
\newtheorem{example}[theorem]{Příklad}
\title{Pravděpodobnost a matematická statistika}
\author{Petr Velička \footnote{\href{mailto:petrvel@matfyz.cz}{petrvel@matfyz.cz}}\\přednášející: Michal Pešta \footnote{\href{mailto:pesta@karlin.mff.cuni.cz}{pesta@karlin.mff.cuni.cz}}}
\date{LS 2024/25}
\begin{document}
\maketitle
\include{nahodne-jevy}
\end{document}