01MKP:Header

Z WikiSkripta FJFI ČVUT v Praze
Přejít na: navigace, hledání
PDF [ 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.
ZIPKompletní zdrojový kód včetně obrázků.

Součásti dokumentu 01MKP

součástakcepopisposlední editacesoubor
Hlavní dokument editovatHlavní stránka dokumentu 01MKPKrasejak 23. 6. 201615:59
Řídící stránka editovatDefiniční stránka dokumentu a vložených obrázkůKrasejak 22. 6. 201617:18
Header editovatHlavičkový souborKrasejak 23. 6. 201617:31 header.tex
Kapitola1 editovatÚvodní poznámkyKrasejak 22. 6. 201617:20 kapitola1.tex
Kapitola2 editovatPraktická realizace metody konečných prvkůKrasejak 22. 6. 201617:21 kapitola2.tex
Kapitola3 editovatKonstrukce prostoru konečných prvků $V_h$Krasejak 22. 6. 201617:21 kapitola3.tex
Kapitola4 editovatEkvivalence prvkůKrasejak 23. 6. 201617:30 kapitola4.tex
Kapitola5 editovatInterpolační teorie v Sobolevových prostorechKrasejak 22. 6. 201617:21 kapitola5.tex
Kapitola6 editovatEvoluční úlohyKrasejak 22. 6. 201617:21 kapitola6.tex
Kapitola7 editovatSeznam tvrzeníKrasejak 23. 6. 201616:20 seznamtvrzeni.tex

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}{3}
\usepackage{array}
\usepackage{amssymb}
 
\makeatletter
 
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% 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