summaryrefslogtreecommitdiff
path: root/doc/reference/ScalaByExample.tex
diff options
context:
space:
mode:
authorMatthias Zenger <mzenger@gmail.com>2003-08-21 10:54:38 +0000
committerMatthias Zenger <mzenger@gmail.com>2003-08-21 10:54:38 +0000
commit14b1a37788f373c99524bcaddac125233c7ac7c6 (patch)
tree8ac8387f13bb95048c6d1ad97f3811bfa502b6a2 /doc/reference/ScalaByExample.tex
parent83f7f3a7580fd8d61b7a6ccda20114128fa6797e (diff)
downloadscala-14b1a37788f373c99524bcaddac125233c7ac7c6.tar.gz
scala-14b1a37788f373c99524bcaddac125233c7ac7c6.tar.bz2
scala-14b1a37788f373c99524bcaddac125233c7ac7c6.zip
Fixed some smaller typographic bugs.
Diffstat (limited to 'doc/reference/ScalaByExample.tex')
-rw-r--r--doc/reference/ScalaByExample.tex9
1 files changed, 7 insertions, 2 deletions
diff --git a/doc/reference/ScalaByExample.tex b/doc/reference/ScalaByExample.tex
index fdc2c60598..51877e0ed9 100644
--- a/doc/reference/ScalaByExample.tex
+++ b/doc/reference/ScalaByExample.tex
@@ -1,3 +1,4 @@
+% $Id$
\documentclass[a4paper,12pt,twoside,titlepage]{book}
\usepackage{scaladoc}
@@ -21,7 +22,7 @@
\newcommand{\rewriteby}[1]{\mbox{\tab\tab\rm(#1)}}
\renewcommand{\doctitle}{Scala By Example\\[33mm]\ }
-\renewcommand{\docauthor}{Martin Odersky}
+\renewcommand{\docauthor}{Martin Odersky\\[53mm]\ }
\begin{document}
@@ -34,7 +35,7 @@
\chapter{\label{chap:intro}Introduction}
-\input{rationale-chapter.tex}
+\input{Rationale}
The rest of this document is structured as
follows. Chapters~\ref{chap:example-one} and
@@ -5416,6 +5417,10 @@ class Bidder (auction: Process, minBid: int, maxBid: int)
\end{lstlisting}
}
%\todo{We also need some XML examples.}
+
+\bibliographystyle{alpha}
+\bibliography{Scala}
+
\end{document}