\documentclass[a4paper,12pt]{article}
\usepackage{xspace,colortbl}     % should have txfonts also
\usepackage{graphicx}

\usepackage[utf8]{inputenc}
\usepackage[screen,panelright,paneltoc,sectionbreak,spanish]{pdfscreen}
\usepackage{multicol}           % Multi-column formatting
\usepackage{pause}

\input{slidesetup.tex}

\title{C\#}
\author{Pablo Orduña Fernández (aka NcTrun)}
\date{Julio 2006}

\makeindex

\begin{document}

%\color{bodytext}
%\overlay{overlay0}
\maketitle

\begin{center}
	\includegraphics[scale=1.5]{figuras/csharp242-peque.png}\\
	\Large
	\href{http://www.msc.deusto.es/}{DotNetGroup}
\end{center}
\vspace{2cm}
\begin{center}
	\href{http://creativecommons.org/licenses/by/2.0/}{\includegraphics[scale=0.5]{figuras/cc.png}}
\end{center}
\begin{center}
	\small{\emph{This work is licensed under the Creative Commons Attribution License. To view a copy of this license, visit \href{http://creativecommons.org/licenses/by/2.0/}{http://creativecommons.org/licenses/by/2.0/} or send a letter to Creative Commons, 559 Nathan Abbott Way, Stanford, California 94305, USA}}
\end{center}

%Introducción al cursillo
\input{capitulo1}

%Introducción a Mono /.NET
\input{capitulo2}

%Introducción a C#
\input{capitulo3}


%Introducción breve a la FCL
\input{capitulo4}

%Algunas novedades en C# 3.0
\input{capitulo5}

%Referencias
\input{capitulo6}

\end{document}

