summaryrefslogtreecommitdiff
path: root/doc/reference/ScalaIntro.tex
diff options
context:
space:
mode:
Diffstat (limited to 'doc/reference/ScalaIntro.tex')
-rw-r--r--doc/reference/ScalaIntro.tex32
1 files changed, 32 insertions, 0 deletions
diff --git a/doc/reference/ScalaIntro.tex b/doc/reference/ScalaIntro.tex
new file mode 100644
index 0000000000..437138895d
--- /dev/null
+++ b/doc/reference/ScalaIntro.tex
@@ -0,0 +1,32 @@
+\documentclass[a4paper,12pt,twoside,titlepage]{book}
+
+\usepackage{scaladoc}
+
+\ifpdf
+ \pdfinfo {
+ /Author (Martin Odersky)
+ /Title (An Introduction to Scala)
+ /Keywords (Scala)
+ /Subject ()
+ /Creator (TeX)
+ /Producer (PDFLaTeX)
+ }
+\fi
+
+\renewcommand{\doctitle}{An Introduction \\ to Scala}
+\renewcommand{\docsubtitle}{\ }
+\renewcommand{\docauthor}{Martin Odersky \\
+Philippe Altherr \\
+Vincent Cremet \\
+Burak Emir \\
+St\'ephane Micheloud \\
+Nikolay Mihaylov \\
+Michel Schinz \\
+Erik Stenman \\
+Matthias Zenger \\[25mm]\ }
+
+\begin{document}
+\frontmatter
+\makedoctitle
+\mainmatter
+\end{document}