nmma339/cviceni.tex
2025-03-28 23:49:15 +01:00

36 lines
992 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}
\end{document}