summaryrefslogtreecommitdiff
path: root/doc/introduction/ScalaIntro.tex
diff options
context:
space:
mode:
Diffstat (limited to 'doc/introduction/ScalaIntro.tex')
-rw-r--r--doc/introduction/ScalaIntro.tex51
1 files changed, 51 insertions, 0 deletions
diff --git a/doc/introduction/ScalaIntro.tex b/doc/introduction/ScalaIntro.tex
new file mode 100644
index 0000000000..059634f215
--- /dev/null
+++ b/doc/introduction/ScalaIntro.tex
@@ -0,0 +1,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}