-
Notifications
You must be signed in to change notification settings - Fork 0
/
collab_parisi.tex
105 lines (87 loc) · 2.89 KB
/
collab_parisi.tex
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
\documentclass[trans]{beamer}
\usepackage{fontspec}
\usepackage[italian]{babel}
\usepackage[italian=nohyphenation]{hyphsubst}
\usepackage{fancybox}
\usepackage{pdfpages}
\usetheme{Madrid}
\useinnertheme{circles}
%% Color definitions:
\definecolor{unibablue}{RGB}{6, 64, 113}
\colorlet{unibaslate}{unibablue!70!black}
\colorlet{unibalight}{unibablue!20!white}
%% Setting items & blocks properties
\setbeamertemplate{itemize items}[triangle]
\setbeamertemplate{enumerate items}[circle]
\setbeamertemplate{blocks}[rounded][shadow=false]
% Setting custom lenght
\setlength{\lineskip}{1em}
% Setting slides font
\setsansfont{Calibri}
%% Change the content of footline
\makeatletter
\setbeamertemplate{footline}
{
\leavevmode%
\hbox{%
\begin{beamercolorbox}[wd=.333333\paperwidth,ht=2.25ex,dp=1ex,center]{author in head/foot}%
\usebeamerfont{author in head/foot}\insertshortauthor
\end{beamercolorbox}%
\begin{beamercolorbox}[wd=.333333\paperwidth,ht=2.25ex,dp=1ex,center]{title in head/foot}%
\usebeamerfont{title in head/foot}\insertsection
\end{beamercolorbox}%
\begin{beamercolorbox}[wd=.333333\paperwidth,ht=2.25ex,dp=1ex,right]{date in head/foot}%
\usebeamerfont{date in head/foot}\insertshortdate{}\hspace*{2em}
\insertframenumber{} / \inserttotalframenumber\hspace*{2ex}
\end{beamercolorbox}}%
\vskip0pt%
}
\makeatother
%% Setting up Title Page
\title[CSCW 2013]{Incentives and Integration In Scientific Software Production}
\author[Howison et al.]{James Howison\inst{1} \and James D Herbsleb\inst{2}}
\institute[University of Texas and Carnegie Mellon]{
\inst{1}University of Texas at Austin \\ Austin, TX
\and
\inst{2}Carnegie Mellon University \\ Pittsburgh, PA
}
\date[CSCW 2013]{Collaboration and Sharing in Scientific Work \\ February 23–27, 2013, San Antonio, TX, USA}
%% Custom commands
% Custom double quote
\newcommand{\doublequoted}[1]{«#1»}
% Custom block quotes
\newcommand{\citazione}[1]{%
\begin{beamercolorbox}[sep=1em,rounded=true,center]{fg=unibaslate,bg=unibalight}
\em{\Huge{“} \large{#1} \Huge{„}}
\end{beamercolorbox}
}%
% Custom Arrow
\newcommand{\rightTextArrow}{→}
% Adds reference to bottom right of corner of a slide
\usepackage[absolute,overlay]{textpos}
\newcommand\textref[1]{%
\begin{textblock*}{\paperwidth}(0pt,0.99\textheight)
\raggedleft \tiny{\emph{\textbf{#1}}}\hspace{1em}
\end{textblock*}
}%
%% Setting Template Colors
\usecolortheme[named=unibablue]{structure}
\begin{document}
{
\setbeamertemplate{headline}{}
\setbeamertemplate{footline}{}
\begin{frame}
\centering
\includegraphics[scale=.1]{img/logo}
\setbeamertemplate{title page}[default][colsep=-4bp,rounded=true]
\maketitle
\end{frame}
}
\begin{frame}{Sommario}
\tableofcontents
\end{frame}
\input{presentazione}
% \begin{frame}{Recap}
% \includepdf[pages={6,18,19,30},nup=2x2,landscape=false,frame=true,delta=1mm 1mm]{slides_parisi.pdf}
% \end{frame}
\end{document}