% $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}} \renewcommand{\sectionmark}[1]{% \markright{#1}} \fancyhead[RE]{An Introduction to \Scala} % Chapter in the right on even pages \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}