cviceni 1 + 2
This commit is contained in:
commit
131177e13c
5 changed files with 144 additions and 0 deletions
36
cviceni.tex
Normal file
36
cviceni.tex
Normal file
|
@ -0,0 +1,36 @@
|
|||
\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}
|
Loading…
Add table
Add a link
Reference in a new issue