\documentclass{amsart}
%\usepackage{amscd}
\usepackage{amssymb}
\newcommand{\contains}{\supset}
\newcommand{\bbZ}{{\mathbb Z}}
\newcommand{\bbP}{{\mathbb P}}
\newcommand{\bbQ}{{\mathbb Q}}
\newcommand{\bbR}{{\mathbb R}}
\newcommand{\bbA}{{\mathbb A}}
\newcommand{\bbF}{{\mathbb F}}
\newcommand{\bbG}{{\mathbb G}}
\newcommand{\bbV}{{\mathbb V}}
\newcommand{\bbone}{{\mathbb 1}}
\newcommand{\Oh}{{\mathcal O}}
\newcommand{\Qbar}{\overline{{\mathbb Q}}}
\newcommand{\congruent}{\equiv}
\newcommand{\tensor}{\otimes}
\newcommand{\boxtensor}{\boxtimes}
\newcommand{\isom}{\cong}
%\newcommand{\abs}[1]{{|#1|}}
\newcommand{\add}{\operatorname{\tt add}}
\newcommand{\sub}{\operatorname{\tt sub}}
\newcommand{\mul}{\operatorname{\tt mul}}
\renewcommand{\div}{\operatorname{\tt div}}
\newcommand{\lshift}{\operatorname{\tt lshift}}
\newcommand{\rshift}{\operatorname{\tt rshift}}
\newcommand{\zero}{\operatorname{\tt zero}}
\newcommand{\bneg}{\operatorname{\tt bneg}}
\newcommand{\golt}{\operatorname{\tt gol2}}
\newcommand{\logt}{\operatorname{\tt log2}}
\newcommand{\lcm}{\operatorname{\rm lcm}}
\newcommand{\ch}{\operatorname{\rm ch}}
\newcommand{\Trace}{\operatorname{\rm Trace}}
\newcommand{\Spec}{\operatorname{\rm Spec}}
\newcommand{\Nm}{\operatorname{\rm Nm}}
\newcommand{\Hom}{\operatorname{\rm Hom}}
\newcommand{\Pic}{\operatorname{\rm Pic}}
\newcommand{\Cl}{\operatorname{\rm Cl}}
\newcommand{\vol}{\operatorname{\rm vol}}
\newcommand{\GL}{\operatorname{\rm GL}}
\renewcommand{\Re}{\operatorname{\rm Re}}
\renewcommand{\Im}{\operatorname{\rm Im}}
\newcommand{\by}[1]{\xrightarrow{#1}}
\theoremstyle{plain}
\newtheorem*{extthm*}{Theorem}
\newtheorem{thm}{Theorem}
\newtheorem{lemma}[thm]{Lemma}
\newtheorem{propn}[thm]{Proposition}
\newtheorem{cor}[thm]{Corollary}
\newtheorem{claim}[thm]{Claim}
\theoremstyle{definition}
\newtheorem{defn}{Definition}
\newtheorem{rmk}{Remark}
\newtheorem{prob}{Problem}
\newtheorem{exer}{Exercise}
\newtheorem*{ack*}{Acknowledgments}
\newcommand{\ie}{i.~e.\ }
\begin{document}
\title{Some Lectures on Number Theory, Elliptic Curves and Cryptology}
\author{Kapil Hari Paranjape}
\maketitle
\newpage\typeout{The page is \thepage\\}
\input{gmp.tex}
\newpage\typeout{The page is \thepage\\}
\input{gcd.tex}
\newpage\typeout{The page is \thepage\\}
\input{modn.tex}
\newpage\typeout{The page is \thepage\\}
\input{primes.tex}
\newpage\typeout{The page is \thepage\\}
\input{factor.tex}
\newpage\typeout{The page is \thepage\\}
\input{numflds.tex}
\newpage\typeout{The page is \thepage\\}
\input{quadflds.tex}
\newpage\typeout{The page is \thepage\\}
\input{schemes.tex}
\newpage\typeout{The page is \thepage\\}
\input{hyperell.tex}
\bibliography{ref}
\newpage
\end{document}

%%% Local Variables: 
%%% mode: latex
%%% TeX-master: "main"
%%% End: 

