Document Classesbeamer | Insert PDF and XLS Files

Information and discussion about specific document classes and how to create your own document classes.
paulosousa
Posts: 90
Joined: Sun Jun 24, 2012 8:48 pm

beamer | Insert PDF and XLS Files

Post by paulosousa »

Hello,

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 work

Code: 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}
regards,
Paulo
Attachments
18.01.2013.log
(46.45 KiB) Downloaded 338 times
Last edited by Stefan Kottwitz on Fri Jan 18, 2013 5:19 pm, edited 2 times in total.

Recommended reading 2024:

LaTeXguide.org • LaTeX-Cookbook.net • TikZ.org

NEW: TikZ book now 40% off at Amazon.com for a short time.

And: Currently, Packt sells ebooks for $4.99 each if you buy 5 of their over 1000 ebooks. If you choose only a single one, $9.99. How about combining 3 LaTeX books with Python, gnuplot, mathplotlib, Matlab, ChatGPT or other AI books? Epub and PDF. Bundle (3 books, add more for higher discount): https://packt.link/MDH5p

paulosousa
Posts: 90
Joined: Sun Jun 24, 2012 8:48 pm

Re: beamer | Insert PDF and XLS Files

Post by paulosousa »

Hello,

does anyone could help me please? :?
Post Reply