Matematika1:Header: Porovnání verzí

Z WikiSkripta FJFI ČVUT v Praze
Přejít na: navigace, hledání
 
(Nejsou zobrazeny 3 mezilehlé verze od 2 dalších uživatelů.)
Řádka 1: Řádka 1:
 
%\wikiskriptum{Matematika1}
 
%\wikiskriptum{Matematika1}
 
+
\documentclass[12pt,intlimits]{article}
%% Hlavičkový soubor dokumentu, zde definujte nové příkazy a přidávejte potřebné latex balíčky
+
%\documentclass[twocolumn,12pt]{article}
 
+
\documentclass[12pt]{article}
+
 
\usepackage[utf8]{inputenc}
 
\usepackage[utf8]{inputenc}
 
\usepackage[czech]{babel}
 
\usepackage[czech]{babel}
Řádka 9: Řádka 7:
 
\usepackage{amsmath}
 
\usepackage{amsmath}
 
\usepackage{amssymb}
 
\usepackage{amssymb}
\usepackage{wasysym}
 
 
 
\usepackage{hyperref}
 
\usepackage{hyperref}
 
\usepackage{color}
 
\usepackage{color}
 +
\usepackage{multicol}
 +
\usepackage[a4paper,margin=2cm]{geometry}
 +
\usepackage{framed}
 +
%\usepackage{pifont} % pro cislovani bodu \ding
 +
\usepackage{wasysym}
 +
\usepackage{graphicx}
 +
\usepackage{subfigure}
  
 
\hypersetup{
 
\hypersetup{
 
     colorlinks = true,
 
     colorlinks = true,
     pdftitle = {Matematika I = wiki skriptum},
+
     pdftitle = {Matematika 1},
     pdfauthor = {Wiki Skriptum FJFI},
+
     pdfauthor = {Radek Fu{\v c}{\'\i}k},
     pdfcreator = {Wiki Skriptum FJFI},
+
     pdfcreator = {Radek Fu{\v c}{\'\i}k},
 
     bookmarksopen = true
 
     bookmarksopen = true
 
     }
 
     }
 +
  
 
%% Preamble
 
%% Preamble
Řádka 33: Řádka 37:
 
\newcommand{\arctg}{\mathrm{arctg~}}
 
\newcommand{\arctg}{\mathrm{arctg~}}
 
\newcommand{\arcctg}{\mathrm{arccotg~}}
 
\newcommand{\arcctg}{\mathrm{arccotg~}}
\newcommand{\tg}{\mathrm{tg~}}
+
\newcommand{\tg}{\mathrm{tg\,}}
\newcommand{\cotg}{\mathrm{cotg~}}
+
\newcommand{\cotg}{\mathrm{cotg\,}}
\newcommand{\tgh}{\mathrm{tghh~}}
+
\newcommand{\tgh}{\mathrm{tgh\,}}
\newcommand{\ctgh}{\mathrm{cotgh~}}
+
\newcommand{\ctgh}{\mathrm{cotgh\,}}
\newcommand{\argsinh}{\mathrm{argsinh~}}
+
\newcommand{\argsinh}{\mathrm{argsinh\,}}
\newcommand{\argcosh}{\mathrm{argcosh~}}
+
\newcommand{\argcosh}{\mathrm{argcosh\,}}
\newcommand{\argtgh}{\mathrm{argtgh~}}
+
\newcommand{\argtgh}{\mathrm{argtgh\,}}
\newcommand{\argctgh}{\mathrm{argcotgh~}}
+
\newcommand{\argctgh}{\mathrm{argcotgh\,}}
 +
\newcommand{\sign}{\mathrm{sign\,}}
 +
\newcommand{\e}{\mathrm{e}}
 +
\newcommand{\id}{\mathrm{id}}
 +
\newcommand{\neex}{\mathrm{neex}}
 +
\newcommand{\ind}{\mathrm{IND}}
 +
 
 +
\newcommand{\oprava}{~\vskip -2.5em ~} % oprava v definici/vete, kdyz se zacina primo enumerate nebo itemize
 +
 
 +
\definecolor{darkred}{rgb}{0.8,0,0}
 +
\definecolor{darkblue}{rgb}{0,0,0.7}
  
 
\theoremstyle{definition}
 
\theoremstyle{definition}
\newtheorem{define}{Definice}[section]
+
\newtheoremstyle{wikistyle}% name of the style to be used
\newtheorem{theorem}[define]{Věta}
+
  {} % measure of space to leave above the theorem. E.g.: 3pt
\newtheorem{lemma}[define]{Lemma}
+
  {} % measure of space to leave below the theorem. E.g.: 3pt
\newtheorem{corollary}[define]{Důsledek}
+
  {} % name of font to use in the body of the theorem
 +
  {} % measure of space to indent
 +
  {} % name of head font
 +
  {~\\\noindent} % punctuation between head and body
 +
  {0.5em}% space after theorem head; " " = normal interword space
 +
  {} % Manually specify head
 +
 
 +
\theoremstyle{wikistyle}
 +
\newtheorem{define}{\color{darkblue}Definice}[section]
 +
\newtheorem{theorem}[define]{\color{red}Věta}
 +
\newtheorem{lemma}[define]{\color{red}Lemma}
 +
\newtheorem{corollary}[define]{\color{darkred}Důsledek}
 +
 
 
\theoremstyle{remark}
 
\theoremstyle{remark}
 
\newtheorem*{remark}{Poznámka}
 
\newtheorem*{remark}{Poznámka}
Řádka 71: Řádka 97:
 
\newcommand{\EkvDef}{\stackrel{\mbox{\tiny def}}{\Leftrightarrow}}
 
\newcommand{\EkvDef}{\stackrel{\mbox{\tiny def}}{\Leftrightarrow}}
  
%% Page setup
+
 
\textheight    230.0mm \textwidth      155.0mm
+
\newcommand{\comb}[2]{\left(\!\!\begin{array}{c} #1 \\ #2 \end{array}\!\!\right)}
\topmargin      0.0mm
+
 
\hoffset -0.7in
+
%definice českých uvozovek
\voffset -.5in
+
\def\bq{\mbox{\kern.1ex\protect\raisebox{-1.3ex}[0pt][0pt]{''}\kern-.1ex}}
\leftmargin -200.0mm
+
\def\eq{\mbox{\kern-.1ex``\kern.1ex}}
\parindent        0.1in
+
\gdef\uv#1{\bq #1\eq}

Aktuální verze z 27. 8. 2011, 07:16

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 Matematika1

součástakcepopisposlední editacesoubor
Hlavní dokument editovatHlavní stránka dokumentu Matematika1Fucikrad 4. 9. 201510:23
Řídící stránka editovatDefiniční stránka dokumentu a vložených obrázkůAdmin 7. 9. 201513:43
Header editovatHlavičkový souborFucikrad 27. 8. 201107:16 header.tex
Kapitola1 editovatÚvod, jazyk, značeníFucikrad 25. 9. 202310:48 kapitola1.tex
Kapitola2 editovatFunkceAdmin 6. 8. 201409:45 kapitola2.tex
Kapitola3 editovatLimita funkceFucikrad 7. 10. 202115:41 kapitola3.tex
Kapitola4 editovatSpojitost funkcePitrazby 5. 11. 201618:18 kapitola4.tex
Kapitola5 editovatDerivace funkceDvoraro3 6. 1. 202322:50 kapitola5.tex
Kapitola6 editovatAplikace derivaceFucikrad 24. 10. 202012:32 kapitola6.tex
Kapitola7 editovatIntegrální početFucikrad 21. 4. 202205:45 kapitola7.tex
Kapitola8 editovatTranscendentní funkceFucikrad 20. 2. 202111:29 kapitola8.tex
Kapitola9 editovatAplikace integráluFucikrad 11. 1. 202109:39 kapitola9.tex

Vložené soubory

soubornázev souboru pro LaTeX
Image:matematika1_cosh.pdf cosh.pdf
Image:matematika1_sinh.pdf sinh.pdf
Image:matematika1_sinxx.pdf sinxx.pdf
Image:matematika1_tgh.pdf tgh.pdf
Image:matematika1_cotgh.pdf cotgh.pdf
Image:matematika1_riemann.pdf riemann.pdf

Zdrojový kód

%\wikiskriptum{Matematika1}
\documentclass[12pt,intlimits]{article}
%\documentclass[twocolumn,12pt]{article}
\usepackage[utf8]{inputenc}
\usepackage[czech]{babel}
\usepackage{amsthm}
\usepackage{amsmath}
\usepackage{amssymb}
\usepackage{hyperref}
\usepackage{color}
\usepackage{multicol}
\usepackage[a4paper,margin=2cm]{geometry}
\usepackage{framed}
%\usepackage{pifont} % pro cislovani bodu \ding
\usepackage{wasysym}
\usepackage{graphicx}
\usepackage{subfigure}
 
\hypersetup{
    colorlinks = true,
    pdftitle = {Matematika 1},
    pdfauthor = {Radek Fu{\v c}{\'\i}k},
    pdfcreator = {Radek Fu{\v c}{\'\i}k},
    bookmarksopen = true
    }
 
 
%% Preamble
\renewcommand{\epsilon}{\varepsilon}
\renewcommand{\varsigma}{\sigma}
\newcommand{\separator}{\hrulefill} % or pagebreak if u wanna 
 
\newcommand{\priklady}{\noindent \textbf{Příklady}}
\newcommand{\ds}{\displaystyle}
\newcommand{\ud}{\mathrm{d}}
\newcommand{\udx}{\mathrm{d}x}
\newcommand{\arctg}{\mathrm{arctg~}}
\newcommand{\arcctg}{\mathrm{arccotg~}}
\newcommand{\tg}{\mathrm{tg\,}}
\newcommand{\cotg}{\mathrm{cotg\,}}
\newcommand{\tgh}{\mathrm{tgh\,}}
\newcommand{\ctgh}{\mathrm{cotgh\,}}
\newcommand{\argsinh}{\mathrm{argsinh\,}}
\newcommand{\argcosh}{\mathrm{argcosh\,}}
\newcommand{\argtgh}{\mathrm{argtgh\,}}
\newcommand{\argctgh}{\mathrm{argcotgh\,}}
\newcommand{\sign}{\mathrm{sign\,}}
\newcommand{\e}{\mathrm{e}}
\newcommand{\id}{\mathrm{id}}
\newcommand{\neex}{\mathrm{neex}}
\newcommand{\ind}{\mathrm{IND}}
 
\newcommand{\oprava}{~\vskip -2.5em ~} % oprava v definici/vete, kdyz se zacina primo enumerate nebo itemize
 
\definecolor{darkred}{rgb}{0.8,0,0}
\definecolor{darkblue}{rgb}{0,0,0.7}
 
\theoremstyle{definition}
\newtheoremstyle{wikistyle}% name of the style to be used
  {}	% measure of space to leave above the theorem. E.g.: 3pt
  {}	% measure of space to leave below the theorem. E.g.: 3pt
  {}	% name of font to use in the body of the theorem
  {}	% measure of space to indent
  {}	% name of head font
  {~\\\noindent}	% punctuation between head and body
  {0.5em}% space after theorem head; " " = normal interword space
  {}	% Manually specify head
 
\theoremstyle{wikistyle}
\newtheorem{define}{\color{darkblue}Definice}[section]
\newtheorem{theorem}[define]{\color{red}Věta}
\newtheorem{lemma}[define]{\color{red}Lemma}
\newtheorem{corollary}[define]{\color{darkred}Důsledek}
 
\theoremstyle{remark}
\newtheorem*{remark}{Poznámka}
\newtheorem*{example}{Příklad}
\renewcommand{\proofname}{Důkaz}
\newcommand{\be}{\begin{equation}}
\newcommand{\ee}{\end{equation}}
\newcommand{\ekv}{~~\Leftrightarrow~~}
 
\definecolor{MyDarkBlue}{rgb}{0.7,0,0.35}
\newcommand{\zp}{{\color{MyDarkBlue}\textbf{Je třeba dodělat podle přednášky:}}~}
\newcommand{\pzp}{\noindent\zp~~\\}
\newcommand{\R}{{\mathbb{R}}}
\newcommand{\Rop}{{\mathbb{R}^0_+}}
\newcommand{\Rp}{{\mathbb{R}_+}}
\newcommand{\Rm}{{\mathbb{R}_-}}
\newcommand{\RR}{{\mathbb{R}^*}}
\newcommand{\Q}{{\mathbb{Q}}}
\newcommand{\N}{{\mathbb{N}}}
\newcommand{\No}{{\mathbb{N}_0}}
\newcommand{\C}{{\mathbb{C}}}
\newcommand{\CC}{{\mathbb{C}^*}}
\newcommand{\Z}{\mathbb{Z}}
\newcommand{\EkvDef}{\stackrel{\mbox{\tiny def}}{\Leftrightarrow}}
 
 
\newcommand{\comb}[2]{\left(\!\!\begin{array}{c} #1 \\ #2 \end{array}\!\!\right)}
 
%definice českých uvozovek
\def\bq{\mbox{\kern.1ex\protect\raisebox{-1.3ex}[0pt][0pt]{''}\kern-.1ex}}
\def\eq{\mbox{\kern-.1ex``\kern.1ex}}
\gdef\uv#1{\bq #1\eq}