01VYMA:Header: Porovnání verzí
Z WikiSkripta FJFI ČVUT v Praze
Řádka 2: | Řádka 2: | ||
\documentclass[12pt]{article} % use larger type; default would be 10pt | \documentclass[12pt]{article} % use larger type; default would be 10pt | ||
− | |||
\usepackage[utf8]{inputenc} % set input encoding (not needed with XeLaTeX) | \usepackage[utf8]{inputenc} % set input encoding (not needed with XeLaTeX) | ||
+ | \usepackage[czech]{babel} | ||
− | |||
− | |||
− | |||
− | |||
− | |||
\usepackage{geometry} % to change the page dimensions | \usepackage{geometry} % to change the page dimensions | ||
\geometry{a4paper} % or letterpaper (US) or a5paper or.... | \geometry{a4paper} % or letterpaper (US) or a5paper or.... | ||
− | |||
− | |||
− | |||
− | |||
\usepackage{graphicx} % support the \includegraphics command and options | \usepackage{graphicx} % support the \includegraphics command and options | ||
− | |||
− | |||
− | |||
− | |||
\usepackage{booktabs} % for much better looking tables | \usepackage{booktabs} % for much better looking tables | ||
\usepackage{array} % for better arrays (eg matrices) in maths | \usepackage{array} % for better arrays (eg matrices) in maths | ||
Řádka 26: | Řádka 13: | ||
\usepackage{verbatim} % adds environment for commenting out blocks of text & for better verbatim | \usepackage{verbatim} % adds environment for commenting out blocks of text & for better verbatim | ||
\usepackage{subfig} % make it possible to include more than one captioned figure/table in a single float | \usepackage{subfig} % make it possible to include more than one captioned figure/table in a single float | ||
− | |||
− | |||
− | |||
\usepackage{fancyhdr} % This should be set AFTER setting up the page geometry | \usepackage{fancyhdr} % This should be set AFTER setting up the page geometry | ||
\pagestyle{fancy} % options: empty , plain , fancy | \pagestyle{fancy} % options: empty , plain , fancy | ||
Řádka 35: | Řádka 19: | ||
\lfoot{}\cfoot{\thepage}\rfoot{} | \lfoot{}\cfoot{\thepage}\rfoot{} | ||
− | |||
\usepackage{sectsty} | \usepackage{sectsty} | ||
\allsectionsfont{\sffamily\mdseries\upshape} % (See the fntguide.pdf for font help) | \allsectionsfont{\sffamily\mdseries\upshape} % (See the fntguide.pdf for font help) | ||
− | |||
− | |||
\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 | ||
\renewcommand{\cftsecfont}{\rmfamily\mdseries\upshape} | \renewcommand{\cftsecfont}{\rmfamily\mdseries\upshape} | ||
\renewcommand{\cftsecpagefont}{\rmfamily\mdseries\upshape} % No bold! | \renewcommand{\cftsecpagefont}{\rmfamily\mdseries\upshape} % No bold! | ||
− | |||
− | |||
− | |||
− | |||
%\usepackage{czech} | %\usepackage{czech} |
Verze z 27. 9. 2010, 16:15
[ 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[12pt]{article} % use larger type; default would be 10pt \usepackage[utf8]{inputenc} % set input encoding (not needed with XeLaTeX) \usepackage[czech]{babel} \usepackage{geometry} % to change the page dimensions \geometry{a4paper} % or letterpaper (US) or a5paper or.... \usepackage{graphicx} % support the \includegraphics command and options \usepackage{booktabs} % for much better looking tables \usepackage{array} % for better arrays (eg matrices) in maths \usepackage{paralist} % very flexible & customisable lists (eg. enumerate/itemize, etc.) \usepackage{verbatim} % adds environment for commenting out blocks of text & for better verbatim \usepackage{subfig} % make it possible to include more than one captioned figure/table in a single float \usepackage{fancyhdr} % This should be set AFTER setting up the page geometry \pagestyle{fancy} % options: empty , plain , fancy \renewcommand{\headrulewidth}{0pt} % customise the layout... \lhead{}\chead{}\rhead{} \lfoot{}\cfoot{\thepage}\rfoot{} \usepackage{sectsty} \allsectionsfont{\sffamily\mdseries\upshape} % (See the fntguide.pdf for font help) \usepackage[nottoc,notlof,notlot]{tocbibind} % Put the bibliography in the ToC \usepackage[titles,subfigure]{tocloft} % Alter the style of the Table of Contents \renewcommand{\cftsecfont}{\rmfamily\mdseries\upshape} \renewcommand{\cftsecpagefont}{\rmfamily\mdseries\upshape} % No bold! %\usepackage{czech} \usepackage{amsmath} \newcommand{\defi}[1]{\subsubsection {Definice: #1}} \newcommand{\veta}[1]{ \subsubsection {Věta: #1} } \newcommand\dukaz{ \subsubsection {Důkaz:} } \newcommand{\pozn}[1]{ \subsubsection {Poznámka: #1} } \newcommand{\pr}[1]{ \subsubsection {Příklad: #1} } \newcommand\zC{\in\textbf{C} } \newcommand\zCp{\in\overline{\textbf{C}} } \newcommand\zR{\in\textbf{R} } \newcommand\cC{\subset\textbf{C} } \newcommand\R{ \textbf{R }} \newcommand\C{ \textbf{C }} \DeclareMathOperator*{\reca}{Re} \DeclareMathOperator*{\imca}{Im} \DeclareMathOperator*{\ind}{ind} %\newcommand\i {\textrm{i}} \def\boxtext#1{% \vbox{% \hrule \hbox{\strut \vrule{} #1 \vrule}% \hrule }% } \setcounter{secnumdepth}{4}