48 lines
1.8 KiB
TeX
48 lines
1.8 KiB
TeX
|
|
\documentclass{article}
|
|
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
|
|
%TCIDATA{OutputFilter=LATEX.DLL}
|
|
%TCIDATA{Version=5.50.0.2953}
|
|
%TCIDATA{<META NAME="SaveForMode" CONTENT="1">}
|
|
%TCIDATA{BibliographyScheme=Manual}
|
|
%TCIDATA{Created=Wednesday, December 17, 2008 21:03:05}
|
|
%TCIDATA{LastRevised=Wednesday, December 17, 2008 21:13:48}
|
|
%TCIDATA{<META NAME="GraphicsSave" CONTENT="32">}
|
|
%TCIDATA{<META NAME="DocumentShell" CONTENT="Standard LaTeX\Blank - Standard LaTeX Article">}
|
|
%TCIDATA{CSTFile=40 LaTeX article.cst}
|
|
|
|
\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}}
|
|
\input{tcilatex}
|
|
|
|
\begin{document}
|
|
|
|
|
|
$y=5x^{3}$ Solution: $y^{\prime }=15x^{2}$
|
|
|
|
\bigskip
|
|
|
|
$y=5x^{3}-4x$ Solution: $y^{\prime }=15x^{2}-4$
|
|
|
|
\end{document}
|