Součásti dokumentu 01NUM1
Zdrojový kód
%\wikiskriptum{01NUM1}
\documentclass[intlimits]{amsart}
\usepackage{amssymb}
\usepackage{amsthm}
\usepackage{braket}
\usepackage{multirow}
\usepackage[utf8]{inputenc}
\def\mathbbm{\mathbb} % pokud neni k dispozici bbm
\usepackage[czech]{babel}
\usepackage{a4}
\usepackage{enumerate}
\usepackage[unicode]{hyperref}
\usepackage{color}
\usepackage{lmodern}
\usepackage{todonotes}
% Rozšířená matice
\makeatletter
\renewcommand*\env@matrix[1][*\c@MaxMatrixCols c]{%
\hskip -\arraycolsep
\let\@ifnextchar\new@ifnextchar
\array{#1}}
\makeatother
% todonotes hack
\usepackage{marginnote}
\makeatletter
\renewcommand{\@todonotes@drawMarginNoteWithLine}{%
\begin{tikzpicture}[remember picture, overlay, baseline=-0.75ex]%
\node [coordinate] (inText) {};%
\end{tikzpicture}%
\marginnote[{% Draw note in left margin
\@todonotes@drawMarginNote%
\@todonotes@drawLineToLeftMargin%
}]{% Draw note in right margin
\@todonotes@drawMarginNote%
\@todonotes@drawLineToRightMargin%
}%
}
\makeatother
\hypersetup{
colorlinks = true,
pdftitle = {01NUM1 Wiki Skriptum},
bookmarksopen = true
}
\setcounter{MaxMatrixCols}{32}
\DeclareMathOperator{\sgn}{sgn}
\DeclareMathOperator{\proj}{proj}
\newcommand{\matice}{\mathbbm}
\newcommand{\pvec}[1]{\vec{#1}\mkern2mu\vphantom{#1}}
\theoremstyle{definition}
\newtheorem{define}{Definice}[section]
\newtheorem*{define*}{Definice}
\newtheorem{theorem}[define]{Věta}
\newtheorem*{theorem*}{Věta}
\newtheorem{lemma}[define]{Lemma}
\newtheorem*{lemma*}{Lemma}
\newtheorem{remark}[define]{Poznámka}
\newtheorem*{remark*}{Poznámka}
\theoremstyle{remark}
\newtheorem{example}[define]{Příklad}
\newtheorem*{example*}{Příklad}
\renewcommand{\proofname}{Důkaz}
\addtolength{\textwidth}{72pt}
\addtolength{\evensidemargin}{-36pt}
\addtolength{\oddsidemargin}{-36pt}