SCM Repository
[diderot] / trunk / doc / report / report.tex |
View of /trunk/doc/report/report.tex
Parent Directory
|
Revision Log
Revision 329 -
(download)
(as text)
(annotate)
Wed Aug 18 23:32:54 2010 UTC (11 years, 10 months ago) by jhr
File size: 983 byte(s)
Wed Aug 18 23:32:54 2010 UTC (11 years, 10 months ago) by jhr
File size: 983 byte(s)
Working on report
\documentclass[11pt,twoside]{report} %BEGIN LATEX \setlength{\textwidth}{6in} \oddsidemargin 0.25in \evensidemargin 0.25in \addtolength{\textheight}{1.0in} \addtolength{\topmargin}{-0.5in} \parskip 5pt %END LATEX \usepackage{times} %BEGIN LATEX %------------------------- % the following magic makes the tt font in math mode be the same as the % normal tt font (i.e., Courier) % \SetMathAlphabet{\mathtt}{normal}{OT1}{pcr}{n}{n} \SetMathAlphabet{\mathtt}{bold}{OT1}{pcr}{bx}{n} %------------------------- %END LATEX %BEGIN LATEX \usepackage{hevea} \usepackage{grammar} \usepackage{code} \renewcommand{\term}[1]{\textsc{#1}} %END LATEX \usepackage{graphicx} \usepackage{color} \input{defs} \input{grammar-defs} \title{ Report on the Diderot Programming Language } \date{\today} \author{ Gordon Kindlmann \and John Reppy } \begin{document} \pagestyle{empty} \maketitle \input{intro} \input{types} \input{lang} \input{basis} \input{syntax} \input{future} \end{document}
root@smlnj-gforge.cs.uchicago.edu | ViewVC Help |
Powered by ViewVC 1.0.0 |