123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263 |
- \documentclass[11pt,a4paper]{report}
- \usepackage{fancyheadings,graphics, makeidx}
- \makeindex
- %\textwidth 15cm
- %\textheight 21cm
- %\oddsidemargin 0.5cm
- %\topmargin 0cm
- %\parindent 0cm
- %\nofiles
- \title{MathML-OpenMath Interface\\ for REDUCE}
- \author{Luis Alvarez Sobreviela}
- \begin{document}
- \maketitle
- \input ptitle
- \tableofcontents
-
- \pagestyle{fancy}
- \rhead{\thepage}
- \lfoot{Luis Alvarez Sobreviela}
- \rfoot{OpenMath/MathML Interface}
- \cfoot{}
- \setlength{\footrulewidth}{0.4pt}
- \setcounter{page}{1}
-
- \newpage
- \input introduction
- \input analysis
- \input design
- \input testing
- \newpage
- \input cds
- %\newpage
- %\input mml
- %\newpage
- %\input ptitle
- \input bib
- \end{document}
-
|