01ZTGA:Header
Z WikiSkripta FJFI ČVUT v Praze
Verze z 15. 1. 2012, 12:32, kterou vytvořil Karel.brinda (diskuse | příspěvky)
[ znovu generovat, | výstup z překladu ] | Kompletní WikiSkriptum včetně všech podkapitol. | |
PDF Této kapitoly | [ znovu generovat, | výstup z překladu ] | Přeložení pouze této kaptioly. |
ZIP | Kompletní zdrojový kód včetně obrázků. |
Součásti dokumentu 01ZTGA
součást | akce | popis | poslední editace | soubor | |||
---|---|---|---|---|---|---|---|
Hlavní dokument | editovat | Hlavní stránka dokumentu 01ZTGA | Karel.brinda | 15. 1. 2012 | 23:45 | ||
Řídící stránka | editovat | Definiční stránka dokumentu a vložených obrázků | Admin | 7. 9. 2015 | 13:51 | ||
Header | editovat | Hlavičkový soubor | Karel.brinda | 15. 1. 2012 | 12:34 | header.tex | |
Kapitola0 | editovat | Úvod | Karel.brinda | 15. 1. 2012 | 12:36 | cast0.tex | |
Kapitola1_1 | editovat | Základní pojmy | Karel.brinda | 15. 1. 2012 | 12:46 | cast1_kapitola1.tex | |
Kapitola1_2 | editovat | Souvislost | Karel.brinda | 15. 1. 2012 | 12:49 | cast1_kapitola2.tex | |
Kapitola1_3 | editovat | Bipartitní grafy | Karel.brinda | 15. 1. 2012 | 12:50 | cast1_kapitola3.tex | |
Kapitola1_4 | editovat | Stromy | Kubuondr | 5. 1. 2019 | 09:06 | cast1_kapitola4.tex | |
Kapitola1_5 | editovat | Hledání minimální kostry grafu | Karel.brinda | 15. 1. 2012 | 12:51 | cast1_kapitola5.tex | |
Kapitola1_6 | editovat | Jednotažky | Karel.brinda | 15. 1. 2012 | 12:53 | cast1_kapitola6.tex | |
Kapitola1_7 | editovat | Hamiltonovské kružnice a grafy | Karel.brinda | 15. 1. 2012 | 13:34 | cast1_kapitola7.tex | |
Kapitola1_8 | editovat | Párování v grafech | Karel.brinda | 15. 1. 2012 | 13:40 | cast1_kapitola8.tex | |
Kapitola1_9 | editovat | Toky v sítích | Karel.brinda | 15. 1. 2012 | 13:44 | cast1_kapitola9.tex | |
Kapitola1_10 | editovat | Hranové obarvení grafu | Karel.brinda | 15. 1. 2012 | 13:48 | cast1_kapitola10.tex | |
Kapitola1_11 | editovat | Vrcholové obarvení grafu | Karel.brinda | 15. 1. 2012 | 13:52 | cast1_kapitola11.tex | |
Kapitola1_12 | editovat | Planární grafy | Karel.brinda | 15. 1. 2012 | 13:56 | cast1_kapitola12.tex | |
Kapitola1_13 | editovat | Vlastní čísla adjacenční matice grafu | Karel.brinda | 15. 1. 2012 | 13:57 | cast1_kapitola13.tex | |
Kapitola2_1 | editovat | Brouwerova věta o pevném bodě | Karel.brinda | 15. 1. 2012 | 14:11 | cast2_kapitola1.tex | |
Kapitola2_2 | editovat | Pravděpodobnostní důkazy v teorii grafů | Karel.brinda | 15. 1. 2012 | 14:12 | cast2_kapitola2.tex | |
Kapitola2_3 | editovat | Extremální teorie grafů | Karel.brinda | 15. 1. 2012 | 14:16 | cast2_kapitola3.tex | |
Kapitola2_4 | editovat | Ramseyovská čísla | Karel.brinda | 15. 1. 2012 | 14:18 | cast2_kapitola4.tex | |
Kapitola3_1 | editovat | Obyčejné mocninné řady | Karel.brinda | 15. 1. 2012 | 14:22 | cast3_kapitola1.tex | |
Kapitola3_2 | editovat | Exponenciální generující funkce | Karel.brinda | 15. 1. 2012 | 14:22 | cast3_kapitola2.tex |
Zdrojový kód
%\wikiskriptum{01ZTGA} \documentclass[english,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}{2} \usepackage{array} \usepackage{amssymb} \makeatletter %%%%%%%%%%%%%%%%%%%%%%%%%%%%%% LyX specific LaTeX commands. \newcommand{\noun}[1]{\textsc{#1}} %% Because html converters don't know tabularnewline \providecommand{\tabularnewline}{\\} %%%%%%%%%%%%%%%%%%%%%%%%%%%%%% Textclass specific LaTeX commands. \usepackage{amsmath,amsthm} \usepackage{ae,aecompl} \numberwithin{section}{chapter} \theoremstyle{plain} \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 ze ZTG},pdfauthor={Pavel Strachota}]{hyperref} \renewcommand{\vec}[1]{\boldsymbol{#1}} \newcommand{\dd}{\mathrm{d}} \newcommand{\e}{\mathrm{e}} \newcommand{\C}{\mathbb{C}} \newcommand{\N}{\mathbb{N}} \newcommand{\Q}{\mathbb{Q}} \newcommand{\R}{\mathbb{R}} \newcommand{\Z}{\mathbb{Z}} \newcommand{\J}{\mathcal{J}} \newcommand{\X}{\mathcal{X}} \newcommand{\Tr}{\mathrm{Tr}\,} \newcommand{\T}{\mathrm{T}} \newcommand{\val}{\mathrm{val}\,} \newcommand{\crs}{\mathrm{cr}} \newcommand{\E}{\mathrm{E}} \newcommand{\diag}{\mathrm{diag}\,} \newcommand{\stirl}[2]{\genfrac{\{}{\}}{0pt}{}{#1}{#2}} \usepackage{babel} \makeatother