Conf-JRES-April-Pappso/diapos/recherche_bien_commun.tex

131 lines
3.5 KiB
TeX

%\documentclass[12pt,handout]{beamer}
\documentclass{beamer}
%\documentclass[handout]{beamer}
\mode<presentation>
\usepackage[utf8]{inputenc}
\usepackage{hyperref}
\usepackage{listings}
\usepackage{graphicx}
\usepackage{textcomp}
\usepackage{amsmath}
\usepackage{slashbox}
\usepackage{colortbl}
\usepackage{caption}
\usepackage[rightcaption]{sidecap} %right caption
\definecolor{light-gray}{gray}{0.8}
\usepackage{booktabs}% http://ctan.org/pkg/booktabs
\usepackage{array}% http://ctan.org/pkg/array
\newsavebox{\mybox}% Store some content in a box
\newcolumntype{G}{@{}>{\begin{lrbox}{\mybox}}l<{\end{lrbox}}@{}}% a column that Gobbles it's entries
\usepackage{color}
\definecolor{gray}{rgb}{0.4,0.4,0.4}
\definecolor{darkblue}{rgb}{0.0,0.0,0.6}
\definecolor{cyan}{rgb}{0.0,0.6,0.6}
\lstset{
basicstyle=\ttfamily,
columns=fullflexible,
showstringspaces=false,
framesep=5pt,
commentstyle=\color{gray}\upshape,
numbers=left,
showtabs=true,
tabsize=5,
tab=\smash{\rule[-.2\baselineskip]{.4pt}{\baselineskip}\kern.5em}
}
\lstdefinelanguage{XML}
{
morestring=[b]",
morestring=[s]{>}{<},
morecomment=[s]{<?}{?>},
stringstyle=\color{black},
identifierstyle=\color{darkblue},
keywordstyle=\color{cyan},
morekeywords={xmlns,version,type}% list your attributes here
}
%-----------------
%Define the colors you want to use
\definecolor{keywordcolor}{rgb}{0,0.6,0.6}
\definecolor{delimcolor}{rgb}{0.461,0.039,0.102}
\definecolor{Rcommentcolor}{rgb}{0.101,0.043,0.432}
%-----------------
%Set up your listings. You can type `texdoc listings` in your terminal
\lstdefinestyle{customR}{
language=R,
basicstyle=\ttfamily,
breaklines=true,
showstringspaces=false,
keywords={if, else, function, theFunction, tmp},
otherkeywords={},
commentstyle=\itshape\color{Rcommentcolor},
keywordstyle=\color{keywordcolor},
moredelim=[s][\color{delimcolor}]{"}{"},
}
\lstdefinelanguage{customRtwo}{
otherkeywords={<-,<<-,\%*\%}, %% cannot add <-
keywordstyle=\bfseries
}
\definecolor{chocolate}{RGB}{0,0,150}
\usetheme{CambridgeUS}
%\useoutertheme{shadow}
\usecolortheme{dolphin}
\setbeamercolor{title}{bg=blue!5!white, fg=chocolate}
\setbeamercolor{frametitle}{bg=blue!5!white, fg=chocolate}
\setbeamercolor{structure}{bg=white, fg=chocolate}
\setbeamercolor{block title alerted}{bg=chocolate, fg=white}
\setbeamertemplate{itemize item} [ball] %default, triangle, circle, square et ball.
\setbeamertemplate{itemize subitem} [circle]
\setbeamertemplate{footline}{ %pour ajouter les numéros de diapo dans le pied de page
\color{black}
\hfill \insertframenumber/\inserttotalframenumber \hspace{0.05cm} \vspace{0.1cm}
}
%\setbeamertemplate{headline}{ %pour mettre les titre dans le haut de page. Définit la position des titres
% \color{black}
% \vspace{0.1cm}
% \hspace{0.2cm} \insertsection
% \hfill \insertsubsection \hspace{0.2cm}
%}
\setbeamertemplate{navigation symbols}{} % pour supprimer les symbols
%\beamertemplatetransparentcovered % fait afficher l'ensemble du frame en peu lisible (gris clair) dès l'ouverture
\setbeamercovered{transparent}
%\textblockorigin{0mm}{0mm} % origine des positions
%\hypersetup{pdfpagemode=FullScreen}
\title{Logiciels libres : à la recherche du bien commun}
\author{Edlira Nano, Olivier Langella}
\institute{
\includegraphics[width=0.3\textwidth]{images/EESR14_R_46_FR_02}}
%\logo{\includegraphics[width=0.3\textwidth]{images/PAPPSO}}
\date[]{Journées réseaux
de l'enseignement et
de la recherche, mai 2022, Marseille}
\begin{document}
\begin{frame}
\titlepage
\end{frame}
\end{document}