Actions

LaTeX

Difference between revisions of "W2L Deliverables"

From UMOBILE Documentation

Line 24: Line 24:
 
\usepackage{tabularx}
 
\usepackage{tabularx}
 
%\setlength{\extrarowheight}{2pt}
 
%\setlength{\extrarowheight}{2pt}
%\newcolumntype{Y}{>{\raggedright}X}
+
\newcolumntype{Y}{>{\raggedright}X}
  
 
% il seguente comando specifica una tabella a 2 colonne in cui la seconda ha il quadruplo della dimensione delle altre.
 
% il seguente comando specifica una tabella a 2 colonne in cui la seconda ha il quadruplo della dimensione delle altre.

Revision as of 14:50, 20 March 2015

Dateiname: Main.tex
\documentclass[a4paper,10pt,oneside]{article}

\usepackage[utf8]{inputenc}  
\usepackage[T1]{fontenc}
\usepackage{verbatim}
\usepackage{hyperref}
\usepackage{eurosym}
\usepackage{makeidx}
\usepackage{graphicx}
\usepackage{helvet}
\usepackage{amsmath}
\usepackage{color}
\usepackage{fancyhdr}
%\usepackage[default]{opensans}
\usepackage{/data/public/umobile/projectdocs/extensions/w2l/titlesec}
\usepackage{/data/public/umobile/projectdocs/extensions/w2l/multicol}
\definecolor{blu}{rgb}{0,.3490,.5176}
\definecolor{gray}{rgb}{0.10,0.09,0.10}
\definecolor{celeste}{rgb}{0,0.56,0.70}
\definecolor{blulogo}{rgb}{0.1372,0.5294,0.7843}

\usepackage{tabularx}
%\setlength{\extrarowheight}{2pt}
\newcolumntype{Y}{>{\raggedright}X}

% il seguente comando specifica una tabella a 2 colonne in cui la seconda ha il quadruplo della dimensione delle altre.
\newcolumntype{W}{>{\hsize=0.5\hsize}X|>{\hsize=1.5\hsize}X}

%\newcolumntype{Y}{>{\small\centering}X}


\makeatletter
\renewcommand{\maketitle}{\bgroup\setlength{\parindent}{0pt}
\begin{flushleft}\textbf{\@title}
\end{flushleft}\egroup
}
\makeatother



\hypersetup
{
    pdfauthor={UMOBILE consortium},
    pdfsubject={UMOBILE Deliverable},
    pdftitle={((PAGENAME)) - UMOBILE },
    pdfkeywords={((PAGENAME)), UMOBILE}
}


% page layout
\addtolength{\oddsidemargin}{-1.125in}
\addtolength{\evensidemargin}{-1.125in}
\addtolength{\textwidth}{2.25in}
\addtolength{\topmargin}{-.5in}
\addtolength{\textheight}{1in}



%title
\title{ 
\begin{center}
\huge
\textcolor{blulogo}{Action full title:} \\ Universal, mobile-centric and opportunistic communications architecture  \\
\vspace{2cm}
 \textcolor{blulogo}{Action acronym: } \\
UMOBILE \\ 
\vspace{0,8cm}
\includegraphics{/data/public/umobile/projectdocs/extensions/w2l/img_templates/logo.png}\\
\vspace{2cm}
\huge
\textcolor{blulogo}{Deliverable:} \\ \centering{((PAGENAME))}
\end{center}
}

\author{}
\date{}



\setcounter{secnumdepth}{0}


\usepackage{/data/public/umobile/projectdocs/extensions/w2l/eso-pic}
\newcommand\BackgroundPic{
\put(-3,0){
\parbox[b][\paperheight]{\paperwidth}{%
\vfill
\centering
\includegraphics[width=\paperwidth,height=\paperheight,keepaspectratio]{/data/public/umobile/projectdocs/extensions/w2l/img_templates/bg_deliverables.png}%
\vfill
}}}

% cambia il times new roman in arial
\renewcommand{\rmdefault}{phv} 
\renewcommand{\sfdefault}{phv} 


\begin{document}

\maketitle
\AddToShipoutPicture{\BackgroundPic}
%\thispagestyle{empty}
%pagestyle{empty}
%\vspace{0.5cm}

\vfill

\noindent{\large  \textbf {\textcolor{blulogo}{Project Information:}}} \\ \\
\noindent{
\begin{tabularx}{\textwidth}{|W|l|l|}
\hline 
 \textbf{Project Full Title}  & Universal, mobile-centric and opportunistic communications architecture \\
\hline 
  \textbf{Project Acronym} & UMOBILE  \\
\hline 
  \textbf{Grant agreement number} & 645124 \\
\hline 
  \textbf{Call identifier} & H2020-ICT-2014-1 \\
\hline 
  \textbf{Topic} & ICT-05-2014 Smart Networks and novel Internet Architectures \\
\hline 
  \textbf{Programme} & EU Framework Programme for Research and Innovation HORIZON 2020 \\
\hline 
  \textbf{Project Coordinator} & Prof. Vassilis Tsaoussidis, Democritus University of Thrace \\
\hline 

\end{tabularx}}


\thispagestyle{empty}	
\pagestyle{empty}
\clearpage
\tableofcontents


%pagina vuota prima del primo capitolo (per avere i margini laterali giusti)
\clearpage{\pagestyle{empty}\cleardoublepage}

\pagenumbering{arabic}


((W2L_CONTENT))


\cleardoublepage 

\end{document}