Součásti dokumentu Matematika1Priklady
Zdrojový kód
%\wikiskriptum{Matematika1Priklady}
\documentclass[12pt,intlimits]{article}
%\documentclass[twocolumn,12pt]{article}
\usepackage[utf8]{inputenc}
\usepackage[czech]{babel}
\usepackage{amsthm}
\usepackage{amsmath}
\usepackage{amssymb}
\usepackage{hyperref}
\usepackage{color}
\usepackage{multicol}
\usepackage[a4paper,margin=2cm]{geometry}
\usepackage{framed}
\usepackage{pifont} % pro cislovani bodu \ding
\hypersetup{
colorlinks = true,
pdftitle = {Matematika 2 P{\v r}{\'\i}klady},
pdfauthor = {Radek Fu{\v c}{\'\i}},
pdfcreator = {Radek Fu{\v c}{\'\i}},
bookmarksopen = true
}
\renewcommand{\epsilon}{\varepsilon}
\renewcommand{\varsigma}{\sigma}
\newcommand{\separator}{\hrulefill} % or pagebreak if u wanna
\newcommand{\priklady}{\noindent \textbf{Příklady}}
\newcommand{\ds}{\displaystyle}
\newcommand{\ud}{\mathrm{d}}
\newcommand{\udx}{\mathrm{d}x}
\newcommand{\arctg}{\mathrm{arctg~}}
\newcommand{\arcctg}{\mathrm{arccotg~}}
\newcommand{\tg}{\mathrm{tg\,}}
\newcommand{\cotg}{\mathrm{cotg\,}}
\newcommand{\tgh}{\mathrm{tgh\,}}
\newcommand{\ctgh}{\mathrm{cotgh\,}}
\newcommand{\argsinh}{\mathrm{argsinh\,}}
\newcommand{\argcosh}{\mathrm{argcosh\,}}
\newcommand{\argtgh}{\mathrm{argtgh\,}}
\newcommand{\argctgh}{\mathrm{argcotgh\,}}
\newcommand{\sign}{\mathrm{sign\,}}
\newcommand{\e}{\mathrm{e}}
\theoremstyle{definition}
\newtheorem{define}{Definice}[section]
\newtheorem{theorem}[define]{Věta}
\newtheorem{lemma}[define]{Lemma}
\newtheorem{corollary}[define]{Důsledek}
\theoremstyle{remark}
\newtheorem*{remark}{Poznámka}
\newtheorem*{example}{Příklad}
\renewcommand{\proofname}{Důkaz}
\newcommand{\be}{\begin{equation}}
\newcommand{\ee}{\end{equation}}
\newcommand{\ekv}{~~\Leftrightarrow~~}
%%
\definecolor{MyDarkBlue}{rgb}{0.1,0,0.35}
\newcommand{\zp}{{\color{MyDarkBlue}\textbf{Přednáška:}}~}
\newcommand{\pzp}{\noindent\zp~~\\}
\newcommand{\R}{{\mathbb{R}}}
\newcommand{\Q}{{\mathbb{Q}}}
\newcommand{\N}{{\mathbb{N}}}
\newcommand{\No}{{\mathbb{N}_0}}
\newcommand{\C}{{\mathbb{C}}}
\newcommand{\CC}{{\mathbb{C}^*}}
\newcommand{\Z}{\mathbb{Z}}
\newenvironment{priklad}{\begin{math} \displaystyle}{\end{math}}
%\newcommand{\res}[1]{\textit{Řešení: #1}}
\newcommand{\res}[1]{\hfill {\scriptsize [#1]}}
%\newcommand{\res}[1]{\textit{}}
\newcommand{\bezlh}{Spočtěte bez užití l'Hôpitalova pravidla~~}
\newcommand{\odstavec}[1]{\subsection{#1}}