37 lines
1,011 B
TeX
37 lines
1,011 B
TeX
\documentclass{article}
|
|
|
|
\usepackage{polyglossia}
|
|
\usepackage{amsmath}
|
|
\usepackage{amssymb}
|
|
\usepackage{amsthm}
|
|
\usepackage{enumerate}
|
|
\usepackage[hidelinks]{hyperref}
|
|
\usepackage{derivative}
|
|
|
|
\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{Úvod do parciálních diferenciálních rovnic (NMMA339) -- cvičení}
|
|
\author{Petr Velička \footnote{\href{mailto:petrvel@matfyz.cz}{petrvel@matfyz.cz}}\\přednášející: prof. Mgr. Milan Pokorný, Ph.D., DSc. \footnote{\href{mailto:pokorny@karlin.mff.cuni.cz}{pokorny@karlin.mff.cuni.cz}}}
|
|
\date{LS 2024/25}
|
|
|
|
\begin{document}
|
|
|
|
\maketitle
|
|
|
|
\include{cviceni1}
|
|
\include{cviceni2}
|
|
\include{cviceni3}
|
|
|
|
\end{document}
|