From 4cc06d47de7eb4e747c791622c1dfcdc8bb0b7cf Mon Sep 17 00:00:00 2001 From: Thomas Forgione Date: Mon, 14 Oct 2019 17:09:26 +0200 Subject: [PATCH] Upgrade title page --- src/config.sty | 2 +- src/main.tex | 16 +--------------- src/state-of-the-art/video.tex | 2 +- src/titlepage.tex | 24 ++++++++++++++++++++++++ 4 files changed, 27 insertions(+), 17 deletions(-) create mode 100644 src/titlepage.tex diff --git a/src/config.sty b/src/config.sty index 45ee0c6..bda58c5 100644 --- a/src/config.sty +++ b/src/config.sty @@ -93,7 +93,7 @@ anchorcolor = blue]{hyperref} \usepackage[ED=MITT-ImgInf, Ets=INP]{tlsflyleaf} -\title{Streaming 3D lulz} +\title{DASH-3D} \author{Thomas \textsc{Forgione}} diff --git a/src/main.tex b/src/main.tex index c18060f..f0f796f 100644 --- a/src/main.tex +++ b/src/main.tex @@ -38,21 +38,7 @@ \quad\\ This version was compiled on \today{} at \currenttime{}. -\begin{titlepage} - \begin{tikzpicture}[overlay,remember picture,line width=5pt] - \node at (current page.center) {\includegraphics[width=\pagewidth]{assets/background.png}}; - \node at (12, -22) [% - inner sep=15pt, - ultra thick, - draw=MidnightBlue, - fill=black, - font=\sffamily\bfseries\Huge, - align=left, - fill opacity=0.7, - text opacity=1, - ] {\color{white}\thetitle\\\color{white}\LARGE\theauthor}; - \end{tikzpicture} -\end{titlepage} +\input{titlepage.tex} \tableofcontents diff --git a/src/state-of-the-art/video.tex b/src/state-of-the-art/video.tex index 6fa8d24..963b59f 100644 --- a/src/state-of-the-art/video.tex +++ b/src/state-of-the-art/video.tex @@ -87,7 +87,7 @@ An example of such a property is given in Listing~\ref{sota:srd-xml}. Essentially, this feature is a way of achieving view-dependent streaming, since the client only displays a part of the video and can avoid downloading content that will not be displayed. This is especially interesting in the context of 3D streaming since we have this same pattern of a user viewing only a part of a content. -\subsection{Prefetching in video steaming} +\subsection{Prefetching in video streaming} \copied{} We briefly survey other research on prefetching that focuses on non-continuous interaction in other types of media. diff --git a/src/titlepage.tex b/src/titlepage.tex new file mode 100644 index 0000000..3822663 --- /dev/null +++ b/src/titlepage.tex @@ -0,0 +1,24 @@ +\begin{titlepage} + \begin{tikzpicture}[overlay,remember picture,line width=5pt] + \node at (current page.center) {\includegraphics[width=\pagewidth]{assets/background.png}}; + \node at (current page.south) [% + fill=black, + draw=MidnightBlue, + fill opacity=0.7, + thin, + above=1.5cm, + minimum width=18cm, + minimum height=7cm, + ]{}; + + \node at (current page.south)[ + above=7cm, + font=\sffamily\bfseries\Huge, + ] {\color{white}\thetitle}; + + \node at (current page.south)[ + above=6.25cm, + font=\sffamily\bfseries, + ] {\color{white}Presented and defended on the 19/11/2019 by \theauthor}; + \end{tikzpicture} +\end{titlepage}