init
This commit is contained in:
64
UebungenPapula/Aufgabe001.tex
Normal file
64
UebungenPapula/Aufgabe001.tex
Normal file
@@ -0,0 +1,64 @@
|
||||
\documentclass{book}%
|
||||
\usepackage{amsfonts}
|
||||
\usepackage{amsmath}%
|
||||
\setcounter{MaxMatrixCols}{30}%
|
||||
\usepackage{amssymb}%
|
||||
\usepackage{graphicx}
|
||||
%TCIDATA{OutputFilter=latex2.dll}
|
||||
%TCIDATA{Version=5.50.0.2953}
|
||||
%TCIDATA{CSTFile=40 LaTeX Book.cst}
|
||||
%TCIDATA{Created=Sunday, December 14, 2008 16:28:52}
|
||||
%TCIDATA{LastRevised=Sunday, December 14, 2008 16:47:49}
|
||||
%TCIDATA{<META NAME="GraphicsSave" CONTENT="32">}
|
||||
%TCIDATA{<META NAME="SaveForMode" CONTENT="1">}
|
||||
%TCIDATA{BibliographyScheme=Manual}
|
||||
%TCIDATA{<META NAME="DocumentShell" CONTENT="Standard LaTeX\Standard LaTeX Book">}
|
||||
%BeginMSIPreambleData
|
||||
\providecommand{\U}[1]{\protect\rule{.1in}{.1in}}
|
||||
%EndMSIPreambleData
|
||||
\newtheorem{theorem}{Theorem}
|
||||
\newtheorem{acknowledgement}[theorem]{Acknowledgement}
|
||||
\newtheorem{algorithm}[theorem]{Algorithm}
|
||||
\newtheorem{axiom}[theorem]{Axiom}
|
||||
\newtheorem{case}[theorem]{Case}
|
||||
\newtheorem{claim}[theorem]{Claim}
|
||||
\newtheorem{conclusion}[theorem]{Conclusion}
|
||||
\newtheorem{condition}[theorem]{Condition}
|
||||
\newtheorem{conjecture}[theorem]{Conjecture}
|
||||
\newtheorem{corollary}[theorem]{Corollary}
|
||||
\newtheorem{criterion}[theorem]{Criterion}
|
||||
\newtheorem{definition}[theorem]{Definition}
|
||||
\newtheorem{example}[theorem]{Example}
|
||||
\newtheorem{exercise}[theorem]{Exercise}
|
||||
\newtheorem{lemma}[theorem]{Lemma}
|
||||
\newtheorem{notation}[theorem]{Notation}
|
||||
\newtheorem{problem}[theorem]{Problem}
|
||||
\newtheorem{proposition}[theorem]{Proposition}
|
||||
\newtheorem{remark}[theorem]{Remark}
|
||||
\newtheorem{solution}[theorem]{Solution}
|
||||
\newtheorem{summary}[theorem]{Summary}
|
||||
\newenvironment{proof}[1][Proof]{\noindent\textbf{#1.} }{\ \rule{0.5em}{0.5em}}
|
||||
\begin{document}
|
||||
|
||||
\frontmatter
|
||||
\title{The Title}
|
||||
\author{The Author}
|
||||
\date{The Date}
|
||||
\maketitle
|
||||
\tableofcontents
|
||||
|
||||
$y=\left( 5x^{3}-4x\right) \left( x^{2}+5x\right) =\allowbreak
|
||||
5x^{5}+25x^{4}-4x^{3}-20x^{2}$
|
||||
|
||||
$\bigskip$
|
||||
|
||||
$y=uv\Longrightarrow y'$
|
||||
|
||||
|
||||
|
||||
\bigskip
|
||||
|
||||
\bigskip
|
||||
|
||||
|
||||
\end{document}
|
||||
Reference in New Issue
Block a user