From 5cad7d9a1dc9d3c02c39bb04a14f346292a8ef1a Mon Sep 17 00:00:00 2001 From: michelou Date: Tue, 30 Aug 2005 12:27:12 +0000 Subject: - added color package (used for string literals... - added color package (used for string literals in code). --- doc/introduction/ScalaIntro.tex | 12 +++++++----- 1 file changed, 7 insertions(+), 5 deletions(-) (limited to 'doc') diff --git a/doc/introduction/ScalaIntro.tex b/doc/introduction/ScalaIntro.tex index 713f4bd113..36bac7b809 100644 --- a/doc/introduction/ScalaIntro.tex +++ b/doc/introduction/ScalaIntro.tex @@ -3,9 +3,9 @@ \documentclass[a4paper,12pt,twoside,titlepage]{book} \usepackage{alltt}% Verbatim extended with the ability to use normal commands +\usepackage{color} \usepackage{scaladoc} \usepackage{url} -\usepackage{xspace} \newcommand{\docversion}{1.1} \renewcommand{\doctitle}{An Introduction \\ to Scala} @@ -20,7 +20,7 @@ Michel Schinz \\ Erik Stenman \\ Matthias Zenger \\[25mm]\ } -\newcommand{\langname}[1]{#1\xspace} +\newcommand{\langname}[1]{#1{}} \newcommand{\CSharp}{\langname{C\#}} \newcommand{\DotNet}{\langname{.NET}} \newcommand{\Scala}{\langname{Scala}} @@ -29,6 +29,8 @@ Matthias Zenger \\[25mm]\ } \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 @@ -36,9 +38,9 @@ Matthias Zenger \\[25mm]\ } \tableofcontents \mainmatter -\begin{center} -\LARGE\textbf{\\ An Introduction to \Scala} -\end{center} +%\begin{center} +%\LARGE\textbf{\\ An Introduction to \Scala} +%\end{center} % disables chapter, section and subsection numbering \setcounter{secnumdepth}{-1} -- cgit v1.2.3