Zdrojový kód
%\wikiskriptum{01MKP}
\documentclass[czech]{book}
\usepackage[T1]{fontenc}
\usepackage[utf8]{inputenc}
\usepackage{geometry}
\geometry{verbose,a4paper,tmargin=4cm,bmargin=3cm,lmargin=3cm,rmargin=2cm,headheight=0.8cm,headsep=1cm,footskip=0.5cm}
\pagestyle{headings}
\setcounter{tocdepth}{1}
\usepackage{array}
\usepackage{amssymb}
\makeatletter
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% Textclass specific LaTeX commands.
\usepackage{amsmath,amsthm}
\usepackage{ae,aecompl}
\numberwithin{section}{chapter}
\theoremstyle{plain}
\newtheorem{tvrz}{Tvrzen\'{i}}
\newtheorem{veta}{V\v{e}ta}
\newtheorem{lemma}{Lemma}
\theoremstyle{remark}
\newtheorem{dusl}{Důsledek}
\newtheorem{pr}{Příklad}
\newtheorem{pozn}{Poznámka}
\theoremstyle{definition}
\newtheorem{de}{Definice}
%\newtheorem{thm}{V\v{e}ta}[section]
%\numberwithin{equation}{section} %% Comment out for sequentially-numbered
%\numberwithin{figure}{section} %% Comment out for sequentially-numbered
%\theoremstyle{plain}
%\theoremstyle{remark}
%\newtheorem*{notation*}{\'{U}mluva}
%\theoremstyle{plain}
%\newtheorem*{obs*}{Pozorov\'{a}n\'{i}}
%\theoremstyle{definition}
%\newtheorem{defn}[thm]{Definice}
%\theoremstyle{remark}
%\newtheorem*{rem*}{Pozn\'{a}mka}
%\theoremstyle{remark}
%\newtheorem{rem}[thm]{Pozn\'{a}mka}
%\theoremstyle{plain}
%\newtheorem*{cor*}{D\r{u}sledek}
%\theoremstyle{definition}
%\newtheorem*{example*}{P\v{r}\'{i}klad}
%\theoremstyle{plain}
%\newtheorem{obs}[thm]{Pozorov\'{a}n\'{i}} %%Delete [thm] to re-start numbering
%\theoremstyle{plain}
%\newtheorem{lem}[thm]{Lemma} %%Delete [thm] to re-start numbering
%\theoremstyle{plain}
%\newtheorem{algorithm}[thm]{Algoritmus} %%Delete [thm] to re-start numbering
%\theoremstyle{remark}
%\newtheorem{notation}[thm]{\'{U}mluva}
%\theoremstyle{plain}
%\newtheorem{cor}[thm]{D\r{u}sledek} %%Delete [thm] to re-start numbering
%\newenvironment{lyxlist}[1]
% {\begin{list}{}
% {\settowidth{\labelwidth}{#1}
% \setlength{\leftmargin}{\labelwidth}
% \addtolength{\leftmargin}{\labelsep}
% \renewcommand{\makelabel}[1]{##1\hfil}}}
% {\end{list}}
%\theoremstyle{definition}
%\newtheorem*{defn*}{Definice}
%\theoremstyle{plain}
%\newtheorem*{prop*}{Tvrzen\'{i}}
%\theoremstyle{plain}
%\newtheorem*{thm*}{V\v{e}ta}
%\theoremstyle{plain}
%\newtheorem*{lem*}{Lemma}
%\theoremstyle{definition}
% \newtheorem{example}[thm]{P\v{r}\'{i}klad}
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% User specified LaTeX commands.
\usepackage{color}
\usepackage{pictex}
\usepackage[bookmarks=true,pdfstartview=FitH,pdftitle={Zápisky z MKP},pdfauthor={Jakub Kr\'{a}sensk\'{y}}]{hyperref}
\newcommand{\dif}[1]{\textup d #1}
\DeclareMathOperator*{\supp}{\operatorname{supp}}
\DeclareMathOperator*{\diam}{\operatorname{diam}}
\usepackage{mathtools}
\DeclarePairedDelimiter\abs{\lvert}{\rvert}
\DeclarePairedDelimiter\norm{\lVert}{\rVert}
\newcommand{\C}{\mathbb{C}}
\newcommand{\N}{\mathbb{N}}
\newcommand{\Q}{\mathbb{Q}}
\newcommand{\R}{\mathbb{R}}
\newcommand{\Z}{\mathbb{Z}}
\usepackage{babel}
\makeatother