- Questo topic ha 3 risposte, 2 partecipanti ed è stato aggiornato l'ultima volta 8 anni, 2 mesi fa da .
-
Topic
-
Ciao!!
Sto cercando di fare la presentazione per la tesi con beamer 🙂 avrei bisogno di qualche suggerimento per risolvere un problemino 🙂
ho visto che ci sarebbe ‘beamer2thesis’ per fare un simil-frontespizio e una buona presentazione per la tesi, ma i temi proprio non mi piacciono..vorrei quindi usare ‘beamer’ normale, cercando però di adattare la prima facciata e creare anche qui una specie di frontespizio! Ho cercato di aggiungere qualche ‘box’ per aggiungere relatore e correlatore, ma probabilmente sbaglio proprio il modo di farlo. Qaualcuno potrebbe gentilmente aiutarmi o indicarmi qualche documento che spieghi specificamente come farlo?
Grazie mille!!
Il mio codice è questo:`
\documentclass{beamer}
\usepackage[english]{babel}
\usepackage[T1]{fontenc}
\usepackage{graphicx}% for images
\usepackage{xcolor, colortbl}
\definecolor{carnelian}{rgb}{0.7,0.11,0.11}
\graphicspath {{immagini/}}
\title[….]{….}
\author[Giulia]{Giulia}
\date[13]{13 July 2018}
\institute[Università di Bologna]{Alma Mater Studiorum – Università di Bologna}
\logo{\includegraphics[width=16mm]{bolo.jpg}}
\usetheme{dresden}
\usecolortheme{orchid}
\setbeamercolor{structure}{fg=carnelian}
\useoutertheme{sidebar}
\setbeamercovered{dynamic}
\theoremstyle{definition}
\newtheorem{definizione}{Definition}
\theoremstyle{plain}
\newtheorem{teorema}{Theorem}
\begin{document}
\begin{frame}
\maketitle\end{frame}
\begin{frame}
\frametitle{Contents}
\tableofcontents
\end{frame}
\section{Introduction}
\begin{frame}
\frametitle{Introduction}
\framesubtitle{What is `Overeducation'?}
\begin{definizione}
\alert{`Overeducation'} describes the extent to which an individual owns a level of education in excess of that which is required for their particular job.
\end{definizione}
\end{frame}
\begin{frame}
\frametitle{Introduction}
\framesubtitle{The effects of `Overeducation'}
\end{frame}
\begin{frame}
\frametitle{The Italian case}
\end{frame}
\begin{frame}
\frametitle{The goals of this project}
\end{frame}
\begin{frame}
\frametitle{The identikit of an overeducated worker}
\end{frame}
\begin{frame}
\frametitle{Overeducation and the GPG}
\end{frame}
\begin{frame}
\frametitle{The theory of wage differential}
\end{frame}
\begin{frame}
\frametitle{Conclusions}
\end{frame}
\end{document}`
- Devi essere connesso per rispondere a questo topic.