%last modified 1-6-2008 %\documentclass[12pt,runningheads]{book} \documentclass[10pt,runningheads]{book} \usepackage{fancyvrb} \usepackage{moreverb} \usepackage{amsfonts} \usepackage{helvet} \usepackage{fancyheadings} \usepackage{amsbsy} \usepackage{amsthm} \usepackage{amsgen} \usepackage{amsfonts} %\usepackage[german,english]{babel} \usepackage{array, rotating} \usepackage{graphicx, amsmath} \usepackage{texdraw} \usepackage{amssymb} \usepackage{makeidx} % allows for index generation \usepackage[all,arc,dvips]{xy} %\usepackage{twocolumn} \usepackage{color} \definecolor{DarkOlive}{rgb}{0.1047,0.2412,0.0064} \definecolor{FireBrick}{rgb}{0.5812,0.0074,0.0083} \definecolor{RoyalBlue}{rgb}{0.0236,0.0894,0.6179} \definecolor{RoyalGreen}{rgb}{0.0236,0.6179,0.0894} \definecolor{RoyalRed}{rgb}{0.6179,0.0236,0.0894} \definecolor{LightBlue}{rgb}{0.8544,0.9511,1.0000} \definecolor{Black}{rgb}{0.0,0.0,0.0} \definecolor{FuncColor}{rgb}{1.0,0.0,0.0} \usepackage{hyperref} \usepackage{url} \usepackage{xspace} %\pagestyle{fancyplain} %\lhead[\fancyplain{}{\rightmark}]{\fancyplain{}} %\rhead[\fancyplain{}]{\fancyplain{}{\rightmark}} \setlength{\parindent}{8pt} \pagenumbering{roman} \pagestyle{empty} %\setcounter{page}{4} \newtheorem{theorem}{Theorem}[section] \newtheorem{corollary}{Corollary}[section] \newtheorem{conjecture}{Conjecture}[section] \newtheorem{lemma}{Lemma}[section] \newtheorem{proposition}{Proposition}[section] \newtheorem{definition}{Definition}[section] \newtheorem{example}{Example}[section] \newtheorem{axiom}{Axiom}[section] \newtheorem{remark}{Remark}[section] \newtheorem{exercise}{Exercise}[section] \newtheorem{practice}{Practice}[section] \def\aaa{\mathbb{A}} \def\nnn{\mathbb{N}} \def\fff{\mathbb{F}} \def\qqq{\mathbb{Q}} \def\rrr{\mathbb{R}} \def\ccc{\mathbb{C}} \def\zzz{\mathbb{Z}} \def\ppp{\mathbb{P}} \def\hhh{{\cal H}} \def\pf{{\bf Proof: \ }} \def\qed{$\Box$} \def\stab{{\rm stab}} \def\beqn{\begin{equation}} \def\eeqn{\end{equation}} \def\arccot{{\rm arccot}} \def\arcsec{{\rm arcsec}} \def\arccsc{{\rm arccsc}} \def\vers{{\rm vers}} \def\arcvers{{\rm arcvers}} \def\fps2{{\rm ft./(sec.)}^2} \DeclareMathOperator{\avg}{avg} \newcommand{\SAGE}{{\sf SAGE}\xspace} \newcommand{\sage}{\SAGE} \newcommand{\ds}{\displaystyle} \newcommand{\fig}[2]{ \begin{figure}[h!] \begin{center} \includegraphics[width=0.6\textwidth]{graphs/#2} \caption{#1} \end{center} \end{figure} } \makeindex \begin{document} \pagestyle{fancyplain} \lhead[\fancyplain{}{\rightmark}]{\fancyplain{}} \rhead[\fancyplain{}]{\fancyplain{}{\rightmark}} \author{Dale Hoffman, William Stein, David Joyner} \title{Elements of Integral Calculus using \sage\\ {\footnotesize (preliminary version)}} \date{4-12-2008} \maketitle \vskip .1in \addtocounter{page}{3} \newpage \addtocounter{page}{1} \begin{center} \large{ {\bf Contents} } \end{center} \vskip .3in \newpage \tableofcontents \newpage \addtocounter{chapter}{-1} \addtocounter{page}{1} \input hoffman-calculus-preface.tex \newpage \pagenumbering{arabic} \input hoffman-calculus-ch1.tex \input hoffman-calculus-ch2.tex %\newpage %\ \ %\newpage \printindex \end{document}