summaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authormichelou <michelou@epfl.ch>2005-08-30 12:27:12 +0000
committermichelou <michelou@epfl.ch>2005-08-30 12:27:12 +0000
commit5cad7d9a1dc9d3c02c39bb04a14f346292a8ef1a (patch)
treecff71f7f5aafa1ea8708ddec8d784d987110ca6b /doc
parenta500d671a4599601e269ba93932e96615a561c08 (diff)
downloadscala-5cad7d9a1dc9d3c02c39bb04a14f346292a8ef1a.tar.gz
scala-5cad7d9a1dc9d3c02c39bb04a14f346292a8ef1a.tar.bz2
scala-5cad7d9a1dc9d3c02c39bb04a14f346292a8ef1a.zip
- added color package (used for string literals...
- added color package (used for string literals in code).
Diffstat (limited to 'doc')
-rw-r--r--doc/introduction/ScalaIntro.tex12
1 files changed, 7 insertions, 5 deletions
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}