SCM Repository
[diderot] Annotation of /trunk/doc/report/report.tex
Annotation of /trunk/doc/report/report.tex
Parent Directory
|
Revision Log
Revision 97 -
(view)
(download)
(as text)
1 : |
jhr |
97 |
\documentclass[11pt,twoside]{report}
|
2 : |
|
|
|
3 : |
|
|
%BEGIN LATEX
|
4 : |
|
|
\setlength{\textwidth}{6in}
|
5 : |
|
|
\oddsidemargin 0.25in
|
6 : |
|
|
\evensidemargin 0.25in
|
7 : |
|
|
\addtolength{\textheight}{1.0in}
|
8 : |
|
|
\addtolength{\topmargin}{-0.5in}
|
9 : |
|
|
\parskip 5pt
|
10 : |
|
|
%END LATEX
|
11 : |
|
|
|
12 : |
|
|
\usepackage{times}
|
13 : |
|
|
%BEGIN LATEX
|
14 : |
|
|
%-------------------------
|
15 : |
|
|
% the following magic makes the tt font in math mode be the same as the
|
16 : |
|
|
% normal tt font (i.e., Courier)
|
17 : |
|
|
%
|
18 : |
|
|
\SetMathAlphabet{\mathtt}{normal}{OT1}{pcr}{n}{n}
|
19 : |
|
|
\SetMathAlphabet{\mathtt}{bold}{OT1}{pcr}{bx}{n}
|
20 : |
|
|
%-------------------------
|
21 : |
|
|
%END LATEX
|
22 : |
|
|
|
23 : |
|
|
%BEGIN LATEX
|
24 : |
|
|
\usepackage{hevea}
|
25 : |
|
|
\usepackage{grammar}
|
26 : |
|
|
\usepackage{code}
|
27 : |
|
|
\renewcommand{\term}[1]{\textsc{#1}}
|
28 : |
|
|
%END LATEX
|
29 : |
|
|
|
30 : |
|
|
\usepackage{graphicx}
|
31 : |
|
|
\usepackage{color}
|
32 : |
|
|
|
33 : |
|
|
\input{defs}
|
34 : |
|
|
\input{grammar-defs}
|
35 : |
|
|
|
36 : |
|
|
\title{
|
37 : |
|
|
Report on the Diderot Programming Language
|
38 : |
|
|
}
|
39 : |
|
|
\date{\today}
|
40 : |
|
|
\author{
|
41 : |
|
|
Gordon Kindlmann
|
42 : |
|
|
\and
|
43 : |
|
|
John Reppy
|
44 : |
|
|
}
|
45 : |
|
|
|
46 : |
|
|
\begin{document}
|
47 : |
|
|
|
48 : |
|
|
\pagestyle{empty}
|
49 : |
|
|
\maketitle
|
50 : |
|
|
|
51 : |
|
|
\input{intro}
|
52 : |
|
|
\input{syntax}
|
53 : |
|
|
|
54 : |
|
|
\end{document}
|