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.tex52
1 files changed, 0 insertions, 52 deletions
diff --git a/doc/introduction/ScalaIntro.tex b/doc/introduction/ScalaIntro.tex
deleted file mode 100644
index 9498b987d8..0000000000
--- a/doc/introduction/ScalaIntro.tex
+++ /dev/null
@@ -1,52 +0,0 @@
-% $Id$
-
-\documentclass[a4paper,12pt,twoside,titlepage]{book}
-
-\usepackage{alltt}% Verbatim extended with the ability to use normal commands
-\usepackage{color}
-\usepackage{scaladoc}
-\usepackage{url}
-
-\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{}}
-\newcommand{\CSharp}{\langname{C\#}}
-\newcommand{\DotNet}{\langname{.NET}}
-\newcommand{\Scala}{\langname{Scala}}
-
-\renewcommand{\sectionmark}[1]{%
- \markright{#1}}
-\fancyhead[RE]{An Introduction to \Scala} % Chapter in the right on even pages
-
-\definecolor{darkgreen}{rgb}{0,0.5,0.3}
-
-\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}