01VYMA:Header: Porovnání verzí
Z WikiSkripta FJFI ČVUT v Praze
(Založena nová stránka: \documentclass[12pt]{article} % use larger type; default would be 10pt \usepackage[utf8]{inputenc} % set input encoding (not needed with XeLaTeX) %%% Examples of Article...) |
|||
(Nejsou zobrazeny 3 mezilehlé verze od 2 dalších uživatelů.) | |||
Řádka 1: | Řádka 1: | ||
+ | %\wikiskriptum{01VYMA} | ||
− | \documentclass[ | + | \documentclass[11pt, a4paper]{article} |
+ | \usepackage[utf8x]{inputenc} \usepackage{amsmath, amsfonts, amsthm, array, booktabs, graphicx, latexsym, lmodern, multirow, paralist, subfig, verbatim, wrapfig} \usepackage[top=2cm, bottom=2cm, left=2cm, right=2cm, includefoot]{geometry} | ||
+ | \usepackage[czech]{babel} | ||
− | \usepackage[ | + | \usepackage[T1]{fontenc} |
+ | \usepackage[bookmarksopen=true, bookmarksopenlevel=2, unicode=true, bookmarks=true, pdftoolbar=true, pdfmenubar=true, pdfborder={0 0 0}, colorlinks=true]{hyperref} | ||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
\usepackage[nottoc,notlof,notlot]{tocbibind} % Put the bibliography in the ToC | \usepackage[nottoc,notlof,notlot]{tocbibind} % Put the bibliography in the ToC | ||
\usepackage[titles,subfigure]{tocloft} % Alter the style of the Table of Contents | \usepackage[titles,subfigure]{tocloft} % Alter the style of the Table of Contents | ||
− | |||
− | |||
− | + | %\newtheorem{def}{Definice}[subsection] | |
− | + | %\newtheorem{veta}[def]{Věta} | |
− | + | %\newtheorem{pozn}[veta]{Poznámka} | |
− | + | %\newtheorem{pr}[pozn]{Příklad} | |
− | %\ | + | |
− | + | ||
− | + | ||
− | + | ||
− | \ | + | |
− | \ | + | |
− | + | ||
− | \ | + | |
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
\DeclareMathOperator*{\reca}{Re} | \DeclareMathOperator*{\reca}{Re} | ||
\DeclareMathOperator*{\imca}{Im} | \DeclareMathOperator*{\imca}{Im} | ||
− | |||
− | + | \newcommand{\ind}{\mathrm{ind}} | |
+ | \newcommand{\rez}{\mathrm{rez}} | ||
+ | \newcommand{\ud}{\mathrm{d}} | ||
+ | \newcommand{\ui}{\mathrm{i}} | ||
Řádka 80: | Řádka 34: | ||
} | } | ||
− | + | \numberwithin{equation}{section} | |
\setcounter{secnumdepth}{4} | \setcounter{secnumdepth}{4} | ||
+ | \setcounter{tocdepth}{2} |
Aktuální verze z 7. 6. 2011, 11:50
[ 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 01VYMA
součást | akce | popis | poslední editace | soubor | |||
---|---|---|---|---|---|---|---|
Hlavní dokument | editovat | Hlavní stránka dokumentu 01VYMA | Drtikol | 7. 6. 2011 | 11:40 | ||
Řídící stránka | editovat | Definiční stránka dokumentu a vložených obrázků | Admin | 7. 9. 2015 | 13:47 | ||
Header | editovat | Hlavičkový soubor | Drtikol | 7. 6. 2011 | 11:50 | header.tex | |
Kapitola1 | editovat | Fourierovy řady | Drtikol | 7. 6. 2011 | 11:44 | kapitola1.tex | |
Kapitola2 | editovat | Komplexní čísla, Funkce komplexní proměnné | Johndavi | 18. 6. 2016 | 23:19 | kapitola2.tex | |
Kapitola3 | editovat | Laurentovy řady | Johndavi | 18. 6. 2016 | 23:31 | kapitola3.tex |
Zdrojový kód
%\wikiskriptum{01VYMA} \documentclass[11pt, a4paper]{article} \usepackage[utf8x]{inputenc} \usepackage{amsmath, amsfonts, amsthm, array, booktabs, graphicx, latexsym, lmodern, multirow, paralist, subfig, verbatim, wrapfig} \usepackage[top=2cm, bottom=2cm, left=2cm, right=2cm, includefoot]{geometry} \usepackage[czech]{babel} \usepackage[T1]{fontenc} \usepackage[bookmarksopen=true, bookmarksopenlevel=2, unicode=true, bookmarks=true, pdftoolbar=true, pdfmenubar=true, pdfborder={0 0 0}, colorlinks=true]{hyperref} \usepackage[nottoc,notlof,notlot]{tocbibind} % Put the bibliography in the ToC \usepackage[titles,subfigure]{tocloft} % Alter the style of the Table of Contents %\newtheorem{def}{Definice}[subsection] %\newtheorem{veta}[def]{Věta} %\newtheorem{pozn}[veta]{Poznámka} %\newtheorem{pr}[pozn]{Příklad} \DeclareMathOperator*{\reca}{Re} \DeclareMathOperator*{\imca}{Im} \newcommand{\ind}{\mathrm{ind}} \newcommand{\rez}{\mathrm{rez}} \newcommand{\ud}{\mathrm{d}} \newcommand{\ui}{\mathrm{i}} \def\boxtext#1{% \vbox{% \hrule \hbox{\strut \vrule{} #1 \vrule}% \hrule }% } \numberwithin{equation}{section} \setcounter{secnumdepth}{4} \setcounter{tocdepth}{2}