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

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

\input{slidesetup.tex}

\title{Introducción a Python}
\author{Pablo Orduña Fernández (aka NcTrun)}
\date{Julio 2005}

\makeindex

\begin{document}

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

\begin{center}
	\includegraphics[scale=2]{figuras/batteries-included.jpg}
\end{center}

\vspace{2cm}
\begin{center}
	\href{http://creativecommons.org/licenses/by-sa/2.0/}{\includegraphics[scale=0.5]{figuras/cc.png}}
\end{center}
\begin{center}
	\small{\emph{This work is licensed under the Creative Commons Attribution-ShareAlike License. To view a copy of this license, visit \href{http://creativecommons.org/licenses/by-sa/2.0/}{http://creativecommons.org/licenses/by-sa/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 Python
\input{capitulo2}

%Lenguaje básico
\input{capitulo3}

%Paquetes básicos
\input{capitulo4}

%Aspectos más detallados
\input{capitulo5}

%Python como lenguaje de scripting para Java y Mono/.NET
\input{capitulo6}

\input{capitulo7}

%Referencias
\input{capitulo8}

\end{document}

