01RMF:Header: Porovnání verzí
Z WikiSkripta FJFI ČVUT v Praze
Řádka 11: | Řádka 11: | ||
\usepackage{graphicx} | \usepackage{graphicx} | ||
\usepackage{a4wide} | \usepackage{a4wide} | ||
+ | \usepackage{mathrsfs} | ||
Řádka 27: | Řádka 28: | ||
\newcommand{\dd}{{\mathrm{d}}} | \newcommand{\dd}{{\mathrm{d}}} | ||
\newcommand {\nf}{\mathrm{supp} \,} %nosič funkce | \newcommand {\nf}{\mathrm{supp} \,} %nosič funkce | ||
− | \newcommand{\D}{ | + | \newcommand{\D}{\mathscr{D}} |
\newcommand{\Ci}{{\mathcal{C}}^{\infty}} | \newcommand{\Ci}{{\mathcal{C}}^{\infty}} |
Verze z 3. 10. 2016, 22:22
[ 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 01RMF
součást | akce | popis | poslední editace | soubor | |||
---|---|---|---|---|---|---|---|
Hlavní dokument | editovat | Hlavní stránka dokumentu 01RMF | Mazacja2 | 16. 12. 2016 | 18:29 | ||
Řídící stránka | editovat | Definiční stránka dokumentu a vložených obrázků | Mazacja2 | 28. 12. 2016 | 13:12 | ||
Header | editovat | Hlavičkový soubor | Mazacja2 | 18. 12. 2016 | 21:10 | header.tex | |
Kapitola0 | editovat | Předmluva | Mazacja2 | 9. 11. 2016 | 20:51 | predmluva.tex | |
Kapitola1 | editovat | Motivace | Johndavi | 8. 4. 2019 | 16:34 | motivace.tex | |
Kapitola2 | editovat | Zobecněné funkce | Lomicond | 7. 12. 2019 | 16:51 | zobecnene_funkce.tex | |
Kapitola3 | editovat | Integrální transformace | Lomicond | 25. 12. 2019 | 15:58 | integralni_transformace.tex | |
Kapitola4 | editovat | Řešení dif. rovnic | Johndavi | 9. 4. 2019 | 15:15 | reseni.tex | |
Kapitola5 | editovat | Integrální rovnice | Johndavi | 8. 4. 2019 | 16:25 | Kapitola5.tex | |
Kapitola6 | editovat | Sturm-Liouvilleova teorie | Johndavi | 8. 4. 2019 | 15:35 | Kapitola6.tex |
Zdrojový kód
%\wikiskriptum{01RMF} \documentclass[10pt,a4paper]{report} \usepackage[utf8]{inputenc} \usepackage[czech]{babel} \usepackage{amsthm} \usepackage{amsmath} \usepackage{amssymb} \usepackage{color} \usepackage{caption} \usepackage{graphicx} \usepackage{a4wide} \usepackage{mathrsfs} \theoremstyle{definition} \newtheorem{define}{Definice}[section] \newtheorem{theorem}[define]{Věta} \newtheorem{lemma}[define]{Lemma} \theoremstyle{remark} \newtheorem*{remark}{Poznámka} \newtheorem*{example}{Příklad} \renewcommand{\proofname}{Důkaz} \newenvironment{vulgar}{\bgroup To jest:}{\egroup} \newcommand{\R}{{\mathbb{R}}} \renewcommand{\phi}{\varphi} \newcommand{\dd}{{\mathrm{d}}} \newcommand {\nf}{\mathrm{supp} \,} %nosič funkce \newcommand{\D}{\mathscr{D}} \newcommand{\Ci}{{\mathcal{C}}^{\infty}}