mathmlom.tex 863 B

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263
  1. \documentclass[11pt,a4paper]{report}
  2. \usepackage{fancyheadings,graphics, makeidx}
  3. \makeindex
  4. %\textwidth 15cm
  5. %\textheight 21cm
  6. %\oddsidemargin 0.5cm
  7. %\topmargin 0cm
  8. %\parindent 0cm
  9. %\nofiles
  10. \title{MathML-OpenMath Interface\\ for REDUCE}
  11. \author{Luis Alvarez Sobreviela}
  12. \begin{document}
  13. \maketitle
  14. \input ptitle
  15. \tableofcontents
  16. \pagestyle{fancy}
  17. \rhead{\thepage}
  18. \lfoot{Luis Alvarez Sobreviela}
  19. \rfoot{OpenMath/MathML Interface}
  20. \cfoot{}
  21. \setlength{\footrulewidth}{0.4pt}
  22. \setcounter{page}{1}
  23. \newpage
  24. \input introduction
  25. \input analysis
  26. \input design
  27. \input testing
  28. \newpage
  29. \input cds
  30. %\newpage
  31. %\input mml
  32. %\newpage
  33. %\input ptitle
  34. \input bib
  35. \end{document}