01MKP:Header: Porovnání verzí
Z WikiSkripta FJFI ČVUT v Praze
Řádka 31: | Řádka 31: | ||
\newtheorem{pr}{Příklad} | \newtheorem{pr}{Příklad} | ||
\newtheorem{pozn}{Poznámka} | \newtheorem{pozn}{Poznámka} | ||
+ | \newtheorem*{dusl*}{Důsledek} | ||
+ | \newtheorem*{pr*}{Příklad} | ||
+ | \newtheorem*{pozn*}{Poznámka} | ||
+ | |||
\theoremstyle{definition} | \theoremstyle{definition} | ||
− | \newtheorem{de}{Definice} | + | \newtheorem*{de*}{Definice} |
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% User specified LaTeX commands. | %%%%%%%%%%%%%%%%%%%%%%%%%%%%%% User specified LaTeX commands. | ||
Řádka 51: | Řádka 55: | ||
\usepackage{mathtools} | \usepackage{mathtools} | ||
+ | \mathtoolsset{centercolon} %Zlepší vykreslování := a =:. | ||
\DeclarePairedDelimiter\abs{\lvert}{\rvert} | \DeclarePairedDelimiter\abs{\lvert}{\rvert} | ||
\DeclarePairedDelimiter\norm{\lVert}{\rVert} | \DeclarePairedDelimiter\norm{\lVert}{\rVert} |
Verze z 23. 6. 2016, 16:23
[ 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 01MKP
součást | akce | popis | poslední editace | soubor | |||
---|---|---|---|---|---|---|---|
Hlavní dokument | editovat | Hlavní stránka dokumentu 01MKP | Krasejak | 23. 6. 2016 | 15:59 | ||
Řídící stránka | editovat | Definiční stránka dokumentu a vložených obrázků | Krasejak | 22. 6. 2016 | 17:18 | ||
Header | editovat | Hlavičkový soubor | Krasejak | 23. 6. 2016 | 17:31 | header.tex | |
Kapitola1 | editovat | Úvodní poznámky | Krasejak | 22. 6. 2016 | 17:20 | kapitola1.tex | |
Kapitola2 | editovat | Praktická realizace metody konečných prvků | Krasejak | 22. 6. 2016 | 17:21 | kapitola2.tex | |
Kapitola3 | editovat | Konstrukce prostoru konečných prvků $V_h$ | Krasejak | 22. 6. 2016 | 17:21 | kapitola3.tex | |
Kapitola4 | editovat | Ekvivalence prvků | Krasejak | 23. 6. 2016 | 17:30 | kapitola4.tex | |
Kapitola5 | editovat | Interpolační teorie v Sobolevových prostorech | Krasejak | 22. 6. 2016 | 17:21 | kapitola5.tex | |
Kapitola6 | editovat | Evoluční úlohy | Krasejak | 22. 6. 2016 | 17:21 | kapitola6.tex | |
Kapitola7 | editovat | Seznam tvrzení | Krasejak | 23. 6. 2016 | 16: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}{1} \usepackage{array} \usepackage{amssymb} \makeatletter %%%%%%%%%%%%%%%%%%%%%%%%%%%%%% Textclass specific LaTeX commands. \usepackage{amsmath,amsthm} \usepackage{ae,aecompl} \numberwithin{chapter} \theoremstyle{plain} \newtheorem{tvrz}{Tvrzen\'{i}} \newtheorem{veta}{V\v{e}ta} \newtheorem{lemma}{Lemma} \newtheorem*{tvrz*}{Tvrzen\'{i}} \newtheorem*{lemma*}{Lemma} \theoremstyle{remark} \newtheorem{dusl}{Důsledek} \newtheorem{pr}{Příklad} \newtheorem{pozn}{Poznámka} \newtheorem*{dusl*}{Důsledek} \newtheorem*{pr*}{Příklad} \newtheorem*{pozn*}{Poznámka} \theoremstyle{definition} \newtheorem*{de*}{Definice} %%%%%%%%%%%%%%%%%%%%%%%%%%%%%% 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[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} \mathtoolsset{centercolon} %Zlepší vykreslování := a =:. \DeclarePairedDelimiter\abs{\lvert}{\rvert} \DeclarePairedDelimiter\norm{\lVert}{\rVert} \newcommand\afeq{\mathrel{\overset{\makebox[0pt]{\mbox{\normalfont\tiny\sffamily A}}}{\sim}}} \newcommand{\C}{\mathbb{C}} \newcommand{\N}{\mathbb{N}} \newcommand{\Q}{\mathbb{Q}} \newcommand{\R}{\mathbb{R}} \newcommand{\Z}{\mathbb{Z}} \newcommand{\en}{\mathcal{N}} \newcommand{\pe}{\mathcal{P}} \newcommand{\te}{\mathcal{T}} \usepackage{babel} \makeatother