summaryrefslogtreecommitdiff
path: root/doc/reference/ScalaIntro.tex
blob: 437138895d553783ed67beefc7a60b189f525f1a (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
\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}