I tried to change the preferences of the pdf viewer and it worked for the url google link
(was Built-in viewer and changed to External Viewer). Thanks a lot for the suggestion.
For the other file, used
\attachfile [option]{filename.xlsx}
but don't workCode: Select all
\documentclass[11pt, compress, spanish]{beamer}
\usepackage{beamerthemeshadow}
\usepackage[spanish]{babel}
\usepackage[applemac]{inputenc}
\usepackage{amsmath,amssymb,amsfonts,textcomp,setspace,graphicx,lipsum,hanging,url,hyperref,attachfile2}
\usepackage[bottom]{footmisc}
\usepackage[none]{hyphenat}
\usetheme{Warsaw}
\usecolortheme[named=purple]{structure}
%\setbeamercolor{block title}{use=structure,fg=white,bg=red!75!black}
%\setbeamercolor{block body}{use=structure,fg=black,bg=red!20!white}
%\setbeamercolor{itemize item}{fg=purple}
\expandafter\def\expandafter\insertshorttitle\expandafter{%
\insertshorttitle\hfill%
\insertframenumber\,/\,\inserttotalframenumber}
\setbeamertemplate{footnote}{%
\hangpara{0.25cm}{1}%
\makebox[0.25cm][l]{\insertfootnotemark}\footnotesize\insertfootnotetext\par%
}
\renewcommand*{\footnoterule}{}
\title{ANALISIS DE CUESTIONARIOS}
\subtitle{11º CURSO - NIVEL: A.2/B.1}
\author{AUTOR}
\institute {Universidade do Minho}
\date{\footnotesize{29 enero 2013}}
\begin{document}
\setbeamertemplate{caption}[numbered]
\frame{\titlepage}
\frame{\tableofcontents}
\section{Introducción}
\begin{frame}
\frametitle{Introducción}
falta fazer a introdução
\end{frame}
\subsection{Contexto}
\begin{frame}
\frametitle{Contexto}
\begin{block}{\textbf{Escuelas}}
\begin{itemize}
\item D. Sancho I
\item Escola Secundária de Penafiel
\end{itemize}
\end{block}
\begin{block}{\textbf{Grupos}}
\begin{itemize}
\item Alumnos: 49
\item Nivel: A.2/B.1
\end{itemize}
\end{block}
\end{frame}
\subsection{Instrumento}
\begin{frame}
\frametitle{Instrumento}
\begin{block}{\textbf{Suporte}}
\begin{itemize}
\item digital $\rightarrow$ \attachfile[Dase de Dados]{Workbook1.xlsx}
\item \href{http://www.google.com}{GoogleDocs}
\end{itemize}
\end{block}
\begin{block}{\textbf{Preguntas}}
\begin{itemize}
\item Carácter: obligatorio
\item Contenido:
\begin{itemize}
\item Ocio y tiempos libres
\item Hábitos y preferencias de lectura
\item Estrategias de comprensión lectora
\end{itemize}
\end{itemize}
\end{block}
\end{frame}
\subsection{Objetivos}
\begin{frame}
\setbeamercolor{block title}{use=structure,fg=white,bg=purple!75!black}
\setbeamercolor{block body}{use=structure,fg=black,bg=white!20!white}
\frametitle{Analisis de resultados}
\begin{block}{\textbf{¿Has leído algun libro en español?}}
...
\end{block}
\begin{block}{Comentario}
(gráfico Q3)
\end{block}
\end{frame}
\section{Referencias Bibliográficas}
\begin{frame}
\frametitle{Referencias Bibliográficas}
\begin{thebibliography}{6}
\bibitem{ref1} AUTOR (ano) {\em título} ...
\bibitem{ref2} AUTOR (ano) {\em título} ...
\bibitem{ref3} AUTOR (ano) {\em título} ...
\end{thebibliography}
\end{frame}
\end{document}
Paulo