summaryrefslogtreecommitdiff
path: root/doc/introduction/ScalaIntro.tex
blob: 059634f21563c2880273d79dd492ba6f41767511 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
% $Id$

\documentclass[a4paper,12pt,twoside,titlepage]{book}

\usepackage{alltt}% Verbatim extended with the ability to use normal commands
\usepackage{scaladoc}
\usepackage{url}
\usepackage{xspace}

\newcommand{\docversion}{1.1}
\renewcommand{\doctitle}{An Introduction \\ to Scala}
\renewcommand{\docsubtitle}{Version \docversion}
\renewcommand{\docauthor}{Martin Odersky \\
Philippe Altherr \\
Vincent Cremet \\
Burak Emir \\ 
St\'ephane Micheloud \\
Nikolay Mihaylov \\
Michel Schinz \\
Erik Stenman \\
Matthias Zenger \\[25mm]\ }

\newcommand{\langname}[1]{#1\xspace}
\newcommand{\CSharp}{\langname{C\#}}
\newcommand{\DotNet}{\langname{.NET}}
\newcommand{\Scala}{\langname{Scala}}

% \lfoot{\small\copyright 2000-2005 EPFL/LAMP}
% \cfoot{}
% \rfoot{\small v\docversion}


\begin{document}
\frontmatter
\makedoctitle
\clearemptydoublepage
\tableofcontents
\mainmatter

\begin{center}
\LARGE\textbf{\\ An Introduction to \Scala}
\end{center}

% disables chapter, section and subsection numbering
\setcounter{secnumdepth}{-1}

\section{The \Scala Programming Language}

\input{MainPart}

\end{document}