|
12 | 12 |
|
13 | 13 | \setbeamertemplate{background}{% |
14 | 14 | \ifnum\thepage>1\relax% No teeny headerline on title page |
15 | | - \begin{tikzpicture} |
16 | | - \useasboundingbox (0,0) rectangle(\the\paperwidth,\the\paperheight); |
17 | | - \coordinate[anchor=north east] (logopos) at ($(current page.north east) - (0.2, 0.10)$); |
18 | | - \node[anchor=north east] (poplogo) at (logopos) {\includegraphics[height=0.8cm]{\poplogo}}; |
19 | | - \coordinate (leftpos) at ($(current page.north west) - (-0.3, 1.25)$); |
20 | | - \coordinate (rightpos) at ($(current page.north east) - (0.3, 1.35)$); |
21 | | - \shade[left color=popblue, right color=popgreen] (leftpos) rectangle (rightpos); |
22 | | - \end{tikzpicture} |
| 15 | + \begin{tikzpicture} |
| 16 | + \useasboundingbox (0,0) rectangle(\the\paperwidth,\the\paperheight); |
| 17 | + \coordinate[anchor=north east] (logopos) at ($(current page.north east) - (0.2, 0.10)$); |
| 18 | + \node[anchor=north east] (poplogo) at (logopos) {\includegraphics[height=0.8cm]{\poplogo}}; |
| 19 | + \coordinate (leftpos) at ($(current page.north west) - (-0.3, 1.25)$); |
| 20 | + \coordinate (rightpos) at ($(current page.north east) - (0.3, 1.35)$); |
| 21 | + \shade[left color=popblue, right color=popgreen] (leftpos) rectangle (rightpos); |
| 22 | + \end{tikzpicture} |
23 | 23 | \fi |
24 | 24 | } |
25 | 25 |
|
|
39 | 39 | \includegraphics[width=0.6\textwidth]{pop_logo} |
40 | 40 | \vskip1em% |
41 | 41 | \begingroup |
42 | | - \begin{beamercolorbox}[wd=\paperwidth, ht=4.0em, dp=0.5em, center]{title} |
43 | | - \vfill% |
44 | | - \usebeamerfont{title}\inserttitle |
45 | | - \vskip0.2em% |
46 | | - \usebeamerfont{author}\insertauthor~---~\insertinstitute% |
47 | | - \vfill% |
48 | | - \end{beamercolorbox} |
| 42 | + \begin{beamercolorbox}[wd=\paperwidth, ht=4.0em, dp=0.5em, center]{title} |
| 43 | + \vfill% |
| 44 | + \usebeamerfont{title}\inserttitle |
| 45 | + \vskip0.2em% |
| 46 | + \usebeamerfont{author}\insertauthor~---~\insertinstitute% |
| 47 | + \vfill% |
| 48 | + \end{beamercolorbox} |
49 | 49 | \endgroup% |
50 | 50 | \vskip2cm |
51 | 51 | \centering |
52 | | - \usebeamerfont{title note} |
53 | | - \usebeamercolor[fg]{title note} |
54 | | - \begin{tikzpicture}[remember picture, overlay] |
55 | | - \coordinate (logopos) at ($(current page.south) + (0.0, 0.0)$); |
56 | | - \coordinate (lstrappos) at ($(current page.south west) + (0.1, 0.1)$); |
57 | | - \coordinate (rstrappos) at ($(current page.south east) + (-0.1, 0.1)$); |
58 | | - \node[anchor=south] (eulogo) at (logopos) {\includegraphics[height=1.8cm]{\eulogo}}; |
59 | | - \node[anchor=south west] (coe) at (lstrappos) {EU H2020 Centre of Excellence}; |
60 | | - \node[anchor=south east] (grantagreement) at (rstrappos) {Grant Agreement No 824080}; |
61 | | - \end{tikzpicture} |
| 52 | + \usebeamerfont{title note} |
| 53 | + \usebeamercolor[fg]{title note} |
| 54 | + \begin{tikzpicture}[remember picture, overlay] |
| 55 | + \coordinate (logopos) at ($(current page.south) + (0.0, 0.0)$); |
| 56 | + \coordinate (lstrappos) at ($(current page.south west) + (0.1, 0.1)$); |
| 57 | + \coordinate (rstrappos) at ($(current page.south east) + (-0.1, 0.1)$); |
| 58 | + \node[anchor=south] (eulogo) at (logopos) {\includegraphics[height=1.8cm]{\eulogo}}; |
| 59 | + \node[anchor=south west] (coe) at (lstrappos) {EU H2020 Centre of Excellence}; |
| 60 | + \node[anchor=south east] (grantagreement) at (rstrappos) {Grant Agreement No 824080}; |
| 61 | + \end{tikzpicture} |
62 | 62 | } |
63 | 63 |
|
| 64 | +\defbeamertemplate*{itemize/enumerate body begin}{pop} |
| 65 | +{ |
| 66 | + \let\this@beamer@cramped\beamer@cramped |
| 67 | + \renewcommand{\beamer@cramped}{ |
| 68 | + \this@beamer@cramped |
| 69 | + \addtolength{\itemsep}{.5\baselineskip} |
| 70 | + } |
| 71 | +} |
64 | 72 |
|
| 73 | +\defbeamertemplate*{itemize/enumerate body end}{pop} |
| 74 | +{ |
| 75 | + \let\beamer@cramped\this@beamer@cramped |
| 76 | +} |
65 | 77 |
|
66 | 78 | \mode |
67 | 79 | <all> |
0 commit comments