initial commit, import all templates
This commit is contained in:
271
Beamer/bredelebeamer.cls
Normal file
271
Beamer/bredelebeamer.cls
Normal file
@@ -0,0 +1,271 @@
|
||||
%%%%%% Licence%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
|
||||
% la classe LaTeX Bredelebeamer est placée sous licence GNU-GPL v3
|
||||
% copyright 2015 Christophe Masutti
|
||||
% https://github.com/framatophe/
|
||||
% Il s'agit d'un style simple aux couleurs de Framasoft (http://framasoft.org)
|
||||
% agrémenté de quelques boites.
|
||||
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
|
||||
\NeedsTeXFormat{LaTeX2e}
|
||||
\ProvidesClass{bredelebeamer}[17/02/2015, v1.0]
|
||||
|
||||
\PassOptionsToPackage{svgnames}{xcolor}
|
||||
\LoadClass[compress,8pt]{beamer}
|
||||
|
||||
\usepackage[french]{babel}
|
||||
\usepackage[utf8]{inputenc}
|
||||
\usepackage[T1]{fontenc}
|
||||
\usepackage{helvet}
|
||||
\usepackage{pdfpages}
|
||||
\usepackage{graphicx}% http://ctan.org/pkg/graphicx
|
||||
\usepackage[footnotesize,hang]{caption} % réduire la taille des légendes des images
|
||||
\usepackage{hyperref}
|
||||
\usepackage{tikz}
|
||||
|
||||
\usepackage{appendixnumberbeamer}% ne compte pas les slides backups dans le nombre total
|
||||
\long\def\beamer@@ssection*#1{\beamer@section[]{}}% retire les sections invisibles de la barre de navigation
|
||||
|
||||
%%%% Les Framacouleurs
|
||||
\definecolor{Framableu}{RGB}{12,91,122}
|
||||
\definecolor{Framableulight}{RGB}{18,144,176}
|
||||
\definecolor{Framavert}{RGB}{142,156,72}
|
||||
\definecolor{Framavertlight}{RGB}{227,235,199}
|
||||
\definecolor{Framarouge}{RGB}{204,45,24}
|
||||
\definecolor{Framarougelight}{RGB}{249,189,187}
|
||||
\definecolor{Framaviolet}{RGB}{106,86,135}
|
||||
\definecolor{Framavioletlight}{RGB}{211,197,232}
|
||||
\definecolor{Framaorange}{RGB}{235,114,57}
|
||||
\definecolor{Framaorangelight}{RGB}{235,209,197}
|
||||
\definecolor{Framajaune}{RGB}{196,168,27}
|
||||
\definecolor{Framajaunelight}{RGB}{255,235,181}
|
||||
\definecolor{Framamarron}{RGB}{161,136,127}
|
||||
\definecolor{Framamarronlight}{RGB}{215,204,200}
|
||||
\definecolor{Framagris}{RGB}{97,97,97}
|
||||
\definecolor{Framagrislight}{RGB}{245,245,245}
|
||||
|
||||
|
||||
%%%%%%%%%%%% Tableaux
|
||||
\usepackage{tcolorbox}
|
||||
\usepackage{tabularx}
|
||||
\usepackage{array}
|
||||
\usepackage{colortbl}
|
||||
\tcbuselibrary{skins}
|
||||
|
||||
%%%% Merci : http://tex.stackexchange.com/questions/112343/beautiful-table-samples
|
||||
|
||||
\newcolumntype{Y}{>{\raggedleft\arraybackslash}X}
|
||||
|
||||
\tcbset{tabrouge/.style={enhanced,arc=0em,fonttitle=\bfseries,fontupper=\normalsize\sffamily,
|
||||
colback=Framarougelight!100!white,colframe=Framarouge!70!black,colbacktitle=Framarouge!100!white,
|
||||
coltitle=white,center title}}
|
||||
|
||||
\tcbset{taborange/.style={enhanced,arc=0em,fonttitle=\bfseries,fontupper=\normalsize\sffamily,
|
||||
colback=Framaorangelight!100!white,colframe=Framaorange!70!black,colbacktitle=Framaorange!100!white,
|
||||
coltitle=white,center title}}
|
||||
|
||||
\tcbset{tabvert/.style={enhanced,arc=0em,fonttitle=\bfseries,fontupper=\normalsize\sffamily,
|
||||
colback=Framavertlight!100!white,colframe=Framavert!70!black,colbacktitle=Framavert!100!white,
|
||||
coltitle=white,center title}}
|
||||
|
||||
\tcbset{tabbleu/.style={enhanced,arc=0em,fonttitle=\bfseries,fontupper=\normalsize\sffamily,
|
||||
colback=Framableulight!100!white,colframe=Framableu!70!black,colbacktitle=Framableu!100!white,
|
||||
coltitle=white,center title}}
|
||||
|
||||
\tcbset{tabjaune/.style={enhanced,arc=0em,fonttitle=\bfseries,fontupper=\normalsize\sffamily,
|
||||
colback=Framajaunelight!100!white,colframe=Framajaune!70!black,colbacktitle=Framajaune!100!white,
|
||||
coltitle=white,center title}}
|
||||
|
||||
\tcbset{tabgris/.style={enhanced,arc=0em,fonttitle=\bfseries,fontupper=\normalsize\sffamily,
|
||||
colback=Framagrislight!100!white,colframe=Framagris!70!black,colbacktitle=Framagris!100!white,
|
||||
coltitle=white,center title}}
|
||||
|
||||
\tcbset{tabmarron/.style={enhanced,arc=0em,fonttitle=\bfseries,fontupper=\normalsize\sffamily,
|
||||
colback=Framamarronlight!100!white,colframe=Framamarron!70!black,colbacktitle=Framamarron!100!white,
|
||||
coltitle=white,center title}}
|
||||
|
||||
|
||||
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
|
||||
\beamerboxesdeclarecolorscheme{orange}{Framaorange}{Framaorangelight}
|
||||
|
||||
\usecolortheme[named=Framableu]{structure}
|
||||
|
||||
\useinnertheme{rectangles}
|
||||
\useoutertheme[subsection=false]{miniframes}
|
||||
\setbeamertemplate{navigation symbols}{}
|
||||
|
||||
\definecolor{sectionColor}{RGB}{0,0,0} % noir
|
||||
\definecolor{subsectionColor}{RGB}{97,97,97} % Framagris
|
||||
\definecolor{sectionTextColor}{RGB}{255,255,255} % blanc
|
||||
\definecolor{subsectionTextColor}{RGB}{255,255,255} % blanc
|
||||
\definecolor{leftFootlineColor}{RGB}{0,0,0}% noir
|
||||
\definecolor{middleFootlineColor}{RGB}{97,97,97} % Framagris
|
||||
\definecolor{rightFootlineColor}{RGB}{0,0,0}% noir
|
||||
\definecolor{authorColor}{RGB}{255,255,255}% blanc
|
||||
\definecolor{footlineTitleColor}{RGB}{255,255,255}% blanc
|
||||
\definecolor{instituteColor}{RGB}{0,0,0}% noir
|
||||
\definecolor{dateColor}{RGB}{255,255,255}% blanc
|
||||
\definecolor{pageColor}{RGB}{255,255,255}% blanc
|
||||
\definecolor{titleColor}{RGB}{12,91,122} % Framableu
|
||||
\definecolor{titleTextColor}{RGB}{255,255,255} % blanc
|
||||
\definecolor{bodyColor}{RGB}{255,255,255} % blanc
|
||||
\definecolor{normalTextColor}{RGB}{0,0,0} % noir
|
||||
\definecolor{exampleTextColor}{RGB}{82,99,42} %Framavertfoncé
|
||||
\definecolor{alertTextColor}{RGB}{204,45,24} % Framarouge
|
||||
|
||||
\definecolor{chipColor}{RGB}{12,91,122} % Framableu
|
||||
\definecolor{chipTextColor}{RGB}{255,255,255} % blanc
|
||||
\definecolor{normalBlockColor}{RGB}{178,213,219} % Framableulight pour arriere plan du block
|
||||
\definecolor{normalTitleBlockColor}{RGB}{12,91,122} % Framableu
|
||||
\definecolor{normalBlockTextColor}{RGB}{0,0,0} % noir
|
||||
\definecolor{normalBlockTitleTextColor}{RGB}{255,255,255} % blanc
|
||||
\definecolor{exampleBlockColor}{RGB}{227,235,199} %Framavertlight pour arriere plan du block
|
||||
\definecolor{exampleTitleBlockColor}{RGB}{142,156,72} % Framavert
|
||||
\definecolor{exampleBlockTextColor}{RGB}{0,0,0} % noir
|
||||
\definecolor{exampleBlockTitleTextColor}{RGB}{255,255,255} % blanc
|
||||
\definecolor{alertBlockColor}{RGB}{249,189,187} % Framarougelight pour arriere plan du block
|
||||
\definecolor{alertTitleBlockColor}{RGB}{204,45,24} % Framarouge
|
||||
\definecolor{alertBlockTextColor}{RGB}{0,0,0} % noir
|
||||
\definecolor{alertBlockTitleTextColor}{RGB}{255,255,255} % blanc
|
||||
|
||||
|
||||
\setbeamertemplate{blocks}[rectangle]
|
||||
|
||||
\setbeamercolor{section in head/foot}{bg=sectionColor, fg=sectionTextColor}
|
||||
\setbeamercolor{subsection in head/foot}{bg=subsectionColor, fg=subsectionTextColor}
|
||||
\setbeamercolor*{block title}{fg=normalBlockTitleTextColor,bg=normalTitleBlockColor}
|
||||
\setbeamercolor*{block body}{fg=normalBlockTextColor,bg=normalBlockColor}
|
||||
\setbeamercolor*{block title alerted}{fg=alertBlockTitleTextColor,bg=alertTitleBlockColor}
|
||||
\setbeamercolor*{block body alerted}{fg=alertBlockTextColor,bg=alertBlockColor}
|
||||
\setbeamercolor*{block title example}{fg=exampleBlockTitleTextColor,bg=exampleTitleBlockColor}
|
||||
\setbeamercolor*{block body example}{fg=exampleBlockTextColor,bg=exampleBlockColor}
|
||||
\setbeamerfont{block title}{size={}}
|
||||
\setbeamercolor{titlelike}{fg=titleTextColor,bg=titleColor}
|
||||
\setbeamercolor*{normal text}{fg=normalTextColor,bg=bodyColor}
|
||||
\setbeamercolor*{example text}{fg=exampleTextColor}
|
||||
\setbeamercolor*{alerted text}{fg=alertTextColor}
|
||||
\setbeamercolor{itemize item}{fg=titleColor!70}
|
||||
\setbeamercolor{enumerate item}{fg=titleColor!70}
|
||||
\setbeamercolor{description item}{fg=titleColor!70}
|
||||
|
||||
|
||||
\useinnertheme{default}
|
||||
\setbeamercolor{item projected}{bg=chipColor,fg=chipTextColor}
|
||||
\beamer@compresstrue
|
||||
\defbeamertemplate*{headline}{smoothbars theme}
|
||||
{%
|
||||
\begin{beamercolorbox}[ht=2.125ex,dp=3.150ex]{section in head/foot}
|
||||
\insertnavigation{\paperwidth}
|
||||
\end{beamercolorbox}%
|
||||
|
||||
% Commenter les 4 lignes suivantes si vous ne voulez pas la barre des sous-sections.
|
||||
\begin{beamercolorbox}[ht=2.125ex,dp=1.125ex,%
|
||||
leftskip=.3cm,rightskip=.3cm plus1fil]{subsection in head/foot}
|
||||
\usebeamerfont{subsection in head/foot}\insertsubsectionhead
|
||||
\end{beamercolorbox}%
|
||||
}
|
||||
\setbeamercolor{author in head/foot}{bg=leftFootlineColor, fg=authorColor}
|
||||
\setbeamercolor{title in head/foot}{bg=middleFootlineColor, fg=footlineTitleColor}
|
||||
\setbeamercolor{institute in head/foot}{fg=instituteColor}
|
||||
\setbeamercolor{date in head/foot}{bg=rightFootlineColor, fg=dateColor}
|
||||
\defbeamertemplate*{footline}{infolines theme}
|
||||
{
|
||||
\leavevmode%
|
||||
\hbox{%
|
||||
\begin{beamercolorbox}[wd=.333333\paperwidth,ht=2.25ex,dp=1ex,center]{author in head/foot}%
|
||||
\usebeamerfont{author in head/foot}\insertshortauthor~~
|
||||
\insertshortinstitute
|
||||
\end{beamercolorbox}%
|
||||
\begin{beamercolorbox}[wd=.333333\paperwidth,ht=2.25ex,dp=1ex,center]{title in head/foot}%
|
||||
\usebeamerfont{title in head/foot}\insertshorttitle
|
||||
\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%
|
||||
}
|
||||
\mode
|
||||
<all>
|
||||
|
||||
%utilise la couleur Beamer : "example text" pour la couleur du texte
|
||||
\newcommand{\exemple}[1]{{\color{example text.fg} #1}}
|
||||
|
||||
% emphase
|
||||
\renewcommand{\emph}[1]{\textcolor{Framaorange}{\textbf{#1}}}
|
||||
|
||||
|
||||
\usepackage{etoolbox}
|
||||
\AtBeginEnvironment{exampleblock}{%
|
||||
\setbeamercolor{itemize item}{fg=exampleTitleBlockColor!70}
|
||||
}
|
||||
\AtBeginEnvironment{alertblock}{%
|
||||
\setbeamercolor{itemize item}{fg=alertTitleBlockColor!70}
|
||||
}
|
||||
\AtBeginEnvironment{block}{%
|
||||
\setbeamercolor{itemize item}{fg=normalTitleBlockColor!70}
|
||||
}
|
||||
|
||||
|
||||
\newcommand{\boitejaune}[1]{
|
||||
\begin{center}
|
||||
\fcolorbox{Framajaune}{Framajaunelight}{
|
||||
\begin{minipage}{0.5\textwidth}
|
||||
#1
|
||||
\end{minipage}
|
||||
}
|
||||
\end{center}
|
||||
}
|
||||
|
||||
|
||||
\newcommand{\boiteviolette}[1]{
|
||||
\begin{center}
|
||||
\fcolorbox{Framaviolet}{Framavioletlight}{
|
||||
\begin{minipage}{0.5\textwidth}
|
||||
#1
|
||||
\end{minipage}
|
||||
}
|
||||
\end{center}
|
||||
}
|
||||
|
||||
|
||||
\newcommand{\boiteorange}[1]{
|
||||
\begin{center}
|
||||
\fcolorbox{Framaorange}{Framaorangelight}{
|
||||
\begin{minipage}{0.5\textwidth}
|
||||
#1
|
||||
\end{minipage}
|
||||
}
|
||||
\end{center}
|
||||
}
|
||||
|
||||
|
||||
\newcommand{\boitemarron}[1]{
|
||||
\begin{center}
|
||||
\fcolorbox{Framamarron}{Framamarronlight}{
|
||||
\begin{minipage}{0.5\textwidth}
|
||||
#1
|
||||
\end{minipage}
|
||||
}
|
||||
\end{center}
|
||||
}
|
||||
|
||||
\newcommand{\boitegrise}[1]{
|
||||
\begin{center}
|
||||
\fcolorbox{Framagris}{Framagrislight}{
|
||||
\begin{minipage}{0.5\textwidth}
|
||||
#1
|
||||
\end{minipage}
|
||||
}
|
||||
\end{center}
|
||||
}
|
||||
|
||||
|
||||
\newcommand{\boitebleue}[1]{
|
||||
\begin{center}
|
||||
\fcolorbox{Framableu}{Framableulight}{
|
||||
\begin{minipage}{0.5\textwidth}
|
||||
#1
|
||||
\end{minipage}
|
||||
}
|
||||
\end{center}
|
||||
}
|
||||
BIN
Beamer/images/logo_ObAS.pdf
Normal file
BIN
Beamer/images/logo_ObAS.pdf
Normal file
Binary file not shown.
BIN
Beamer/images/logo_Unistra.pdf
Normal file
BIN
Beamer/images/logo_Unistra.pdf
Normal file
Binary file not shown.
300
Beamer/main.tex
Normal file
300
Beamer/main.tex
Normal file
@@ -0,0 +1,300 @@
|
||||
|
||||
\documentclass{bredelebeamer}
|
||||
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
|
||||
|
||||
\title[Titre version courte]{Placez votre titre ici dans sa version longue}
|
||||
% Titre du diaporama
|
||||
|
||||
\subtitle{Vous pouvez ajouter un sous-titre}
|
||||
% Sous-titre optionnel
|
||||
|
||||
\author{Thibault Barnouin\inst{1}}
|
||||
% La commande \inst{...} Permet d'afficher l' affiliation de l'intervenant.
|
||||
% Si il y a plusieurs intervenants: Marcel Dupont\inst{1}, Roger Durand\inst{2}
|
||||
% Il suffit alors d'ajouter un autre institut sur le modèle ci-dessous.
|
||||
|
||||
\institute[(ObAS)]
|
||||
{
|
||||
\inst{1}%
|
||||
Observatoire Astronomique de Strasbourg, CNRS
|
||||
}
|
||||
|
||||
\date{September 30$^\text{th}$ 2025}
|
||||
% Optionnel. La date, généralement celle du jour de la conférence
|
||||
|
||||
\subject{Sujet de votre diaporama}
|
||||
% C'est utilisé dans les métadonnes du PDF
|
||||
|
||||
\titlegraphic{
|
||||
\includegraphics[height=0.10\textheight]{images/logo_ObAS.pdf}
|
||||
\hspace{1.5cm}
|
||||
\includegraphics[height=0.10\textheight]{images/logo_Unistra.pdf}
|
||||
}
|
||||
|
||||
|
||||
|
||||
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
|
||||
\begin{document}
|
||||
|
||||
\begin{frame}
|
||||
\titlepage
|
||||
\end{frame}
|
||||
|
||||
\begin{frame}{Sommaire}
|
||||
\tableofcontents
|
||||
% possibilité d'ajouter l'option [pausesections]
|
||||
\end{frame}
|
||||
|
||||
|
||||
|
||||
|
||||
\section{Aperçu global}
|
||||
|
||||
\begin{frame}{Aperçu global}
|
||||
Texte normal \alert{Texte Alert} \exemple{Texte exemple} \emph{Texte emphase}
|
||||
|
||||
\begin{columns}
|
||||
|
||||
\begin{column}{0.5\textwidth}
|
||||
\begin{block}{Bloc simple}
|
||||
\begin{itemize}
|
||||
\item Premier point
|
||||
\end{itemize}
|
||||
\end{block}
|
||||
|
||||
\begin{exampleblock}{Bloc exemple}
|
||||
\begin{itemize}
|
||||
\item Premier point
|
||||
\end{itemize}
|
||||
\end{exampleblock}
|
||||
|
||||
\begin{alertblock}{Bloc alert}
|
||||
\begin{itemize}
|
||||
\item Premier point
|
||||
\end{itemize}
|
||||
\end{alertblock}
|
||||
|
||||
\end{column}
|
||||
|
||||
\begin{column}{0.5\textwidth}
|
||||
\boiteviolette{
|
||||
Une boite violette
|
||||
}
|
||||
|
||||
\boiteorange{
|
||||
Une boite orange
|
||||
}
|
||||
|
||||
\boitegrise{
|
||||
Une boite grise
|
||||
}
|
||||
|
||||
|
||||
|
||||
\begin{tcolorbox}[tabvert,tabularx={X||Y|Y|Y|Y||Y}, boxrule=0.5pt, title=Mon tableau des prix]
|
||||
Couleur & Prix 1 & Prix 2 & Prix 3 \\\hline\hline
|
||||
Rouge & 10.00 & 20.00 & 30.00 \\\hline
|
||||
Vert & 20.00 & 30.00 & 40.00 \\\hline
|
||||
Bleu & 30.00 & 40.00 & 50.00 \\\hline\hline
|
||||
Orange & 60.00 & 90.00 & 120.00
|
||||
\end{tcolorbox}
|
||||
|
||||
\end{column}
|
||||
|
||||
\end{columns}
|
||||
\end{frame}
|
||||
|
||||
|
||||
|
||||
|
||||
\section{Les blocs}
|
||||
|
||||
\begin{frame}{Les blocs}
|
||||
|
||||
\begin{block}{Bloc simple}
|
||||
\begin{itemize}
|
||||
\item Premier point
|
||||
\item Second point
|
||||
\item Troisième point
|
||||
\end{itemize}
|
||||
\end{block}
|
||||
|
||||
\begin{exampleblock}{Bloc exemple}
|
||||
\begin{itemize}
|
||||
\item Premier point
|
||||
\item Second point
|
||||
\item Troisième point
|
||||
\end{itemize}
|
||||
\end{exampleblock}
|
||||
|
||||
\begin{alertblock}{Bloc alert}
|
||||
\begin{itemize}
|
||||
\item Premier point
|
||||
\item Second point
|
||||
\item Troisième point
|
||||
\end{itemize}
|
||||
\end{alertblock}
|
||||
\end{frame}
|
||||
|
||||
|
||||
\section{Les bo\^ites}
|
||||
|
||||
\begin{frame}{Les boites}
|
||||
|
||||
\begin{columns}
|
||||
|
||||
\begin{column}{0.5\textwidth}
|
||||
\boitejaune{
|
||||
Ceci est \\
|
||||
une boite jaune
|
||||
}
|
||||
|
||||
\boiteorange{
|
||||
Ceci est \\
|
||||
une boite orange
|
||||
}
|
||||
|
||||
\boitemarron{
|
||||
Ceci est \\
|
||||
une boite marron
|
||||
}
|
||||
\end{column}
|
||||
|
||||
\begin{column}{0.5\textwidth}
|
||||
\boiteviolette{
|
||||
Ceci est \\
|
||||
une boite violette
|
||||
}
|
||||
|
||||
\boitebleue{
|
||||
Ceci est \\
|
||||
une boite bleue
|
||||
}
|
||||
|
||||
\boitegrise{
|
||||
Ceci est \\
|
||||
une boite grise
|
||||
}
|
||||
|
||||
\end{column}
|
||||
|
||||
\end{columns}
|
||||
|
||||
|
||||
\end{frame}
|
||||
|
||||
|
||||
|
||||
\section{Les listes}
|
||||
\subsection{Liste à item}
|
||||
|
||||
\begin{frame}{Titre de la frame}
|
||||
|
||||
\begin{itemize}
|
||||
\item premier élément de liste,
|
||||
\item deuxième élément de liste,
|
||||
\item troisième élément de liste.
|
||||
\end{itemize}
|
||||
\end{frame}
|
||||
|
||||
\subsection{Liste énumérative}
|
||||
\begin{frame}{Titre de la frame}
|
||||
\begin{enumerate}
|
||||
\item élément de liste numéro 1,
|
||||
\item élément de liste numéro 2,
|
||||
\item élément de liste numéro 3.
|
||||
\end{enumerate}
|
||||
\end{frame}
|
||||
|
||||
|
||||
\subsection{Liste descriptive}
|
||||
\begin{frame}{Titre de la frame}
|
||||
\begin{description}
|
||||
\item [Thème de présentation : ] ces thèmes sont en fait...
|
||||
\item [Thème de couleur : ] gère tout ce qui est couleur...
|
||||
\item [Thème de police : ] s'occupe de tout ce qui est police, gras...
|
||||
\item [Thème interne : ] s'occupe de l'apparence des éléments...
|
||||
\end{description}
|
||||
\end{frame}
|
||||
|
||||
|
||||
|
||||
\section{Le texte}
|
||||
|
||||
\begin{frame}{Titre de la frame}
|
||||
|
||||
Voici du texte normal
|
||||
|
||||
\alert{Voici du texte \texttt{alert}}
|
||||
|
||||
\exemple{Voici du texte \texttt{exemple}}
|
||||
|
||||
\emph{Voici du texte \texttt{emphase}}
|
||||
|
||||
\end{frame}
|
||||
|
||||
|
||||
\section{Les tableaux}
|
||||
|
||||
\begin{frame}{Tableaux}
|
||||
|
||||
% merci: http://tex.stackexchange.com/questions/112343/beautiful-table-samples
|
||||
|
||||
\begin{tcolorbox}[tabjaune,tabularx={X||Y|Y|Y|Y||Y}, boxrule=0.5pt]
|
||||
Couleur & Prix 1 & Prix 2 & Prix 3 & Prix 4 & Prix 5 \\\hline\hline
|
||||
Rouge & 10.00 & 20.00 & 30.00 & 40.00 & 100.00 \\\hline
|
||||
Vert & 20.00 & 30.00 & 40.00 & 50.00 & 140.00 \\\hline
|
||||
Bleu & 30.00 & 40.00 & 50.00 & 60.00 & 180.00 \\\hline\hline
|
||||
Orange & 60.00 & 90.00 & 120.00 & 150.00 & 420.00
|
||||
\end{tcolorbox}
|
||||
|
||||
\begin{tcolorbox}[tabvert,tabularx={X||Y|Y|Y|Y||Y}, boxrule=0.5pt, title=Mon tableau des prix]
|
||||
Couleur & Prix 1 & Prix 2 & Prix 3 & Prix 4 & Prix 5 \\\hline\hline
|
||||
Rouge & 10.00 & 20.00 & 30.00 & 40.00 & 100.00 \\\hline
|
||||
Vert & 20.00 & 30.00 & 40.00 & 50.00 & 140.00 \\\hline
|
||||
Bleu & 30.00 & 40.00 & 50.00 & 60.00 & 180.00 \\\hline\hline
|
||||
Orange & 60.00 & 90.00 & 120.00 & 150.00 & 420.00
|
||||
\end{tcolorbox}
|
||||
|
||||
\end{frame}
|
||||
|
||||
|
||||
\begin{frame}{Tableaux}
|
||||
|
||||
% merci: http://tex.stackexchange.com/questions/112343/beautiful-table-samples
|
||||
|
||||
\begin{tcolorbox}[tabgris,tabularx={X||Y|Y|Y|Y||Y}, boxrule=0.5pt]
|
||||
Couleur & Prix 1 & Prix 2 & Prix 3 & Prix 4 & Prix 5 \\\hline\hline
|
||||
Rouge & 10.00 & 20.00 & 30.00 & 40.00 & 100.00 \\\hline
|
||||
Vert & 20.00 & 30.00 & 40.00 & 50.00 & 140.00 \\\hline
|
||||
Bleu & 30.00 & 40.00 & 50.00 & 60.00 & 180.00 \\\hline\hline
|
||||
Orange & 60.00 & 90.00 & 120.00 & 150.00 & 420.00
|
||||
\end{tcolorbox}
|
||||
|
||||
\begin{tcolorbox}[taborange,tabularx={X||Y|Y|Y|Y||Y}, boxrule=0.5pt, title=Mon tableau des prix]
|
||||
Couleur & Prix 1 & Prix 2 & Prix 3 & Prix 4 & Prix 5 \\\hline\hline
|
||||
Rouge & 10.00 & 20.00 & 30.00 & 40.00 & 100.00 \\\hline
|
||||
Vert & 20.00 & 30.00 & 40.00 & 50.00 & 140.00 \\\hline
|
||||
Bleu & 30.00 & 40.00 & 50.00 & 60.00 & 180.00 \\\hline\hline
|
||||
Orange & 60.00 & 90.00 & 120.00 & 150.00 & 420.00
|
||||
\end{tcolorbox}
|
||||
|
||||
\end{frame}
|
||||
|
||||
|
||||
|
||||
\section{Les images}
|
||||
|
||||
\begin{frame}{Titre de la frame}
|
||||
|
||||
\begin{figure}
|
||||
\centering
|
||||
\includegraphics[scale=0.5]{images/logo_ObAS.pdf}
|
||||
\caption{Une bonne description de la figure}
|
||||
\end{figure}
|
||||
|
||||
\end{frame}
|
||||
|
||||
|
||||
|
||||
\end{document}
|
||||
Reference in New Issue
Block a user