I have a problem with the title too long to be at bottom of page ... but I really need it there. how can I solve this ? (using this theme if possible)
other problem is that the university logo is not where I need it... between author and institute! Any idea how I can solve this?
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,textpos}
\usepackage[bottom]{footmisc}
\usepackage[none]{hyphenat}
\usetheme{Warsaw}
\usecolortheme[named=purple]{structure}
\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{\textbf{A motivação e o desenvolvimento da competência de leitura no ensino das línguas}}
\author{\textbf{Susana Isabel Morais da Silva}}
\titlegraphic{\includegraphics[width=1cm]{figuras/logo1UM.png}\hspace*{0cm}~%
\includegraphics[width=1cm]{figuras/logo2UM.png}}
\institute {Universidade do Minho \\ Instituto de Educação}
\date{\footnotesize{julho 2013}}
\begin{document}
\setbeamertemplate{caption}[numbered]
\frame{\titlepage}
\frame{\tableofcontents}
\begin{frame}
...
\end{frame}
\end{document}