-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Remove unused package and custom colors
- Loading branch information
Showing
2 changed files
with
4 additions
and
33 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -5,42 +5,19 @@ | |
%\setbeamerfont{note page}{size=\tiny} | ||
%\setbeameroption{hide notes} % Only slides | ||
|
||
\usepackage{lipsum} | ||
\usepackage[utf8]{inputenc} | ||
\usepackage[T1]{fontenc} | ||
\usepackage{kantlipsum} | ||
\usepackage{listings,xcolor} | ||
\usepackage{spverbatim} | ||
\usepackage{amssymb} | ||
\usepackage{amsmath} | ||
\usepackage{array} | ||
\usepackage{textcomp} | ||
\usepackage{ragged2e} | ||
\usepackage{hyperref} | ||
\usepackage[normalem]{ulem} | ||
\usepackage{textcomp} | ||
\usepackage{caption} | ||
\usepackage{pgfpages} | ||
\usepackage{transparent} | ||
|
||
\definecolor{dkgreen}{rgb}{0,.5,0} | ||
\definecolor{dkblue}{rgb}{0,0,.6} | ||
\definecolor{dkyellow}{cmyk}{0,0,.8,.3} | ||
\definecolor{ecbluebackground}{RGB}{29,34,65} | ||
\definecolor{ecblue}{RGB}{54,167,223} | ||
\definecolor{ecgrey}{RGB}{77,77,77} | ||
\definecolor{ecpink}{RGB}{237,6,120} | ||
\definecolor{IcebergSky}{RGB}{150,220,254} | ||
\definecolor{IcebergDeepBlue}{RGB}{0,131,195} | ||
\definecolor{mainyellow}{RGB}{255,209,41} | ||
\definecolor{lightblue}{RGB}{34,117,176} | ||
\usetheme{ec} | ||
|
||
\input{version} | ||
\input{frames} | ||
|
||
\title{State of Nix} | ||
\subtitle{at European Commission} | ||
\institute{\href{mailto:[email protected]}{European Commission - Digit B4}} | ||
\institute{\href{mailto:[email protected]}{European Commission - DIGIT}} | ||
\date[2022]{October 2022} | ||
\author[Pol]{Pol Dellaiera} | ||
\logo{ | ||
|
@@ -50,10 +27,4 @@ | |
\includegraphics[trim=0 0 0 3mm,scale=0.25]{logo-ce-en} | ||
} | ||
|
||
\usetheme{ec} | ||
|
||
\newenvironment{itquote} | ||
{\begin{quote}\itshape} | ||
{\end{quote}\ignorespacesafterend} | ||
|
||
\setbeamersize{text margin left=5mm,text margin right=5mm} |