prednaska 21.2.2025
This commit is contained in:
commit
9d840e169e
3 changed files with 114 additions and 0 deletions
34
skripta.tex
Normal file
34
skripta.tex
Normal 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}
|
||||
\newtheorem{convention}[theorem]{Úmluva}
|
||||
|
||||
\title{Obyčejné diferenciální rovnice (NMMA336)}
|
||||
\author{Petr Velička \footnote{\href{mailto:petrvel@matfyz.cz}{petrvel@matfyz.cz}}\\přednášející: doc. RNDr. Tomáš Bárta, Ph.D. \footnote{\href{mailto:barta@karlin.mff.cuni.cz}{barta@karlin.mff.cuni.cz}}}
|
||||
\date{LS 2024/25}
|
||||
|
||||
\begin{document}
|
||||
|
||||
\maketitle
|
||||
|
||||
\include{lokalni-existence}
|
||||
|
||||
\end{document}
|
Loading…
Add table
Add a link
Reference in a new issue