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}
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% User specified LaTeX commands.
\usepackage[shortlabels]{enumitem} % styling of list environments
\setlist{nosep} % využití enumitem; zdrcává položky v enumerate a itemize
\usepackage{color}
\newcommand{\Red}[1]{{\color{red} #1}}
%\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