latex-homework/cours/cours_beamer.cls

440 lines
8.7 KiB
OpenEdge ABL
Raw Normal View History

%%%
%%%
2016-03-31 17:49:20 +00:00
%%% Classe : cours_beamer.cls
%%% Version : 1.5
%%% Date : 08/12/14
%%% Auteur : Jeff LANCE
%%%
%%%
\NeedsTeXFormat{LaTeX2e}
\ProvidesClass{cours_beamer}[2014/12/08 Slides de cours, v1.5]
2016-05-28 21:29:16 +00:00
%-- classe de base
% inutile de passer l'option [utf8] puisque chargee dans commun.sty
\LoadClassWithOptions{beamer}
2016-05-28 21:29:16 +00:00
%--%
%-- extensions
% perso
\RequirePackage{couleurs}
\RequirePackage{commun}
2016-05-10 21:21:20 +00:00
\RequirePackage{shortcuts}
% autres
\RequirePackage{media9}
2016-08-19 15:56:45 +00:00
\RequirePackage{xkeyval}
2016-05-28 21:29:16 +00:00
%--%
%-- definitions
2016-08-19 15:56:45 +00:00
% firstcolor
% option de classe
2016-09-14 19:26:34 +00:00
% couleur générale du beamer
2016-08-19 15:56:45 +00:00
\def\firstcolor{lapislazuli}%
\define@key{cours_beamer.cls}{firstcolor}[lapislazuli]{%
\def\firstcolor{#1}%
}
\def\secondcolor{-\firstcolor}%
\define@key{cours_beamer.cls}{secondcolor}[-\firstcolor]{%
\def\secondcolor{#1}%
}
%--%
%-- options
\ExecuteOptionsX{firstcolor, secondcolor}
\ProcessOptionsX
2016-05-28 21:29:16 +00:00
%--%
2016-08-19 15:56:45 +00:00
%-- paramètrages
2016-03-31 17:49:20 +00:00
\graphicspath{{images/}}
\addmediapath{{videos/}}
2016-03-31 17:49:20 +00:00
2016-08-16 15:15:58 +00:00
% theme beamer
\usetheme{Madrid}
\useinnertheme{circles}
\useoutertheme{default}
2016-09-08 19:26:03 +00:00
\usefonttheme{professionalfonts}
2016-08-19 15:56:45 +00:00
\usecolortheme[named=\firstcolor]{structure}
% enumerate
\setbeamerfont{enumerate item}{family=\rmfamily}
2016-08-16 15:15:58 +00:00
\setbeamercolor{enumerate item}{fg=black}
\setbeamertemplate{enumerate item}{\textbf{\insertenumlabel.}}
% itemize
2016-08-12 08:30:51 +00:00
\setbeamertemplate{itemize item}[circle]
\setbeamercolor{itemize item}{fg=black}
2016-08-12 08:30:51 +00:00
\setbeamertemplate{itemize subitem}{\textendash}
2016-08-12 00:37:08 +00:00
% navigation
\setbeamertemplate{navigation symbols}{%
\insertframenavigationsymbol
\insertsectionnavigationsymbol
}
2016-08-12 00:37:08 +00:00
% ToC
% change l'espace vertical entre les sections
\patchcmd{\beamer@sectionintoc}
{\vfill}
{\setlength{\itemsep}{10pt}\vskip\itemsep}
{}
{}
% change le symbole pour lister
2016-08-12 00:37:08 +00:00
\defbeamertemplate{subsection in toc}{bullets}{%
\leavevmode
\parbox[t]{1em}{\textbullet\hfill}%
\parbox[t]{\dimexpr\textwidth-1em\relax}{\inserttocsubsection}\par
}
\defbeamertemplate{section in toc}{sections numbered roman}{%
\leavevmode%
{\bfseries
\MakeUppercase{\romannumeral\inserttocsectionnumber}.\ %
\inserttocsection\par
}
}
\setbeamertemplate{section in toc}[sections numbered roman]
2016-08-19 23:56:04 +00:00
\setbeamercolor{section in toc}{fg=\secondcolor}
2016-08-12 00:37:08 +00:00
\setbeamertemplate{subsection in toc}[bullets]
2016-08-19 23:56:04 +00:00
\setbeamercolor{subsection in toc}{fg=\firstcolor}
2016-08-12 00:37:08 +00:00
% mdframed
\pgfdeclarehorizontalshading{partiebkg}{100bp}{
color(0bp)=(white!40);color(100bp)=(black!0)
}
%
\pgfdeclarehorizontalshading{sspartiebkg}{100bp}{
color(0bp)=(white!40);color(100bp)=(black!0)
}
\mdfdefinestyle{partie}{
outerlinewidth=1em, outerlinecolor=white,%
% leftmargin=-1em, rightmargin=-1em,%
2016-08-19 15:56:45 +00:00
middlelinewidth=1.2pt, linecolor={\secondcolor},roundcorner=5pt,%
apptotikzsetting={
\tikzset{
mdfbackground/.append style={
shading=partiebkg
}
}
}
}
%
\mdfdefinestyle{sspartie}{
outerlinewidth=1em, outerlinecolor=white,%
% leftmargin=-1em, rightmargin=-1em,%
2016-08-19 15:56:45 +00:00
middlelinewidth=1.2pt, linecolor=\firstcolor,roundcorner=5pt,%
apptotikzsetting={
\tikzset{
mdfbackground/.append style={
shading=partiebkg
}
}
}
}
2016-05-28 21:29:16 +00:00
%--%
%% MACROS : DEBUT
\makeatletter
%-- Macros personnelles
2016-05-10 21:32:32 +00:00
% \titre
% defini le titre du document
\newcommand{\titre}[4]{%
\title{#1}
\subtitle{Cours}
\date{#2}
2016-04-05 11:26:35 +00:00
\author{#3}
\institute{#4}
}
% \debut | \fin
% renvoie les slides d'intro et de cloture du document
\newcommand{\debut}{%
\begin{frame}
\titlepage
\end{frame}
}
%
\newcommand{\fin}{%
\section*{Plan}
\begin{frame}
2016-03-22 12:27:06 +00:00
\begin{center}{\Large Plan }\end{center}
\tableofcontents
\end{frame}
}
2016-03-22 14:02:38 +00:00
% \partie | \sspartie
% definie un slide de titre pour une (sous)section
\newcounter{partiecounter}
\newcounter{sspartiecounter}
\NewDocumentCommand \partie { G{Partie} } {%
\def\cType{\Roman}
\stepcounter{partiecounter}
\setcounter{sspartiecounter}{0}
\section{#1}
\begin{frame}
\begin{center}
\begin{mdframed}[style=partie]
2016-08-19 15:56:45 +00:00
\centering \textcolor{\secondcolor}{\textbf{ \cType{partiecounter}. #1}}
\end{mdframed}
\end{center}
\end{frame}
}
%
\NewDocumentCommand \sspartie { G{Sous-Partie} } {%
\def\cType{\arabic}
\stepcounter{sspartiecounter}
\subsection{#1}
\begin{frame}
\begin{center}
\begin{mdframed}[style=sspartie]
2016-08-19 15:56:45 +00:00
\centering \textcolor{\firstcolor}{\textbf{ \cType{sspartiecounter}) #1}}
\end{mdframed}
\end{center}
\end{frame}
}
2016-05-28 21:29:16 +00:00
% \ftitre
% definie le titre des frames de section et de sous-section en fonction
% des (sous)sections actuellement definies
\NewDocumentCommand \ftitre { }{%
\ifnum \value{partiecounter}>0
\frametitle{\textbf{\Roman{partiecounter}. \insertsection}}
\fi
\ifnum \value{sspartiecounter}>0
\framesubtitle{\textbf{\arabic{sspartiecounter}) \insertsubsection}}
\fi
}
2016-05-28 21:29:16 +00:00
2016-03-22 14:02:38 +00:00
% blocks
2016-05-10 21:32:32 +00:00
% definition de divers blocks personnels : definition, theoreme, exemple,
2016-05-28 18:50:23 +00:00
% exercice (avec numerotation), remarque, methode.
\NewDocumentEnvironment{déf}{ s g }{%begin
2016-08-16 15:15:58 +00:00
\setbeamercolor{block title}{fg=red,bg=blush!10!white}
\IfBooleanTF #1
{
\IfNoValueTF {#2} {
\begin{block} {}
}{
\begin{block} {#2}
}
}
{
\IfNoValueTF {#2} {
\begin{block} {Définition}
}{
\begin{block} {Définition - #2}
}
}
}{%end
\end{block}
2016-03-31 17:49:20 +00:00
}
2016-03-22 14:02:38 +00:00
%
\NewDocumentEnvironment{thm}{ g }{%begin
2016-08-16 15:15:58 +00:00
\setbeamercolor{block title}{fg=white,bg=red!90!white}
\IfNoValueTF {#1} {
2016-05-28 18:50:23 +00:00
\begin{block} {Théorème}
}{
2016-05-28 18:50:23 +00:00
\begin{block} {Théorème - #1}
}
}{%end
\end{block}
}
%
\NewDocumentEnvironment{ppt}{ g }{%begin
2016-08-16 15:15:58 +00:00
\setbeamercolor{block title}{fg=white,bg=brickred!90!white}
\IfNoValueTF {#1} {
2016-05-28 18:50:23 +00:00
\begin{block} {Propriété}
}{
2016-05-28 18:50:23 +00:00
\begin{block} {Propriété - #1}
}
}{%end
\end{block}
2016-03-31 17:49:20 +00:00
}
%
\NewDocumentEnvironment{pre}{ g }{%begin
2016-08-16 15:15:58 +00:00
\setbeamercolor{block title}{fg=hanblue,bg=airforceblue!10!white}
\IfNoValueTF {#1} {
\begin{block} {Preuve}
}{
\begin{block} {#1}
}
}{%end
\end{block}
}
%
\NewDocumentEnvironment{rmq}{ G{Remarque} }{%begin
2016-08-16 15:15:58 +00:00
\setbeamercolor{block title}{fg=blush,bg=blush!10!white}%fg=white,bg=cerisepink!80!white}%
2016-05-28 18:50:23 +00:00
\begin{block} {#1}
}{%end
\end{block}
}
%
\newcounter{methodecounter}
\NewDocumentEnvironment{met} { O{0} g }{%begin
\setbeamercolor{block title}{fg=black,bg=amber!75!white}%
\ifthenelse{ \NOT \equal{#1}{0} }{
\ifthenelse{ \equal{#1}{i} }
{
\def\cType{\roman}
}
{
\ifthenelse{ \equal{#1}{I} }
{
\def\cType{\Roman}
}
{
\ifthenelse{ \equal{#1}{a} }
{
\def\cType{\alph}
}
{
\ifthenelse{ \equal{#1}{A} }
{
\def\cType{\Alph}
}
{
\def\cType{\arabic}
}
}
}
}
\stepcounter{methodecounter}
\IfNoValueTF {#2} {
2016-05-28 18:50:23 +00:00
\begin{block}{Méthode \cType{methodecounter}\ }
}{
2016-05-28 18:50:23 +00:00
\begin{block}{Méthode \cType{methodecounter}\ - #2}
}
}{
\IfNoValueTF {#2} {
2016-05-28 18:50:23 +00:00
\begin{block}{Méthode\ }
}{
2016-05-28 18:50:23 +00:00
\begin{block}{Méthode\ - #2}
}
}
}{%end
\end{block}
2016-03-31 17:49:20 +00:00
}
2016-03-22 14:02:38 +00:00
%
2016-04-07 20:21:56 +00:00
\NewDocumentEnvironment{exe}{ G{Exemple} }{%begin
2016-08-16 15:15:58 +00:00
\setbeamercolor{block title}{fg=darkspringgreen,bg=green!10!white}%
2016-05-28 18:50:23 +00:00
\begin{block} {#1}
}{%end
\end{block}
2016-03-31 17:49:20 +00:00
}
2016-03-22 14:02:38 +00:00
%
2016-03-31 17:49:20 +00:00
\newcounter{exercicecounter}
2016-04-07 20:21:56 +00:00
\NewDocumentEnvironment{exo} { O{0} G{Exercice} }{%begin
2016-08-16 15:15:58 +00:00
\setbeamercolor{block title}{fg=white,bg=airforceblue!90!white}%
2016-04-07 20:21:56 +00:00
\ifthenelse{ \NOT \equal{#1}{0} }{
\ifthenelse{ \equal{#1}{i} }
2016-03-31 17:49:20 +00:00
{
\def\cType{\roman}
2016-03-31 17:49:20 +00:00
}
{
\ifthenelse{ \equal{#1}{I} }
2016-03-31 17:49:20 +00:00
{
\def\cType{\Roman}
2016-03-31 17:49:20 +00:00
}
{
\ifthenelse{ \equal{#1}{a} }
2016-03-31 17:49:20 +00:00
{
\def\cType{\alph}
2016-03-31 17:49:20 +00:00
}
{
\ifthenelse{ \equal{#1}{A} }
{
\def\cType{\Alph}
}
{
\def\cType{\arabic}
}
2016-03-31 17:49:20 +00:00
}
}
}
\stepcounter{exercicecounter}
2016-05-28 18:50:23 +00:00
\begin{block}{#2 \cType{exercicecounter}\ }
}{
2016-05-28 18:50:23 +00:00
\begin{block}{#2\ }
}
}{%end
\end{block}
2016-03-31 17:49:20 +00:00
}
% \NewDocumentEnvironment{exo} { s G{Exercice} }{%begin
% \setbeamercolor{block title}{fg=white,bg=blue!75!black}%
% \IfBooleanTF #1
% {
% \begin{block}{#2\ }
% }{
% \ifthenelse{ \equal{#1}{i} }
% {
% \def\cType{\roman}
% }
% {
% \ifthenelse{ \equal{#1}{I} }
% {
% \def\cType{\Roman}
% }
% {
% \ifthenelse{ \equal{#1}{a} }
% {
% \def\cType{\alph}
% }
% {
% \ifthenelse{ \equal{#1}{A} }
% {
% \def\cType{\Alph}
% }
% {
% \def\cType{\arabic}
% }
% }
% }
% }
% \stepcounter{exercicecounter}
% \begin{block}{#2 \cType{exercicecounter}\ }
% }
% }{%end
% \end{block}
% }
2016-03-31 17:49:20 +00:00
2016-05-28 21:29:16 +00:00
2016-05-10 21:32:32 +00:00
% \includemovie
% permet d'inclure une video dans une frame
\newcommand{\includemovie}[3]{%
\includemedia[%
width=#1,height=#2,%
activate=pagevisible,%
deactivate=pageclose,%
addresource=#3,%
flashvars={%
source=#3 % same path as in addresource!
&autoPlay=false % default: false; if =true, automatically starts playback after activation (see option activation)
&loop=false % if loop=true, media is played in a loop
&controlBarAutoHideTimeout=0 % time span before auto-hide
}%
]{}{VPlayer.swf}%
}
%--%
% Macros modifiées
% - %
\makeatother
%% MACROS : FIN